Nomenclatura

Para consultar nomenclatura en Nuwwe, cuentas con las URL:

Consultar todos

https://api.nuwwe.com/api/nomenclatura

consultar todos

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

{
  "current_page": 1,
  "data": [
    {
      "rn": "1",
      "seq_nomenclatura": 3,
      "cod_nomenclatura": "AVIAL",
      "nom_nomenclatura": "ANILLO DEL BALCON DEL TEJAR",
      "tipo_nomenclatura": "P",
      "concatena_nombre": "S",
      "activo": "S",
      "usr_creacion": "UCN",
      "fecha_creacion": "2017-12-08 18:29:00",
      "usr_ult_modificacion": "DBM",
      "fecha_ult_modificacion": "2018-10-22 11:29:09"
    }
  ],
  "first_page_url": "http:\/\/api.nuwwe.com\/api\/nomenclatura?page=1",
  "from": 1,
  "last_page": 7,
  "last_page_url": "http:\/\/api.nuwwe.com\/api\/nomenclatura?page=7",
  "links": [
    {
      "url": null,
      "label": "« Anterior",
      "active": false
    },
    {
      "url": "http:\/\/api.nuwwe.com\/api\/nomenclatura?page=1",
      "label": "1",
      "active": true
    },
    {
      "url": "http:\/\/api.nuwwe.com\/api\/nomenclatura?page=2",
      "label": "Siguiente »",
      "active": false
    }
  ],
  "next_page_url": "http:\/\/api.nuwwe.com\/api\/nomenclatura?page=2",
  "path": "http:\/\/api.nuwwe.com\/api\/nomenclatura",
  "per_page": 15,
  "prev_page_url": null,
  "to": 15,
  "total": 93
}

Consulta por código

https://api.nuwwe.com/api/nomenclatura/#seq_nomenclatura

consulta por código nomenclatura

GET https://api.nuwwe.com/api/nomenclatura/3

{
  "seq_nomenclatura": 3,
  "cod_nomenclatura": "AVIAL",
  "nom_nomenclatura": "ANILLO DEL BALCON DEL TEJAR",
  "tipo_nomenclatura": "P",
  "concatena_nombre": "S",
  "activo": "S",
  "usr_creacion": "UCN",
  "fecha_creacion": "2017-12-08 18:29:00",
  "usr_ult_modificacion": "DBM",
  "fecha_ult_modificacion": "2018-10-22 11:29:09"
}

Last updated

Was this helpful?