Shift.Stop

Container: CCPService
Namespace: System.Data.Objects

Summary

Stops the shift.

Method

The HTTP method for this function import is POST

Bindable

This action is bound to Shifts

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.
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Shifts(#)/Stop
Example body (sent with POST-request):
{
  "forceLogout" : 1
}