Last updated
Last updated
Para consultar ciudad en Nuwwe, cuentas con las URL:
https://api.nuwwe.com/api/ciudad
{
"current_page": 1,
"data": [
{
"rn": "1",
"cod_ciudad": "05001",
"nom_ciudad": "Medellin",
"cod_departamento": "05",
"activo": "S",
"usr_creacion": "UCN",
"fecha_creacion": "2017-12-04 17:20:00",
"usr_ult_modificacion": "APP",
"fecha_ult_modificacion": "2021-03-19 11:06:57",
"cod_postal": null,
"porc_reteica": "0",
"vlr_base_reteica": "0",
"cod_ciudad_domus": 5001,
"cod_cuenta_reteica": null,
"cod_cuenta_reteica_prov": null
}
],
"first_page_url": "https:\/\/api.nuwwe.pp\/api?page=1",
"from": 1,
"last_page": 76,
"last_page_url": "https:\/\/api.nuwwe.pp\/api?page=76",
"links": [
{
"url": null,
"label": "« Anterior",
"active": false
},
{
"url": "https:\/\/api.nuwwe.pp\/api?page=1",
"label": "1",
"active": true
},
{
"url": "https:\/\/api.nuwwe.pp\/api?page=2",
"label": "Siguiente »",
"active": false
}
],
"next_page_url": "https:\/\/api.nuwwe.pp\/api?page=2",
"path": "https:\/\/api.nuwwe.pp\/api",
"per_page": 15,
"prev_page_url": null,
"to": 15,
"total": 1128
}
https://api.nuwwe.com/api/ciudad/#cod_ciudad
{
"cod_ciudad": "05001",
"nom_ciudad": "Medellin",
"cod_departamento": "05",
"activo": "S",
"usr_creacion": "UCN",
"fecha_creacion": "2017-12-04 17:20:00",
"usr_ult_modificacion": "APP",
"fecha_ult_modificacion": "2021-03-19 11:06:57",
"cod_postal": null,
"porc_reteica": "0",
"vlr_base_reteica": "0",
"cod_ciudad_domus": 5001,
"cod_cuenta_reteica": null,
"cod_cuenta_reteica_prov": null
}