13. Báscula

Consultar pesajes

Se puede consultar todos los pesajes creados hasta el momento mediante el método getWeighing

Parámetro

Valor

Parámetro

Valor

Nombre servicio

getWeighing

Tipo método

POST

URL

https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/weighings/getWeighing

Content type

application/json

Respuesta

{     "status": {         "code": 200,         "message": "Procesado con éxito",         "data": {             "current_page": 1,             "data": [                 {                     "id": 530,                     "container_1": null,                     "container_2": null,                     "capacity_container_1": null,                     "capacity_container_2": null,                     "tare_container_1": null,                     "tare_container_2": null,                     "pass_id": 5845,                     "completeness": "INCOMPLETO",                     "consecutive": "1694",                     "weight_date": "2023-07-31",                     "shedule": "NORMAL",                     "operation": "Despacho",                     "net_weight": null,                     "gross_weight": null,                     "gross_type": null,                     "gross_date_weight": null,                     "gross_time_weight": null,                     "gross_user_id": null,                     "gross_user_name": null,                     "gross_scale_id": null,                     "gross_scale_name": null,                     "tare_weight": "100",                     "tare_type": "MANUAL",                     "tare_date_weight": "2023-07-31",                     "tare_time_weight": "08:54:24",                     "tare_user_id": 7,                     "tare_user_name": "egutierrez",                     "tare_scale_id": 1,                     "tare_scale_name": "Bascula 15",                     "vehicle_plate": "DAR667",                     "passForm_number": 3053,                     "status": "NORMAL",                     "userManagment": "egutierrez",                     "qualifiedUser_id": 3,                     "name_qualified": "TECHNISUPPORT S.A",                     "nit_qualified": "80201933933",                     "containers": []                 } }