---
title: "Create Account"
method: POST
path: "/accounting/accounts"
tags: ["Accounting / GL Compatibility"]
---

# Create Account

`POST /accounting/accounts`

## Request body

- AccountCreate
  - `code` string, required
  - `name` string, required
  - `type` string, required
  - `parent_code` string, nullable
  - `is_active` boolean

## Response `200`

Successful Response

- AccountOut
  - `code` string, required
  - `name` string, required
  - `type` string, required
  - `parent_code` string, nullable
  - `is_active` boolean
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
