Overview
This structure contains the complete set of information about the resource's schedule within the specified time period
Elements
Element | Data Type | Description | Sample Data |
---|
ActivePeriods | PwsResourceActivePeriod[] | The period of time in which the resource is active in association with the project role |
|
CostCenterIdentity | PwsCostCenterRef | The resource's cost center |
|
EmailAddress | String | The resource's email address | matt@revcorp.bb |
LocationIdentity | PwsLocationRef | The resource's location |
|
ProjectRoleIdentity | PwsProjectRoleRef | The role identity |
|
ResourceIdentity | PwsResourceRef | The resource identity |
|
ResourceTypeIdentity | PwsResourceTypeRef | The resource type identity |
|
StandardWorkingMinutes | Int32[] | This resource's standard number of working minutes per day. This is presented in an array with 7 entries. |
|
TitleIdentity | PwsTitleRef | This resource's title |
|
WorkingMinutes | PwsDailyWorkingMinutes[] | This structure returns data for days that are exceptions from the resource's normal working schedule (e.g. 8 hrs/day, Mon-Fri). |
|
Usage Example(s)
<b:PwsResourceSchedule>
<b:ActivePeriods>
<b:PwsResourceActivePeriod>
<b:BeginDate>2020-01-06T00:00:00Z</b:BeginDate>
<b:EndDate>2020-04-05T00:00:00Z</b:EndDate>
</b:PwsResourceActivePeriod>
</b:ActivePeriods>
<b:CostCenterIdentity>
<b:CostCenterId i:nil="true"/>
<b:CostCenterName>IT Team (USA)</b:CostCenterName>
<b:CostCenterNumber>IT Team (USA)</b:CostCenterNumber>
<b:CostCenterUid>1152921504606867365</b:CostCenterUid>
</b:CostCenterIdentity>
<b:EmailAddress>matt@revcorp.bb</b:EmailAddress>
<b:LocationIdentity>
<b:LocationId i:nil="true"/>
<b:LocationName>USA - Massachusetts</b:LocationName>
<b:LocationUid>1152921504606855985</b:LocationUid>
</b:LocationIdentity>
<b:ProjectRoleIdentity i:nil="true"/>
<b:ResourceIdentity>
<b:ResourceDisplayName>Matt</b:ResourceDisplayName>
<b:ResourceId i:nil="true"/>
<b:ResourceReferenceSystemId>IT (USA) - 01</b:ResourceReferenceSystemId>
<b:ResourceUid>1152921504607057128</b:ResourceUid>
</b:ResourceIdentity>
<b:ResourceTypeIdentity>
<b:ResourceTypeCode>FTE</b:ResourceTypeCode>
<b:ResourceTypeId i:nil="true"/>
<b:ResourceTypeName>Full Time Employee</b:ResourceTypeName>
<b:ResourceTypeUid>1152921504606847348</b:ResourceTypeUid>
</b:ResourceTypeIdentity>
<b:StandardWorkingMinutes xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<c:int>480</c:int>
<c:int>480</c:int>
<c:int>480</c:int>
<c:int>480</c:int>
<c:int>480</c:int>
<c:int>0</c:int>
<c:int>0</c:int>
</b:StandardWorkingMinutes>
<b:TitleIdentity>
<b:DepartmentIdentity>
<b:DepartmentId i:nil="true"/>
<b:DepartmentName>IT Team</b:DepartmentName>
<b:DepartmentUid>1152921504606854184</b:DepartmentUid>
</b:DepartmentIdentity>
<b:TitleId i:nil="true"/>
<b:TitleName>Level 3</b:TitleName>
<b:TitleUid>1152921504606876417</b:TitleUid>
</b:TitleIdentity>
<b:WorkingMinutes>
<b:PwsDailyWorkingMinutes>
<b:Date>2020-01-20T00:00:00Z</b:Date>
<b:HolidayMinutes>480</b:HolidayMinutes>
<b:TimeOffMinutes>0</b:TimeOffMinutes>
<b:WorkingMinutes>0</b:WorkingMinutes>
</b:PwsDailyWorkingMinutes>
</b:WorkingMinutes>
</b:PwsResourceSchedule>