Overview
This structure is used to specify the the constraint, effective date, and notification e-mails that a requester would like to apply to a project role when requesting hours and/or a candidate.
Format
- PwsProjectRoleSubmitOrder
- ConstraintType: String
- EffectiveDate: DateTime
- SchedulerIdentities: PwsUserRef[]
- SchedulerNotes: String
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ConstraintType | String | No | N | This field determines the constraint that will be applied when filling hours. "N": None "W": NWH (Normal Working Hours) "H": NWH - Holidays "T": NWH - Holidays - Time Off "A": Available Hours | N |
EffectiveDate | DateTime | No |
| The constraint specified above is applied as of this date. | 2020-01-06T00:00:00.000Z |
SchedulerIdentities | No |
| The scheduler(s) the user would like to notify when requesting the hours and/or candidate against the role | ||
SchedulerNotes | String | No |
| The notes that requester would like to submit to the scheduler(s) upon requesting the hours and/or candidate against the role | Submitting Hours for Review |
Usage Example(s)
<sch:SubmitOrder> <sch:ConstraintType>N</sch:ConstraintType> <sch:EffectiveDate>2020-01-06T00:00:00.000Z</sch:EffectiveDate> <sch:SchedulerNotes>Submitting Hours for Review</sch:SchedulerNotes> </sch:SubmitOrder>