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

Version 1 Current »

Overview


This structure represents the fields associated with time alerts. Alerts are generated for weeks containing rejected or incomplete time cards, draft time cards and missing time. 

Format


PwsTimeAlert
  • PwsTimeAlert
    • AlertType: String
    • Minutes: Int32
    • PeriodStartDate: DateTime
    • CardCount: Int32

Elements


Element

Data Type

Description

Sample Data

AlertType

String

The alert type, valid values include:

"D" for draft

"M" for missing

"R" for rejected or incomplete

D

Minutes

Int32

The number of minutes associated with the time card, time off time card or missing time card

480 

PeriodStartDate

DateTime

The period start date associated with the time card(s)

2016-12-01T00:00:00Z 

CardCount

Int32

The total number of cards that fall within the same alert type and period

3

Usage Example(s)


Example 01
                  <a:PwsTimeAlert>
                     <a:AlertType>D</a:AlertType>
                     <a:Minutes>480</a:Minutes>
                     <a:PeriodStartDate>2016-12-01T00:00:00Z</a:PeriodStartDate>
                     <a:CardCount>3</a:CardCount>
                  </a:PwsTimeAlert>
  • No labels