Update Legal Address

This endpoint is used to update a legal address.

PUT {{Environment_URL}}/customers/v1/partner/legal/:cnpj/addresses

Headers

Name
Value

Authorization

Bearer <token>

Path Params

Key
Description
Required
Data Type
Example

cnpj

CNPJ in format 58393613000116

true

String

58393613000116

Body Params

The request body follows the same structure and validation rules as the Create Legal Address endpoint. This route should be used exclusively to update one or more existing attributes of a registered legal address.

Observations

Attribute
Description

state

Must have 2 uppercase letters and be a valid Brazilian state

zipCode

Must include - and have 9 digits (e.g., XXXXX-XXX)

country

Must follow ISO 3166-1 alpha-3 format, with 3 uppercase letters

Request Body

Response