Register Legal Person
Register Legal Person
POST {{Environment_URL}}/customers/v1/partner/legal
Body Params
name
Legal entity name (minimum 3 characters, only letters and spaces)
true
String
EMPRESA BRASILEIRA DE TECNOLOGIA LTDA
cnpj
CNPJ in format 00.000.000/0000-00
true
String
12.345.678/0001-99
nickname
Trade name or alias
true
String
EBTech
revenue
Annual revenue in BRL
true
Number
1500000.50
mobile
Mobile phone number
true
String
+55 11 91234-5678
addresses
List of addresses related to the company
true
Array of objects
See addresses table below
addresses object:
nickname
Address nickname
true
String
Matriz São Paulo
street
Street name (min. 5 characters)
true
String
Av. Paulista
number
Street number
true
Number
1578
complement
Additional address info (e.g., apt, suite)
false
String
10 andar
neighborhood
Neighborhood name
true
String
Bela Vista
city
City name
true
String
São Paulo
state
State abbreviation (e.g., RJ, SP)
true
String
SP
zipCode
Postal code
true
String
01310-200
country
Country name
false
String
Brasil
default
Marks this address as the default
true
Boolean
true
Headers
Authorization
Bearer <token>
Request Body
Response