v1
latestOpenAPI 3.1.02026-07-2622098.6 KBCadastrar Clientes
post/api/v1/clients
Response
200
Example response
{
"summary": "success",
"value": {
"id": 1,
"name": "Cliente Exemplo",
"fantasy_name": "Nome Fantasia Exemplo",
"user_id": 1,
"address": "Rua Exemplo, 123",
"city": "Cidade Exemplo",
"state": "EX",
"zip_code": "12345678",
"user_custom_id": "12345",
"client_status": "active",
"registration_date": "2023-01-01T00:00:00.000000Z",
"email": "cliente@exemplo.com",
"identification_number": "12345678900",
"phone_number": "11999999999",
"created_at": "2023-01-01T00:00:00.000000Z",
"updated_at": "2023-01-01T00:00:00.000000Z",
"account": {
"id": 1,
"name": "API - Cliente Exemplo",
"access_token": "token_exemplo"
}
}
}