Trip.Cancel
Container: CCPServiceNamespace: System.Data.Objects
Summary
Cancels the specified trip.Parameters
| Name | Type | Summary |
|---|---|---|
| shiftId* | Edm.Int32 | The shift id. |
| reason | Edm.String |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/CancelExample body (sent with POST-request):
{
"shiftId" : 1,
"reason" : "reason"
}