...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BucketStartDate | DateTime | NoNo |
| The start date for which the requested or scheduled hours for the role will be distributed | 2020-01-06T00:00:00.000Z |
DailyMinutes | Int16[] | No |
| The number of daily minutes to be requested or scheduled for the role. This is applicable when the scheduling mode is "D" for Daily. In "Daily" mode the array must have exactly 7 entries. | |
SchedulingMode | String | No |
| The Scheduling Mode: "D" for Daily "W" for Weekly | W |
WeeklyMinutes | Int16 | No |
| The number of weekly minutes to be requested or scheduled for the role. This is applicable when the scheduling mode is "W" for Weekly | 2400 |
...