curl -X GET \
/accounting/cost-centres/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8f1c9c-4f0a-4e1a-8b1a-9c4d9c4d9c4d",
"name": "Cost Centre",
"code": "CC",
"type": "KOST1",
"status": "<any>",
"createdAt": "2021-01-01T00:00:00+00:00",
"updatedAt": "2021-01-01T00:00:00+00:00"
}
Get a cost centre
Required permissions:cost-centre:read
curl -X GET \
/accounting/cost-centres/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8f1c9c-4f0a-4e1a-8b1a-9c4d9c4d9c4d",
"name": "Cost Centre",
"code": "CC",
"type": "KOST1",
"status": "<any>",
"createdAt": "2021-01-01T00:00:00+00:00",
"updatedAt": "2021-01-01T00:00:00+00:00"
}
Value for the Authorization header parameter.
CostCentre identifier
CostCentre resource
Was this page helpful?