---
title: "Update a Business Unit"
method: PUT
path: "/api/record/businessunit/{id}"
---

# Update a Business Unit

`PUT /api/record/businessunit/{id}`

## Path parameters

- `id` string, required

## Request body

- 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.net/fireberry/apis/fireberry-api.md) · [All operations](https://skmtc.net/fireberry/apis/fireberry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireberry/fireberry-api/versions/ad6720f3920f/schema)
