Trip.SetNoShow
Container: CCPServiceNamespace: System.Data.Objects
Summary
Sets the NoShow status for a trip.Parameters
| Name | Type | Summary |
|---|---|---|
| shiftId* | Edm.Int32 | The shift id. |
| forceStop* | Edm.Boolean | if set to <c>true</c> [force stop], the trip will be set to no show even when the current shift is a terminal shift. |
| reason | Edm.String | reason why the trip is reported as a NoShow. |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/SetNoShowExample body (sent with POST-request):
{
"shiftId" : 1,
"forceStop" : 1,
"reason" : "reason"
}