Overview
see ticket number: 36305
This structure represents the time off alert fields associated with rejected and/ or incomplete /draft time off cards. requests
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
AlertType | String | The alert type, valid values include: "DR" for draft "M" for missing "R" for rejected or incompleterejected or incomplete At this time, this is the only AlertType for time off alerts. | R |
BeginDate | DateTime | The begin date (in UTC format) of the time off card(s). | 2018-03-23T00:00:00Z |
EndDate | DateTime | The begin date (in UTC format) of the time off card(s). | 2018-03-27T00:00:00Z |
Usage Example(s)
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:PwsTimeoffAlert>
<a:AlertType>R</a:AlertType>
<a:BeginDate>2018-03-23T00:00:00Z</a:BeginDate>
<a:EndDate>2018-03-27T00:00:00Z</a:EndDate>
</a:PwsTimeoffAlert> |