---
title: "Create many accounts"
method: POST
path: "/apps/{appId}/accounts/batch"
tags: ["hidden"]
---

# Create many accounts

`POST /apps/{appId}/accounts/batch`

Create many accounts

## Path parameters

- `appId` integer, required

## Query parameters

- `data` Account[], required
  - `id` integer
  - `journalcode` string
  - `technical_name` string
  - `editable` boolean
  - `name` string
  - `description` string
  - `keywords` string — keywords comma separated
  - `accounting_number` string
  - `need_invoice` boolean
  - `need_charge` boolean
  - `need_employee` boolean
  - `is_associate` boolean
  - `is_cashflow` boolean
  - `is_sales` boolean
  - `is_purchase` boolean
  - `is_various` boolean

## Response `200`

Success

- Account
  - `id` integer
  - `journalcode` string
  - `technical_name` string
  - `editable` boolean
  - `name` string
  - `description` string
  - `keywords` string — keywords comma separated
  - `accounting_number` string
  - `need_invoice` boolean
  - `need_charge` boolean
  - `need_employee` boolean
  - `is_associate` boolean
  - `is_cashflow` boolean
  - `is_sales` boolean
  - `is_purchase` boolean
  - `is_various` boolean

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/sinao/apis/sinao-api.md) · [All operations](https://skmtc.net/sinao/apis/sinao-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinao/sinao-api/versions/436b47b78bf4/schema)
