PwsProjectRoleSubmitOrder

Overview


This structure is used to request that a role or roles be submitted (by a requester).

Format


PwsProjectRoleSubmitOrder
  • 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

PwsUserRef[]

No

 

The scheduler(s) the user would like to notify when requesting the hours and/or candidate against the role. Specify a null or empty array to send no emails.


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)


Example 01
            <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>