Overview
This structure contains the complete set of information about a resource's available time off. The structure is used both to retrieve detailed resource available time off information and to pass information about a resource's available time off back to the server to get updated.
Format
PwsResourceAvailableTimeOffDetail
- PwsResourceAvailableTimeOffDetail
- AdditionalAvailableMinutes: Int32
- AsOfDate: DateTime
- ResourceIdentity: PwsResourceRef
- StartingAvailableMinutes: Int32
- TimeOffReasonIdentity: PwsTimeOffReasonRef
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
AdditionalAvailableMinutes | Int32 | No | Additional time off minutes added for this period |
|
AsOfDate | DateTime | Yes | Start of time off period |
|
ResourceIdentity | Yes | The identity of the resource |
| |
StartingAvailableMinutes | Int32 | No | Available hours from previous period |
|
TimeOffReasonIdentity | Yes | The time off reason identity |
|