Shift.Stop
Container: CCPServiceNamespace: System.Data.Objects
Summary
Stops the shift.Parameters
| Name | Type | Summary |
|---|---|---|
| forceLogout* | Edm.Boolean | if set to <c>true</c> [force logout], the shift is stopped wether it's connected to a terminal. |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Shifts(#)/StopExample body (sent with POST-request):
{
"forceLogout" : 1
}