...
This structure contains the complete set of information about a resource's available time off (less any subordinate entities).
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ResourceAvailableTimeOffDetail | The complete set of information about a resource's available time off |
. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsResourceAvailableTimeOffElement> <b:ResourceAvailableTimeOffDetail> <b:AdditionalAvailableMinutes>4800</b:AdditionalAvailableMinutes> <b:AsOfDate>2018-01-01T00:00:00Z</b:AsOfDate> <b:ResourceIdentity xmlns:c="http://projectorpsa.com/DataContracts/Shared/Common/"> <c:ResourceDisplayName>Jack Spratt</c:ResourceDisplayName> <c:ResourceId i:nil="true"/> <c:ResourceReferenceSystemId>E123</c:ResourceReferenceSystemId> <c:ResourceUid>1152921504607111573</c:ResourceUid> </b:ResourceIdentity> <b:StartingAvailableMinutes>160</b:StartingAvailableMinutes> <b:TimeOffReasonIdentity xmlns:c="http://projectorpsa.com/DataContracts/Shared/Common/"> <c:TimeOffReasonId i:nil="true"/> <c:TimeOffReasonName>Vacation</c:TimeOffReasonName> <c:TimeOffReasonUid>1152921504606858293</c:TimeOffReasonUid> </b:TimeOffReasonIdentity> </b:ResourceAvailableTimeOffDetail> </b:PwsResourceAvailableTimeOffElement> |