GET api/costcenters/{costCenterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
costCenterId

string

Required

Body Parameters

None.

Response Information

Resource Description

CostCenter
NameDescriptionTypeAdditional 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-04-20T06:00:01.6014223+02:00</InsUpdDate>
  <ExternalID>sample string 7</ExternalID>
</CostCenter>