PwsCostCenterRef

Overview


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 any combination of these fields. However, if you specify multiple fields, they must all 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 all be populated, and guaranteed to refer to a single cost center.

Format


PwsCostCenterRef
  • PwsCostCenterRef
    • CostCenterId: Int32
    • CostCenterName: String (50)
    • CostCenterNumber: String (40)
    • CostCenterUid: Int64


Elements


Element

Data Type

Required?

Description

Sample Data

CostCenterId

Int32

No

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


CostCenterName

String (50)

One of CostCenterName, CostCenterNumber or CostCenterUid is required


The cost center name is a unique identifier for a cost center.

Executive Team (USA)

CostCenterNumber

String (40)

See CostCenterName

The cost center number is a unique identifier for a cost center.

Executive Team (USA)

CostCenterUid

Int64

See CostCenterName


A unique and immutable identifier for a cost center.

1152921504606867363

Usage Example(s)


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