Conta PF

Cadastro de usuário com conta associada

Exemplo de Payload


{
"name": "",
"preferredName": "",
"motherName": "",
"birthDate": "yyyy-mm-dd",
"document": "00000000000",
"branchNumber": 0,
"email": "user@loldesign.com.br",
"idBusinessSource": 1,
"idProduct": 1,
"idAccount": 10072306,
"dueDate": 10,
"printedName": "name",
"address": {
"idAddressType": 1,
"zipCode": "0000000",
"street": "Rua ...",
"number": 1,
"complement": "",
"neighborhood": "",
"city": "São Paulo",
"federativeUnit": "SP",
"country": "Brasil",
"mailingAddress": true
},
"phone": {
"idPhoneType": 18,
"areaCode": "011",
"number": "000000000"
},
"isPep": false,
"termsAndConditionsTokens": [
"bfd265fe-9165-492a-8b6a-be6e833c94d4",
"d1140882-967a-4b92-9425-dc8cbcb568cf"
],
"deviceIdentification": {
"fingerprint": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36#192.168.1.2"
}
}
Todos essas campos são obrigatórios

Exemplo de CURL:
curl --request POST \
--url https://api.hml.caradhras.io/v2/individuals/accounts \
--header 'Authorization: {token}' \
--header 'Content-Type: application/json' \
--data '{
"name": "",
"preferredName": "",
"motherName": "",
"birthDate": "yyyy-mm-dd",
"document": "00000000000",
"email": "user@loldesign.com.br",
"idBusinessSource": 1,
"idProduct": 1,
"dueDate": 10,
"printedName": "name",
"address": {
"idAddressType": 1,
"zipCode": "0000000",
"street": "Rua ...",
"number": 01,
"complement": "",
"neighborhood": "",
"city": "São Paulo",
"federativeUnit": "SP",
"country": "Brasil",
"mailingAddress": true
},
"phone": {
"idPhoneType": 18,
"areaCode": "011",
"number": "900000000"
},
"isPep": false
}'

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.