v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Cost Centers

Create cost center

This endpoint creates a cost center.

post/v2/companies/{companyId}/cost-centers

Request body

namestring required
numberOfEmployeesinteger
externalIdstring

Example request

{
  "externalId": "external-id"
}

Response

OK

idstring uuid required

Example response

{
  "id": "b93dc51f-12dd-46c7-b7d6-1cb12cd3f5b3"
}