Update Legal Person
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
{
"email": "[email protected]",
"mobile": "+55 11 98765-1111",
"addresses": {
"zipCode": "01310-100",
"nickname": "Matriz",
"street": "Abshire Plain",
"number": 10,
"complement": "New Complement",
"neighborhood": "BAIRRO TESTE",
"city": "West Kariane",
"state": "SP"
}
}Response