{
"name": "Thor",
"birth_date": "08/10/1994",
"sex": "M",
"document": "86625139050",
"foundation_date": "",
"cnae": "",
"email": "joao@gmail.com",
"mother_name": "",
"father_name": "",
"representative_name": "",
"representative_cpf": "",
"address": {
"uf": "PA",
"city": "Ananindeua",
"neighborhood": "Maguari",
"street": "Rua Pantanal",
"number": "67",
"complement": "",
"zipcode": "67145650"
},
"bank_account": {
"bank_id": 1,
"type": "c",
"agency": "5489789",
"account": "54513564"
},
"cards": [
{
"card_name": "Rafael Edson Heitor",
"card_number": "1234123412341234",
"validity": "12/2033",
"is_default": true,
"card_type_id": 1,
"bank_id": 1
}
]
}
curl --location --request PUT 'https://api.crm.corbee.com.br/customer//from-attendance' \
--header 'corbee-token-integration: 2f68dbbf-519d-4f01-9636-e2421b68f379' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Thor",
"birth_date": "08/10/1994",
"sex": "M",
"document": "86625139050",
"foundation_date": "",
"cnae": "",
"email": "joao@gmail.com",
"mother_name": "",
"father_name": "",
"representative_name": "",
"representative_cpf": "",
"address": {
"uf": "PA",
"city": "Ananindeua",
"neighborhood": "Maguari",
"street": "Rua Pantanal",
"number": "67",
"complement": "",
"zipcode": "67145650"
},
"bank_account": {
"bank_id": 1,
"type": "c",
"agency": "5489789",
"account": "54513564"
},
"cards": [
{
"card_name": "Rafael Edson Heitor",
"card_number": "1234123412341234",
"validity": "12/2033",
"is_default": true,
"card_type_id": 1,
"bank_id": 1
}
]
}'
{
"message": "Dados alterados com sucesso!"
}