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 7 Next »

This structure is used to uniquely identify a Cost Center. Cost Centers can be identified by CostCenterName, CostCenterNumber, and/or CostCenterUid. When specifying a PwsCostCenterRef as an input to a web service, you may specify either the CostCenterName or CostCenterNumber (only one of these fields may be specified) and/or CostCenterUid. However, if you specify both a CostCenterName or CostCenterNumber and a CostCenterUid, they must both refer to the same Cost Center or the cost center reference will not be considered valid. When a CostCenterRef is returned in the response to a web service, the CostCenterName, CostCenterNumber and CostCenterUid will be populated, and guaranteed to refer to a single cost center.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
CostCenterIdInt32Cost Center Id. For internal use only.

CostCenterNameStringCost Center Name
Executive Team (USA)
CostCenterNumberStringCost Center Number
Executive Team (USA)
CostCenterUidInt64Cost Center Unique Identifier, guaranteed to be immutable.
1152921504606867363

Usage Example(s)

Example 01
                     <CostCenterIdentity>
                        <CostCenterId i:nil="true"/>
                        <CostCenterName>Executive Team (USA)</CostCenterName>
                        <CostCenterNumber>Executive Team (USA)</CostCenterNumber>
                        <CostCenterUid>1152921504606867363</CostCenterUid>
                     </CostCenterIdentity>
  • No labels