Trip.InTransit
Container: CCPServiceNamespace: System.Data.Objects
Summary
Changes the TripStatus to InTransit of the trip.Parameters
| Name | Type | Summary |
|---|---|---|
| shiftId* | Edm.Int32 | The shift id. |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/InTransitExample body (sent with POST-request):
{
"shiftId" : 1
}