Se puede consultar los items del pase de entrada creados hasta el momento mediante el método entryPassesItems/getEntryPassItems/{id numero del pase}
Parámetro | Valor |
---|---|
Nombre servicio | getEntryPassItems |
Tipo método |
GET | |
URL | https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth//entryPassesItems/getEntryPassItems/{ |
numero del pase} | |
Content type | application/json |
Respuest:
Bloque de código |
---|
{ "status": { "code": 200, "message": "Procesado con éxito", "data": { "current_page": 1, "data": [ { "id": 1290, "item": 13, "entryForm_id": 1993, "inspection": 0, "status_entryForm": "APROBADO", "code_entryForm": 30322785, "num_commercial_invoice": "FE 55070001", "code_operation": 501101, "check_rm": "DTA", "tracking": []null } ], "first_page_url": "httpshttp://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com127.0.0.1:8000/api/auth/entryPassesItems/getEntryPassItems/587790?page=1", "from": 1, "last_page": 1, "last_page_url": "httpshttp://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com127.0.0.1:8000/api/auth/entryPassesItems/getEntryPassItems/587790?page=1", "links": [ { "url": null, "label": "« Anterior", "active": false }, { "url": "httpshttp://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com127.0.0.1:8000/api/auth/entryPassesItems/getEntryPassItems/587790?page=1", "label": "1", "active": true }, { "url": null, "label": "Siguiente »", "active": false } ], "next_page_url": null, "path": "httpshttp://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com127.0.0.1:8000/api/auth/entryPassesItems/getEntryPassItems/587790", "per_page": 15, "prev_page_url": null, "to": 15, "total": 15 } } } |