...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 |
SessionTicket | String | Yes | Click here for more information. | AUL1Tsqbhar4SWXC5j9T+w== |
EndDate | DateTime | No | The EndDate and the StartDate defines define the period in which the time off hours should be deleted, leaving either field . Leaving EndDate null will result in deleting all available time off hours after the specified StartDate. Leaving StartDate null will result in deleting all available time off hours to be deletedup until the EndDate. Leaving both null will result deleting all available time off hours. | 2018-01-31T00:00:00.000Z |
ResourceIdentity | Yes | The resource identity | ||
StartDate | DateTime | No | See EndDate | 2018-01-01T00:00:00.000Z |
TimeOffReasonIdentity | Yes | The time off reason identity |
...