Listar Clientes
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"paging": {
"offset": 0,
"limit": 20,
"result": 20,
"total": 14785
},
"data": [
{
"uid_client": "131058",
"company_name": "Empresa s.r.l..",
"company_description": "Empresa de tapizados",
"type_id": 2,
"group_id": 3,
"latitude": -34.90097,
"longitude": -56.1875,
"service_time": 20, // Opcional
"wt": [480, 780], // Opcional
"street": "CERRO LARGO",
"street_nbr": "1350",
"neighborhood": "",
"city": "Buenos Aires",
"country": "Argentina",
"last_updated": "2021-09-09T14:30:05.000Z",
"custom_fields": {
"2": {
"name": "Telefono",
"value": "5555-2122"
},
"8": {
"name": "Entre calle 1",
"value": "11100"
},
"9": {
"name": "Entre calle 2",
"value": ""
},
"10": {
"name": "Mail de notificación",
"value": "[email protected]"
},
"13": {
"name": "Nombre del Contacto",
"value": "Pedro Lopez"
}
}
},
{ ... } // Otro cliente
]
}
Sincronización
Last updated