---
title: "Create Project"
method: POST
path: "/accounting/projects"
tags: ["Accounting Projects"]
---

# Create Project

`POST /accounting/projects`

Creates a project on the Pliant platform

## Request body

- object
  - `organizationId` string, uuid, required — The unique identifier of the organization.
  - `name` string, required — The name of the project.
  - `costUnit` string, nullable — Cost unit of the project. This cannot be changed, once the Project is used in a transaction. Before that, a change is possible.

## Response `202`

Accepted

- object
  - `projectId` string, uuid, required

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
