---
title: "Update Customer Account"
method: PATCH
path: "/customer-accounts/{id}"
---

# Update Customer Account

`PATCH /customer-accounts/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `companyID` string, required — ID of the Company.
  - `ein` string — EIN of the customer account
  - `legal_structure` 'ccorp' | 'corp' | 'estate' | 'foreign_entity' | 'llc' | 'llp' | 'lp' | 'nonprofit' | 'partnership' | 'scheme' | 'scorp' | 'soleprop' | 'trust.' — Federal tax classification of the customer account entity
  - `phone` string — Phone number of the customer account
  - `email` string — Business email of the customer account
  - `business_address` string — Street address of the customer account
  - `business_city` string — City of the customer account
  - `business_state` string — State of the customer account
  - `business_zip` string — Zip code of the customer account
  - `code` string — Custom code to be associated with the customer code.
  - `status` 'live' — Status of the customer account
  - `business_owner` object — Business owner of the customer account
    - `first_name` string
    - `last_name` string
    - `ssn` string
    - `dob` string
    - `email` string
    - `title` string
    - `ownership_percentage` integer
    - `owner_type` 'authorized_signer' | 'beneficial_owner'
    - `address` string
    - `address_line2` string
    - `city` string
    - `state` string
    - `zip` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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