v1

latestOpenAPI 3.1.02026-07-2622098.6 KB

Listar Vendedor pelo ID

get/api/v1/clients{id}

Path parameters

IDinteger required

Response

200

summarystring

Example response

[
  {
    "summary": "success",
    "value": {
      "id": 1234,
      "name": "TON MONTANA",
      "fantasy_name": "SCARFACE",
      "user_id": 1,
      "active": 1,
      "address": "RUA BLABLABLA",
      "city": "Ribeirão Preto",
      "state": "SP",
      "zip_code": "14020-123",
      "client_status": "active",
      "registration_date": "2020-08-11T14:04:12.000-04:00",
      "email": "contato@logmanager.com.br",
      "identification_number": "12312312312",
      "identification_type": "CPF OU CNPJ",
      "phone_area_code": "16",
      "phone_number": "997721718",
      "user_type": "normal",
      "company_cust_type_id": "CO",
      "created_at": "2020-11-17T13:40:20.000000Z",
      "updated_at": "2020-12-16T20:00:38.000000Z"
    }
  }
]