...
Element | Data Type | Description | Sample Data |
---|---|---|---|
CostCenterPermissionIdentity | This structure is used to uniquely identify a cost center permission | ||
CostCenterPermissionSetting | Boolean | If set to 'true', the user has this cost center permission | |
CostCenters | This structure is used to uniquely identify a cost center |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:CostCenterPermissionSettingDetail>
<b:CostCenterPermissionIdentity>
<b:CostCenterPermissionId i:nil="true"/>
<b:CostCenterPermissionTag>maintainProjectsAndEngagements</b:CostCenterPermissionTag>
</b:CostCenterPermissionIdentity>
<b:CostCenterPermissionSetting>true</b:CostCenterPermissionSetting>
<b:CostCenters>
<b:PwsCostCenterRef>
<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:PwsCostCenterRef>
</b:CostCenters>
</b:CostCenterPermissionSettingDetail> |