---
title: "Create a department."
method: POST
path: "/api/departments"
tags: ["Department"]
---

# Create a department.

`POST /api/departments`

## Request body

- DepartmentCreateDto — Details of a department to be created.
  - `name` string, required — Identifying name. Must be unique.
  - `description` string, nullable — Description of the department.
  - `workCenterIds` string[], nullable — Identifiers of the work centers associated with this department. Please reference /api/work-centers endpoint.

## Response `200`

Department created

- CreatedResponseDto — Response for a created record
  - `id` string, required — The id of the created record

## Other responses

- `400` — Validation issues with input

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
