POST Entities/GPSEntry?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

EntityGPSEntryDTO
NameDescriptionTypeAdditional information
EntityGPSEntryID

integer

None.

EntityID

integer

None.

Type

GPSEntryType

None.

EntryDateUtc

date

None.

EventID

integer

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Props

Collection of Object

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.

Request Formats

application/json, text/json

Sample:
{
  "entityGPSEntryID": 1,
  "entityID": 1,
  "type": 1,
  "entryDateUtc": "2024-12-04T07:54:41.4761982+00:00",
  "eventID": 1,
  "latitude": 3.0,
  "longitude": 4.0,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T07:54:41.4761982+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:54:41 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T07:54:41.4761982+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:54:41 AM"
  },
  "summary": "3,4"
}

application/xml, text/xml

Sample:
<EntityGPSEntryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <Created>
    <DateUtc>2024-12-04T07:54:41.4761982+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <EntityGPSEntryID>1</EntityGPSEntryID>
  <EntityID>1</EntityID>
  <EntryDateUtc>2024-12-04T07:54:41.4761982+00:00</EntryDateUtc>
  <EventID>1</EventID>
  <LastUpdated>
    <DateUtc>2024-12-04T07:54:41.4761982+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <Latitude>3</Latitude>
  <Longitude>4</Longitude>
  <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
  <RecordState>Active</RecordState>
  <Type>Breadcrumb</Type>
</EntityGPSEntryDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͎M�1��j�_3�d'(�B:A;�$�BO��#y��.\�sW�U����v���xĴ��CZ�A�n6��T�7��A��4H.UO�W�|��V���#1���s�șB�s2m,��}N��U��+�`wH���"8-�؏:���ƔD�h���X�p�&i��4!��X噐5h+Xf���������w^�aW��	"����

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.