---
title: "Update a Business"
method: PATCH
path: "/business/{id}"
tags: ["Business"]
---

# Update a Business

`PATCH /business/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Request body

- object
  - `address` object — Address on file associated with the business
    - `city` string — City
    - `country` string — Country (ISO 3166-1 alpha-2). Defaults to `US`
    - `postal_code` string — Postal code
    - `state` string — State
    - `street_line_1` string — First line of the address
    - `street_line_2` string — Optional second line of the address
  - `name` string — Name of the business

## Response `200`

The business updated

- object
  - `account_ids` string[] — Array of IDs of Account objects representing all accounts attached to this business
  - `address` object — Address on file associated with the business
    - `city` string — City
    - `country` string — Country (ISO 3166-1 alpha-2). Defaults to `US`
    - `postal_code` string — Postal code
    - `state` string — State
    - `street_line_1` string — First line of the address
    - `street_line_2` string — Optional second line of the address
  - `associated_persons` object[] — Array of beneficial ownership data associated with the business
    - `id` string
    - `ownership_percentage` integer
    - `title` string
  - `bankdata` object — Optional bank data associated with the business
  - `dba` string — The name the business is Doing Business As
  - `emails` string[] — Email addresses of the business
  - `id` string — Unique identifier for object
  - `name` string — Name of the business
  - `phone_number` string — Phone number of the business
  - `tin_last4` string — The last four digits of the TIN / EIN

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
