Overview
This structure defines the number of hours that have or will be requested or scheduled for a role as well as the pattern in which they will be distributed.
Format
- PwsProjectRoleHoursBucket
- BucketStartDate: DateTime
- DailyMinutes: Int16[]
- SchedulingMode: String
- WeeklyMinutes: Int16
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BucketStartDate | DateTime | No |
| 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 |