Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Default

Description

Sample Data

BucketStartDate

DateTime

 No

 No

 The start date for which the allocation notes for the role will be distributed

2020-01-06T00:00:00.000Z

Notes

String[]

No 

 

 The allocation notes to be attached to the role. This is an array of 7 which represent the 7 days of the week.


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                 <com:NotesBuckets>
                     <com:PwsProjectRoleNotesBucket>
                        <com:BucketStartDate>2020-01-06T00:00:00.000Z</com:BucketStartDate>
                        <com:Notes>
                           <arr:string>Monday</arr:string>
                           <arr:string>Tuesday</arr:string>
                           <arr:string>Wednesday</arr:string>
                           <arr:string>Thursday</arr:string>
                           <arr:string>Friday</arr:string>
                           <arr:string>Saturday</arr:string>
                           <arr:string>Sunday</arr:string>
                        </com:Notes>
                     </com:PwsProjectRoleNotesBucket>
                  </com:NotesBuckets>

...