---
title: "Batch Create Business Unit Records"
method: POST
path: "/api/v3/record/businessunit/batch/create"
---

# Batch Create Business Unit Records

`POST /api/v3/record/businessunit/batch/create`

## Request body

- object
  - `data` object[]
    - `name` string, required — Name (Primary)
    - `cityaddress` string — City
    - `countryaddress` string — Country
    - `divisionname` string — Name of the division
    - `fax` string — Fax number
    - `managerid` string — The GUID of the system user set as the manager.
    - `organizationid` string — Name or ID of the organization.
    - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
    - `parentbusinessunitid` string — The GUID of the parent business unit.
    - `streetaddress` string — Street
    - `streetnumberaddress` string — Street number
    - `telephone` string — Phone number
    - `zipcodeaddress` string — Zip code

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

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