POST Suppliapi/LogVisitSalesRep/postGenGPSData
Request Information
URI Parameters
None.
Body Parameters
genGPSData| Name | Description | Type | Additional information |
|---|---|---|---|
| genGPSDataId | integer |
None. |
|
| impGPSDataId | integer |
None. |
|
| genGPSDataTypeId | integer |
None. |
|
| gpsDate | date |
None. |
|
| longitude | decimal number |
None. |
|
| latitude | decimal number |
None. |
|
| accuracy | integer |
None. |
|
| heading | integer |
None. |
|
| speed | integer |
None. |
|
| active | boolean |
None. |
|
| tenantId | integer |
None. |
|
| updatedById | integer |
None. |
|
| createdById | integer |
None. |
|
| modifyDateTime | date |
None. |
|
| insertDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"genGPSDataId": 1,
"impGPSDataId": 1,
"genGPSDataTypeId": 2,
"gpsDate": "2025-10-29T01:22:34.871175-06:00",
"longitude": 3.1,
"latitude": 4.1,
"accuracy": 1,
"heading": 1,
"speed": 1,
"active": true,
"tenantId": 6,
"updatedById": 1,
"createdById": 7,
"modifyDateTime": "2025-10-29T01:22:34.8721749-06:00",
"insertDateTime": "2025-10-29T01:22:34.8721749-06:00"
}
application/xml, text/xml
Sample:
<genGPSData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel"> <accuracy>1</accuracy> <active>true</active> <createdById>7</createdById> <genGPSDataId>1</genGPSDataId> <genGPSDataTypeId>2</genGPSDataTypeId> <gpsDate>2025-10-29T01:22:34.871175-06:00</gpsDate> <heading>1</heading> <impGPSDataId>1</impGPSDataId> <insertDateTime>2025-10-29T01:22:34.8721749-06:00</insertDateTime> <latitude>4.1</latitude> <longitude>3.1</longitude> <modifyDateTime>2025-10-29T01:22:34.8721749-06:00</modifyDateTime> <speed>1</speed> <tenantId>6</tenantId> <updatedById>1</updatedById> </genGPSData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |