Sha256: b972726b33082a3212f88c449326bf4a8f83745ec562cb45f87a2df616386ad2
Contents?: true
Size: 1.54 KB
Versions: 6
Compression:
Stored size: 1.54 KB
Contents
--- title: BuRescheduleRequest --- ## PureCloud::BuRescheduleRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **start_date** | **DateTime** | The start of the range to reschedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_date** | **DateTime** | The end of the range to reschedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **agent_ids** | **Array<String>** | The IDs of the agents to consider for rescheduling. Omit to consider all agents in the specified management units.Agents not in the specified management units will be ignored | [optional] | | **activity_code_ids** | **Array<String>** | The IDs of the activity codes to consider for rescheduling. Omit to consider all activity codes | [optional] | | **management_unit_ids** | **Array<String>** | The IDs of the management units to reschedule | | | **do_not_change_weekly_paid_time** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change weekly paid time | | | **do_not_change_daily_paid_time** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change daily paid time | | | **do_not_change_shift_start_times** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change shift start times | | | **do_not_change_manually_edited_shifts** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change manually edited shifts | | {: class="table table-striped"}
Version data entries
6 entries across 6 versions & 1 rubygems