Trip.InTransit

Container: CCPService
Namespace: System.Data.Objects

Summary

Changes the TripStatus to InTransit of the trip.

Method

The HTTP method for this function import is POST

Bindable

This action is bound to Trips

Parameters

Name Type Summary
shiftId* Edm.Int32 The shift id.
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/InTransit
Example body (sent with POST-request):
{
  "shiftId" : 1
}