Trip.SyncWithUnit
Container: CCPServiceNamespace: System.Data.Objects
Summary
Syncs the trip with the unit.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(#)/SyncWithUnitExample body (sent with POST-request):
{
"shiftId" : 1
}