Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure contains the complete set of information about a user type's cost centerA 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


Panel
titlePwsUserTypeCostCenter

...

Element

Data Type

Description

Sample Data

CostCenterIdentity

PwsCostCenterRef

The associated with 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 type.


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <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>