...
This structure is used to uniquely identify a Cost Centercost 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 any combination of these fields may be specified) and/or CostCenterUid. However, if you specify both a CostCenterName or CostCenterNumber and a CostCenterUidmultiple fields, they must both all refer to the same Cost Center 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 Centercost center.
Format
Panel | ||
---|---|---|
| ||
|
Elements
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
CostCenterId | Int32 | No | The Cost Center cost center Id is a unique identifier for a Cost Centercost center. For internal use only. | ||
CostCenterName | String The Cost Center Name (50) | One of CostCenterName, CostCenterNumber or CostCenterUid is required | The cost center name is a unique identifier for a Cost Centercost center. | Executive Team (USA) | |
CostCenterNumber | String (40) | The Cost Center Number is See CostCenterName | The cost center number is a unique identifer identifier for a Cost Centercost center. | Executive Team (USA) | |
CostCenterUid | Int64The | Cost Center Uid is a See CostCenterName | A unique and immutable identifier for a Cost Centercost center. | 1152921504606867363 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<CostCenterIdentity><b:CostCenterIdentity> <CostCenterId<b:CostCenterId i:nil="true"/> <CostCenterName>Executive<b:CostCenterName>Executive Team (USA)</b:CostCenterName> <CostCenterNumber>Executive<b:CostCenterNumber>Executive Team (USA)</b:CostCenterNumber> <CostCenterUid>1152921504606867363<<b:CostCenterUid>1152921504606867363</b:CostCenterUid> </b:CostCenterIdentity> |