ShiftActionOut
Response for shift control actions.
successSuccess (boolean)required
device_idDevice Id (string)required
shift_statusShift Status (string)required
shift_started_at object
anyOf
- string<date-time>
- null
string<date-time>
shift_paused_at object
anyOf
- string<date-time>
- null
string<date-time>
shift_ended_at object
anyOf
- string<date-time>
- null
string<date-time>
messageMessage (string)required
ShiftActionOut
{
"success": true,
"device_id": "string",
"shift_status": "string",
"shift_started_at": "2024-07-29T15:51:28.071Z",
"shift_paused_at": "2024-07-29T15:51:28.071Z",
"shift_ended_at": "2024-07-29T15:51:28.071Z",
"message": "string"
}