{
"cnpj": "12345678000199",
"legal_name": "Empresa LTDA",
"trade_name": "Nome Fantasia",
"email": "contato@empresa.com",
"phone": "+5511999999999",
"address": {
"street": "Rua Example",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Centro",
"city": "São Paulo",
"state": "SP",
"postal_code": "01234567"
},
"owners": [
{
"owner_type": "partner",
"name": "João Silva",
"social_name": "João",
"document": "12345678900",
"email": "joao@empresa.com",
"phone": "+5511988888888",
"birth_date": "1990-01-15",
"nationality_country_code": "BR",
"tax_residence_country_code": "BR",
"address": {
"street": "Rua Residencial",
"number": "456",
"complement": "Apto 101",
"neighborhood": "Jardins",
"city": "São Paulo",
"state": "SP",
"postal_code": "04567890"
},
"ownership": {
"ownership_type": "direct",
"ownership_bps": 5000
}
}
],
"metadata": {
"external_id": "your_internal_id"
},
"config": {
"auto_send_owner_sms": true,
"auto_send_owner_email": true
}
}