Atualizar Cliente
PUT
/v1/customers/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT '/v1/customers/{{customer_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "j007",
"name":"James Bond teste",
"email":"dev@bond.com",
"type":"individual",
"country":"br",
"phone_numbers": [
"+5511922433535",
"+5511944855221"
],
"birthday": "1998-06-15"
}'
Response Response Example
{}
Requisição
Parâmetros Path
id
string
requerido
Exemplo:
{{customer_id}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-05-26 19:09:20