...
This web service retrieves a list of time off reasons within an installation. Additionally, if cards for a resource identity (PwsResourceRef) is provided that resource's time off entries within the given time period will also be returned. If no resource is specified, the resource associated with the caller is used. The time off cards in the response are grouped by time off reason (PwsTimeEntryTimeOff).
Request Method
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 |
SessionTicket | String | Yes | Click here for more information. | AQ2+Jbbi2PGY7DYzq356oQ== |
EndDate | DateTime | Yes | The EndDate and Together, the StartDate defines and EndDate define the period in for which the to retrieve time off hours have been logged againstcards. | 2018-03-31T00:00:00.000Z |
ResourceIdentity | No | The identity of the resource associated with the time off time cards. If not specified, the resource linked to the caller is used. | ||
StartDate | DateTime | Yes | The EndDate and Together, the StartDate defines and EndDate define the period in for which the to retrieve time off hours have been logged againstcards. | 2018-01-01T00:00:00.000Z |
Request Usage Example(s)
...