Consultar um único cliente
Utilizado para recuperar um cliente no Elliscash.
GET /clientes/{id}
Path Params
Name
Type
Description
id*
String
Identificador único do cliente.
{
"id":"153",
"nome":"Cliente 1",
"email":"[email protected]",
"cpf_cnpj":"99999999999",
"aniversario":"01/01",
"celular":"(99)99999.9999",
"referencia_externa": "1234"
}Last updated