---
title: "Atualiza os dados de um cliente (PF ou PJ)"
method: PATCH
path: "/accounts/{account}/customer/{customer}"
tags: ["Customers"]
---

# Atualiza os dados de um cliente (PF ou PJ)

`PATCH /accounts/{account}/customer/{customer}`

## Path parameters

- `account` integer, required
- `customer` integer, required

## Request body

- union
  - object
    - `personal` object, required
      - `name` string
      - `email` string
      - `gender` string
      - `printedName` string
      - `socialName` string
      - `maritalStatus` string
  - object
    - `company` object, required
      - `name` string
      - `email` string
      - `companyName` string
      - `activity` string
      - `companyType` string
      - `companyFormat` string
      - `companyConstitutionDate` string
      - `occupation` string
      - `annualRevenues` number
      - `income` number
      - `netWorth` number
      - `type` string
      - `percOwnership` integer
      - `fiscalSituation` string
      - `debt` number

## Response `200`

OK

- object

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
