Update Legal Person

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

Body Params

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

Headers

Name
Value

Authorization

Bearer <token>

client-key

123ABCD456

Path Params

Key
Description
Required
Data Type
Example

cnpj

CNPJ must be provided without punctuation, e.g., 12345678000199

true

String

11222333000144

Request Body

Response