Trip.Start
Container: CCPServiceNamespace: System.Data.Objects
Summary
Sets the TripStatus to Active of the trip. Will reverse geocode the pickup address when latitude and longitude are supplied.Parameters
| Name | Type | Summary |
|---|---|---|
| shiftId* | Edm.Int32 | The shift id. |
| latitude | Edm.Double | The latitude. |
| longitude | Edm.Double | The longitude. |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/StartExample body (sent with POST-request):
{
"shiftId" : 1,
"latitude" : 51.55404,
"longitude" : 5.079524
}