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

# Batch Update Business Unit Records

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

## Request body

- object
  - `data` object[] — Add each record's GUID and details below to update them.
    - `id` string, required — Use a business unit record's globally unique identifier (GUID) to update it.
    - `record` object — Set the fields you'd like to update in the specified record.
      - `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)
