GET api/costcenters/{costCenterId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
costCenterId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CostCenterName | Description | Type | Additional information |
---|---|---|---|
CostCenterId | string |
None. |
|
ParentCostCenterId | string |
None. |
|
CostCenterDescription | string |
None. |
|
Active | boolean |
None. |
|
CostCenterNote | string |
None. |
|
EANCustomerCode | string |
None. |
|
InsUpdDate | date |
None. |
|
ExternalID | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<CostCenter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CostCenterId>sample string 1</CostCenterId> <ParentCostCenterId>sample string 2</ParentCostCenterId> <CostCenterDescription>sample string 3</CostCenterDescription> <Active>true</Active> <CostCenterNote>sample string 5</CostCenterNote> <EANCustomerCode>sample string 6</EANCustomerCode> <InsUpdDate>2024-11-23T04:02:03.2280036+01:00</InsUpdDate> <ExternalID>sample string 7</ExternalID> </CostCenter>