...
Panel | ||
---|---|---|
| ||
|
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 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<req:TimeOffReasonIdentity> <com:TimeOffReasonName>Vacation</com:TimeOffReasonName> <com:TimeOffReasonUid>1152921504606858293</com:TimeOffReasonUid> </req:TimeOffReasonIdentity> |