PUT Mobility/PutCustomerEmployeeTracks
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "be6aa5f2-37c3-40bb-ad5b-565f1220a44b",
"CustomerEmployeeID": "0e7de2e8-a52a-4a44-8b73-6bbd6ce12a67",
"TrackDate": "2026-03-11T11:53:46.6715089+00:00",
"Latitude": 4.0,
"Longitude": 5.0,
"Accuracy": 6
},
{
"$ref": "1"
}
]
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.