Trip.SetNoShow

Container: CCPService
Namespace: System.Data.Objects

Summary

Sets the NoShow status for a 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.
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.
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

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