Occupy a Workstation
URL
POST: https://[base-url]/{applicationId}/agents/{userId}/workstations /{workstationId}/actions/occupyHeaders
Authorization: Bearer <accessToken>Request Body
Response
Success -> 200
Invalid access token -> 401
The workstation is not in the user's current unit -> 404
The specified workstation is inactive --> 409, 1002
The workstation is occupied by someone else --> 409, 1003
Last updated