For the complete documentation index, see llms.txt. This page is also available as Markdown.

Organization | Cost Centers

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Responses
200

OK

application/json
descriptionstring · nullableOptional
customerIdinteger · int32Optional
idinteger · int32Optional
codestring · nullableOptional
get/v1/organization/cost-centers
post
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Body
codestring · nullableOptional
descriptionstring · nullableOptional
managerIdsinteger · int32[] · nullableOptional
billingAddressIdinteger · int32 · nullableOptional
Responses
200

OK

application/json
descriptionstring · nullableOptional
customerIdinteger · int32Optional
idinteger · int32Optional
codestring · nullableOptional
post/v1/organization/cost-centers
get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
costCenterIdinteger · int32Required
Responses
200

OK

application/json
descriptionstring · nullableOptional
customerIdinteger · int32Optional
idinteger · int32Optional
codestring · nullableOptional
get/v1/organization/cost-centers/{costCenterId}
put
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
costCenterIdinteger · int32Required
Body
codestring · nullableOptional
descriptionstring · nullableOptional
billingAddressIdinteger · int32 · nullableOptional
Responses
200

OK

application/json
descriptionstring · nullableOptional
customerIdinteger · int32Optional
idinteger · int32Optional
codestring · nullableOptional
put/v1/organization/cost-centers/{costCenterId}
delete
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
costCenterIdinteger · int32Required
Responses
200

OK

application/json
descriptionstring · nullableOptional
customerIdinteger · int32Optional
idinteger · int32Optional
codestring · nullableOptional
delete/v1/organization/cost-centers/{costCenterId}
patch
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
costCenterIdinteger · int32Required
Body
addinteger · int32[] · nullableOptional
removeinteger · int32[] · nullableOptional
Responses
204

No Content

No content

patch/v1/organization/cost-centers/{costCenterId}/managers

No content

Last updated

Was this helpful?