Trip.RequestNoShow
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetParameters
| Name | Type | Summary |
|---|---|---|
| shiftId* | Edm.Int32 | |
| reason | Edm.String |
Return
Type: Entity type - TripSummaryIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/RequestNoShowExample body (sent with POST-request):
{
"shiftId" : 1,
"reason" : "reason"
}