PwsTimeoffAlerts

Overview


This structure represents the fields associated with time off alerts. Alerts are generated for weeks containing rejected time off requests. 

Format


PwsTimeAlerts

Elements


Element

Data Type

Description

Sample Data

AlertCount

Int32

The total number of time off alerts that were returned. This value is returned only if the caller requested an alert count only.

7

Alerts

PwsTimeoffAlert []

This is a list of time off alert structures, providing individual details of each alert raised. This value is returned only if the caller did not request an alert count only.


Usage Example(s)


Example 01
            <a:TimeoffAlerts>
               <a:AlertCount>7</a:AlertCount>
               <a:Alerts i:nil="true"/>
            </a:TimeoffAlerts>