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 |