[COMMAND]

Ending the Wrap Period for an Operator

The op_end_wrap command is used to end the current wrap-up period 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_wrap", "operator_id":333}}

Responses

On Success:

If the operator is successfully removed from wrap-up, an op_status event will return details of the updated operator.