[COMMAND]

Ending a Break or Busy Period for an Operator

The op_end_break command is used to end the current break or busy state for a specific operator.

This command will also change the operator's state code to 1 (Waiting).

Parameters

operator_id
required
number The unique, system-allocated ID of the intended operator.

Example Request

Copy
{"command":{"command_type":"op_end_break", "operator_id":782}}

Responses

On Success:

If the operator is successfully removed from the break or busy state, an op_status event will return details of the updated operator.