PwsUserTypeCostCenter

Overview


A user has one primary user type and zero or more additional user types. Each user type can apply for the entire organization, or for a specific cost center (including child cost centers). This structure represents an assignment of a user type to a user, whether it is the primary user type or an additional user type.

Format


PwsUserTypeCostCenter

Elements


Element

Data Type

Description

Sample Data

CostCenterIdentity

PwsCostCenterRef

The cost center for which the user holds this user type. If null, the user holds the user type for the entire organization.


UserTypeIdentity

PwsUserTypeRef

The user type.


Usage Example(s)


Example 01
                     <b:PrimaryUserTypeCostCenter>
                        <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:UserTypeIdentity>
                           <b:UserTypeId i:nil="true"/>
                           <b:UserTypeName>IT Manager</b:UserTypeName>
                           <b:UserTypeUid>1152921504606867304</b:UserTypeUid>
                        </b:UserTypeIdentity>
                     </b:PrimaryUserTypeCostCenter>