---
title: "Create an accounting code"
method: POST
path: "/api/accounting-codes"
tags: ["Accounting Code"]
---

# Create an accounting code

`POST /api/accounting-codes`

## Request body

- TagCreateBaseDto — Represents a tag for creation
  - `name` string, required — Descriptive name associated to the object
  - `style` 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'connected', required — Style enum (for tags).
  - `description` string, nullable — Descriptive name associated to the object

## Response `200`

Accounting code created

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

---

[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)
