get https://www.cloud.wispro.co/api/v1/clients
Atributos
Atributo | Tipo | Descripcion |
---|---|---|
id | String | UUID |
public_id | Integer | ID secuencial visible por el cliente |
custom_id | String | ID personalizable por el cliente (para usar por ej un número de cliente ya existente) |
name | String | Nombres y Apellidos |
String | ||
address | String | Dirección postal |
phone | String | Telefono fijo |
phone_mobile | String | Teléfono móvil |
kind_person | String | Tipo de persona (Fisica o Juridica) |
national_identification_number | String | DNI/CEDULA |
city | String | Ciudad |
state | String | Estado/Provincia |
details | Text | Detalles/Observaciones |
created_at | String | Fecha creación |
updated_at | String | Fecha última modificación |
link_mobile_login | String | Link para login en app "Alerta internet" |
zone_name | String | Zona |
Filtros de busqueda
Parámetro | Tipo | Descripción |
---|---|---|
created_at_before | Fecha en formato ISO 8601 | Clientes creados antes de la fecha |
created_at_after | Fecha en formato ISO 8601 | Clientes creados después de la fecha |
name_unaccent_cont | String | Clientes por los Nombres y Apellidos |
national_identification_number_eq | Integer | Clientes por el DNI/CEDULA |
taxpayer_identification_number_eq | Integer | Clientes por el TAX ID |
public_id_eq | Integer | Clientes por el ID secuencial visible por el cliente |
custom_id_eq | Integer | Clientes por la ID personalizable por el cliente |
phone_number_cont | String | Teléfono móvil |
deleted | Boolean | Obtener clientes borrados |
email_eq | String | Correo Electronico |
address_cont | String | Clientes por Direccion |
zone_name_eq | String | Clientes por Zona |
Ejemplo de request utilizando el filtro de busqueda
- Busqueda por numero telefonico
https://www.cloud.wispro.co/api/v1/clients?phone_number_cont=+5492615967158
- Busqueda de clientes borrados
https://www.cloud.wispro.co/api/v1/clients?deleted=true