GET api/costcenters?CostCenterId={CostCenterId}&Active={Active}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CostCenterId

string

None.

Active

boolean

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:
<ArrayOfCostCenter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CostCenter>
    <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-27T03:46:06.8492655+02:00</InsUpdDate>
    <ExternalID>sample string 7</ExternalID>
  </CostCenter>
  <CostCenter>
    <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-27T03:46:06.8492655+02:00</InsUpdDate>
    <ExternalID>sample string 7</ExternalID>
  </CostCenter>
</ArrayOfCostCenter>