Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview


This structure represents the unique key fields associated with identifying a cost center permission.  Click here to learn more about cost center permissions.

Format


PwsCostCenterPermissionRef
  • PwsCostCenterPermissionRef
    • CostCenterPermissionId: Int32
    • CostCenterPermissionTag: String

Elements


Element

Data Type

Description

Sample Data

CostCenterPermissionId

Int32

The cost center permission Id is a unique identifier for a cost center permission. For internal use only.


CostCenterPermissionTag

String

The cost center permission tag or name is a unique identifier for a cost center


Usage Example(s)


Example 01
                              <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>
  • No labels