| Name | Type | Description | Notes |
|---|---|---|---|
| work_status | int | Working status. 0: resting, 1: working, 2: using custom working hours | |
| cycle_type | string | Custom working cycle; required when work_status is 2 | [optional] |
| day_of_week | string | Weekly working days, comma-separated values 1-7 for Monday to Sunday; required when work_status is 2 and cycle_type is Weekly | [optional] |
| time_zone | string | UTC timezone offset, ranging from -12 to +14; required when work_status is 2 | [optional] |
| start_time | string | Custom working start time in HH:mm format; required when work_status is 2 and must not be later than end_time | [optional] |
| end_time | string | Custom working end time in HH:mm format; required when work_status is 2 and must not be earlier than start_time | [optional] |