Overview
This structure represents the unique key fields associated with identifying a time off reason. When logging time off, a time off reason (i.e. Vacation) is required.
Format
PwsTimeOffReasonRef
- PwsTimeOffReasonRef
- TimeOffReasonId: Int32
- TimeOffReasonName: String (50)
- TimeOffReasonUid: Int64
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
TimeOffReasonId | Int32 | No | The time off reason id is a unique identifier for a time off reason. For internal use only. | |
TimeOffReasonName | String (50) | One of TimeOffReasonName or TimeOffReasonUid is required | The time off reason name is a unique identifier for a time off reason | Vacation |
TimeOffReasonUid | Int64 | See TimeOffReasonName | The time off reason Uid is a unique and immutable identifier for a time off reason | 1152921504606858293 |