{
"id": "string",
"refId": "string",
"companyId": "string",
"taxId": "string",
"kind": "natural",
"active": true,
"name": "string",
"tradeName": "string",
"scrAuthorized": true,
"score": 0,
"rating": "string",
"age": 0,
"gender": "string",
"birthDate": "string",
"motherName": "string",
"fatherName": "string",
"marital": {
"status": "divorced",
"source": "string"
},
"taxIdStatus": "string",
"hasObitIndication": true,
"foundedDate": "string",
"legalNature": {
"code": "string",
"activity": "string"
},
"activities": [
{
"activity": "primary",
"code": "string",
"description": "string"
}
],
"capital": 0,
"partners": {},
"addresses": [
{
"type": "HOME",
"country": "string",
"state": "string",
"city": "string",
"address": "string",
"zipCode": "string"
}
],
"emails": [
{
"type": "PERSONAL",
"email": "string"
}
],
"phones": [
{
"type": "HOME",
"number": "string",
"areaCode": "string"
}
],
"createdAt": "string",
"updatedAt": "string",
"fields": [
{
"id": "string",
"name": "string",
"category": "conditional",
"value": null,
"type": "string",
"required": true
}
]
}