PUT Mobility/PutCustomerEmployeeTrack
Request Information
URI Parameters
None.
Body Parameters
CustomerEmployeeTrack| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerEmployeeID | globally unique identifier |
Required |
|
| TrackDate | date |
Required |
|
| Latitude | decimal number |
Required |
|
| Longitude | decimal number |
Required |
|
| Accuracy | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "65d1e502-3041-4d53-a4c3-610b6121b56a",
"CustomerEmployeeID": "e9f55728-0ede-42d7-b50d-6f2878e645c9",
"TrackDate": "2025-12-05T09:27:59.4276939+00:00",
"Latitude": 4.0,
"Longitude": 5.0,
"Accuracy": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.