---
title: "Create Cost Center"
method: POST
path: "/management"
---

# Create Cost Center

`POST /management`

## Headers

- `Authorization` string, required
- `apikey` string, required

## Request body

- object
  - `costCenter` object, required — Cost center properties
    - `id` string, required — Generate a uuid
    - `name` string, required — The cost center name
    - `externalId` string — Optional Identifier for external applications
    - `parentCcId` string — For top level cost center, keep this "None". For sub cost centers - provide the parent cost center Id
  - `accountsPayload` object — Accounts to add to the cost center. A cost center can be created empty and accounts can be assigned later on.
    - `payerWithLinkedAccounts` object — Payer account Id to be included with some of its linked accounts
    - `fullyAssignedPayerAccountIDs` string[] — An array of payer account Ids to be included in their entirety in the cost center

## Response `200`

Successful operation

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/umbrellacost/apis/admin.md) · [All operations](https://skmtc.net/umbrellacost/apis/admin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbrellacost/admin/versions/b0a65610726b/schema)
