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 | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CostCenterIdentity | The |
cost center for which the user holds this user type. If null, the user holds the user type for the entire organization. |
UserTypeIdentity | The user |
type. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |