...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
CostCenterId | Int32 | On Insert: No On Update: No | The cost center Id is a unique identifier for a cost center. For internal use only. | ||
CostCenterName | String (50) | On Insert: Yes On Update: No | The cost center name is a unique identifier for a cost center | Executive Team (USA) | |
CostCenterNumber | String (40) | On Insert: No On Update: Yes (if the CostCenterUid is not supplied) | The cost center number is a unique identifier for a cost center | Executive Team (USA) | |
CostCenterUid | Int64 | On Insert: No On Update: Yes (if the CostCenterNumber is not supplied) | The cost center Uid is a unique and immutable identifier for a cost center | 1152921504606867363 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<CostCenterIdentity> <CostCenterId i:nil="true"/> <CostCenterName>Executive Team (USA)</CostCenterName> <CostCenterNumber>Executive Team (USA)</CostCenterNumber> <CostCenterUid>1152921504606867363</CostCenterUid> </CostCenterIdentity> |