Overview
This structure represents the fields associated with the history of a time off time card
Format
- PwsTimeOffHistory
- AdjustmentType: String
- ApprovalWorkflowStatus: String
- Date: DateTime
- RejectedReason: String
- TimeOffMinutes: Int32
- TimeOffReasonIdentity: PwsTimeOffReasonRef
- TransactionTimestamp: DateTime
- TransactionUser: PwsUserSummary
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
AdjustmentType | String | The time off time card adjustment type: 'SU' for Unsubmitted 'SS' for Submitted 'SR' for Rejected 'SP' for Unapproved 'SA' for Approved | SS |
ApprovalWorkflowStatus | String | The time off time card's current approval workflow status: 'D' for Draft 'S' for Submitted 'R' for Rejected 'A' for Approved | S |
Date | DateTime | The date and time associated with the time off time card (in UTC format) | 2018-03-06T00:00:00Z |
RejectedReason | String | The reject reason associated with the time off time card Note: This is only applicable if the AdjustmentType = 'R' |
|
TimeOffMinutes | Int32 | The number of time off minutes associated with the time off time card | 480 |
TimeOffReasonIdentity | The time off reason |
| |
TransactionTimestamp | DateTime | The transaction date and time associated with the time off time card adjustment (in UTC format) | 2018-03-07T20:33:16.677Z |
TransactionUser | The identity of the user who performed the transaction |
|