v1
latestOpenAPI 3.0.12026-07-245303882.5 MBCustomers
Atualiza os dados de um cliente (PF ou PJ)
patch/accounts/{account}/customer/{customer}
Path parameters
accountinteger required
Id da Conta
customerinteger required
Id do cliente
Request body
Example request
{
"personal": {
"name": "João da Silva",
"email": "joao.silva@example.com",
"gender": "M",
"printedName": "JOAO SILVA",
"socialName": "João S.",
"maritalStatus": "MARRIED"
}
}Response
OK
object required