Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Overview


This structure represents the time off alert fields associated with rejected or incomplete time off requests

Format


PwsTimeoffAlert
  • PwsTimeoffAlert
    • AlertType: String
    • BeginDate: DateTime
    • EndDate: DateTime

Elements


Element

Data Type

Description

Sample Data

AlertType

String

The alert type, valid values include:

"D" for draft

"R" for rejected or incomplete

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)


Example 01
                  <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>
  • No labels