---
title: "Update Billing Address"
method: PATCH
path: "/v1/billing/addresses/{address_id}"
tags: ["Billing"]
---

# Update Billing Address

`PATCH /v1/billing/addresses/{address_id}`

Update a billing address

## Path parameters

- `address_id` integer, required

## Request body

- UpdateBillingAddressRequest
  - `first_name` string, required — First name of the billing contact
  - `last_name` string, required — Last name of the billing contact
  - `address_line_1` string, required — First Address line of the billing contact
  - `address_line_2` string — Second Address line of the billing contact
  - `company_name` string — Company name of the billing contact
  - `email` string, required — Email address of the billing contact
  - `city` string, required — City of the billing contact
  - `state` string, required — State / Province of the billing contact
  - `country` string, required — Country Code of the billing contact
  - `postal_code` string, required — Postal code of the billing contact
  - `telephone` string, required — Telephone number of the billing contact
  - `receive_invoice_emails` boolean — Setting to true will CC this email address on invoice emails

## Response `200`

OK

- SuccessResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `success` boolean — whether the request succeeded

## Other responses

- `400` — Invalid or missing request parameters
- `401` — Authentication failed
- `500` — Internal error

---

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