Obtener cliente documento

Para consultar los documentos de un cliente en Nuwwe, cuentas con las URL:

Consultar todos los documentos

https://api.nuwwe.com/api/cliente_documento

Consultar todos

GET https://api.nuwwe.com/api/cliente_documento

{
  "current_page": 1,
  "data": [
    {
      "rn": "1",
      "seq_cliente_doc": 1228,
      "cod_cliente": "1001429",
      "cod_clase_documento": "FOT",
      "recibido": "S",
      "fecha_recibido": "2021-04-07 19:35:00",
      "ruta_archivo": "cliente_documento\/111111111\/2021-04-07_16h23_11.png",
      "usr_creacion": "APP",
      "fecha_creacion": "2021-04-07 19:35:00",
      "usr_ult_modificacion": "DNV",
      "fecha_ult_modificacion": "2021-04-08 12:41:45"
    }
  ],
  "first_page_url": "https:\/\/api.nuwwe.pp\/api?filter%5Bcod_clase_documento%5D=FOT&page=1",
  "from": 1,
  "last_page": 1,
  "last_page_url": "https:\/\/api.nuwwe.pp\/api?filter%5Bcod_clase_documento%5D=FOT&page=1",
  "links": [
    {
      "url": null,
      "label": "« Anterior",
      "active": false
    },
    {
      "url": "https:\/\/api.nuwwe.pp\/api?filter%5Bcod_clase_documento%5D=FOT&page=1",
      "label": "1",
      "active": true
    },
    {
      "url": null,
      "label": "Siguiente »",
      "active": false
    }
  ],
  "next_page_url": null,
  "path": "https:\/\/api.nuwwe.pp\/api",
  "per_page": 15,
  "prev_page_url": null,
  "to": 5,
  "total": 5
}

Consulta por código de cliente

https://api.nuwwe.com/api/cliente_documento/#cod_cliente

código cliente

GET https://api.nuwwe.com/api/cliente_documento/1001429

{
  "current_page": 1,
  "data": [
    {
      "rn": "1",
      "seq_cliente_doc": 1247,
      "cod_cliente": "1001429",
      "cod_clase_documento": "CED",
      "recibido": "S",
      "fecha_recibido": "2021-04-08 06:51:45",
      "ruta_archivo": "cliente_documento\/111111111\/2021-04-05_11h01_52.png",
      "usr_creacion": "APP",
      "fecha_creacion": "2021-04-08 06:51:45",
      "usr_ult_modificacion": "DNV",
      "fecha_ult_modificacion": "2021-04-08 12:41:45"
    }
  ],
  "first_page_url": "http:\/\/api.nuwwe.com\/api\/cliente_documento\/1001429?page=1",
  "from": 1,
  "last_page": 1,
  "last_page_url": "http:\/\/api.nuwwe.com\/api\/cliente_documento\/1001429?page=1",
  "links": [
    {
      "url": null,
      "label": "« Anterior",
      "active": false
    },
    {
      "url": "http:\/\/api.nuwwe.com\/api\/cliente_documento\/1001429?page=1",
      "label": "1",
      "active": true
    },
    {
      "url": null,
      "label": "Siguiente »",
      "active": false
    }
  ],
  "next_page_url": null,
  "path": "http:\/\/api.nuwwe.com\/api\/cliente_documento\/1001429",
  "per_page": 15,
  "prev_page_url": null,
  "to": 11,
  "total": 11
}

Last updated

Was this helpful?