Add a new beneficiary per client and solicitation
Unable to add a new beneficiary per client and solicitation due to validation error
{- "name": "Paulo Magno Alves da Rocha",
- "cpf": "534.234.867-34",
- "rg": "2991396",
- "relationship": "Filho",
- "phoneNumber": "(61) 93847-2933",
- "address": {
- "country": "Brasil",
- "state": "MG",
- "city": "Unaí",
- "neighborhood": "Divineia",
- "street": "Av. Governador valadares",
- "number": "123",
- "zipCode": "12345-678",
- "complement": "ap 9"
}
}
[- {
- "id": 0,
- "name": "string",
- "cpf": "string",
- "rg": "string",
- "relationship": "string",
- "phoneNumber": "string",
- "address": {
- "id": 0,
- "country": "string",
- "zipCode": "string",
- "state": "string",
- "city": "string",
- "neighborhood": "string",
- "street": "string",
- "number": "string",
- "complement": "string",
- "latitude": 0,
- "longitude": 0,
- "propertyType": {
- "id": 0,
- "type": "string"
}
}
}
]