UpdateDeviceLocation
Container: CCPServiceNamespace: System.Data.Objects
Summary
Updates the device location.Method
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| deviceId* | Edm.Int32 | The device id. |
| latitude* | Edm.Double | The latitude. |
| longitude* | Edm.Double | The longitude. |
| vehicleId | Edm.Int32 | The vehicle id. |
Return
Type: voidIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/UpdateDeviceLocationExample body (sent with POST-request):
{
"deviceId" : 1,
"latitude" : 51.55404,
"longitude" : 5.079524,
"vehicleId" : 1
}