This call returns a list of cost categories for a business unit.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "id": "e058a64f-df50-4fcf-a88a-027df074d496",
- "businessUnitId": "8ee17115-1ead-4a47-8f96-4377e505f3cc",
- "costTypeId": "7f23623b-e127-469d-a613-f9942d24e112",
- "isDeleted": false,
- "code": "CostCategory1",
- "description": "Cost category 1 description"
}
]
This call creates a cost category on a business unit.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "code": "Code1",
- "description": ""
}
{- "id": "e058a64f-df50-4fcf-a88a-027df074d496",
- "businessUnitId": "8ee17115-1ead-4a47-8f96-4377e505f3cc",
- "costTypeId": "7f23623b-e127-469d-a613-f9942d24e112",
- "isDeleted": false,
- "code": "CostCategory1",
- "description": "Cost category 1 description"
}