---
title: "Create cost center"
method: POST
path: "/v2/companies/{companyId}/cost-centers"
tags: ["Cost Centers"]
---

# Create cost center

`POST /v2/companies/{companyId}/cost-centers`

This endpoint creates a cost center.

## Request body

- CreateCostCenterRequest — Request body for cost center create API.
  - `name` string, required
  - `numberOfEmployees` integer
  - `externalId` string

## Response `201`

OK

- EntityId — Identifier of an object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/fc09f0cd1f4d/schema)
