---
title: "Update a business address"
method: PATCH
path: "/businesses/{business_id}/addresses/{address_id}"
tags: ["Business address"]
---

# Update a business address

`PATCH /businesses/{business_id}/addresses/{address_id}`

Updates an address associated with a business

## Path parameters

- `business_id` string, required
- `address_id` string, required

## Request body

- Address
  - `address_type` 'MAILING' | 'PHYSICAL' | 'REGISTERED', required — Address type is one of the following : MAILING, PHYSICAL, REGISTERED
  - `street` string, required — Has a 1 to 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
  - `street2` string — Has a 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
  - `city` string, required — Has a 2 to 40-character limit. May contain only alphanumerics, `-`, `_`,`.`, and spaces
  - `state` string, required — Has a 2-character limit for US address.<br />Has a 20-character limit for non US address.
  - `zip_code` string, required — zip code in 5-digit (12345) or 9-digit (12345-1234) format for US address.<br />Has a 2 to 20-character limit for non US address.
  - `country` string, required — ISO 3166-1 alpha-2 country code.<br />Has a 2-character limit.
  - `is_primary` boolean, required — Is Primary Address?

## Response `200`

Example response

- object
  - `address_type` string, required
  - `street` string, required
  - `street2` string, required
  - `city` string, required — Has a 2 to 40-character limit. May contain only alphanumerics, `-`, `_`,`.`, and spaces
  - `state` string, required
  - `zip_code` string, required
  - `country` string, required
  - `is_primary` boolean, required

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
