PUT Mobility/PutCustomerEmployeeCallCoOrdinates
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerEmployeeCallCoOrdinate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerEmployeeID | globally unique identifier |
Required |
|
| StartTime | date |
Required |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Accuracy | integer |
None. |
|
| SignalStrength | integer |
None. |
|
| SignalLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "6f633010-1f51-48f5-8b66-bdd84d45f9aa",
"CustomerEmployeeID": "b4fbfdc5-1a7a-4db9-a24c-5e90b091cfcf",
"StartTime": "2025-12-05T09:27:57.6979317+00:00",
"Latitude": 1.1,
"Longitude": 1.1,
"Accuracy": 1,
"SignalStrength": 1,
"SignalLevel": 1
},
{
"$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.