Mostrar Orden de Producción
Se puede mostrar una orden de producción mediante el método showProductOrder/{id} donde se le pasa como parámetro el id de la orden.
Parámetro | Valor |
---|---|
Nombre servicio | showProductOrder |
Tipo método | GET |
URL | https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth//productOrder/showProductOrder/23 |
Content type | application/json |
Respuesta:
{
"status": {
"code": 200,
"message": "Procesado con éxito",
"data": {
"productive_process_id": null,
"productive_process_code": null,
"productive_process_description": null,
"productive_process_status": null,
"production_order_id": 398,
"production_order_code": 397,
"production_order_observation": null,
"production_order_total_product": null,
"production_order_total_calculated": "0",
"production_order_net_weight_kilo": "0",
"production_order_status": "BORRADOR",
"production_orders_created_at": "2023-06-05 17:34:32",
"production_orders_updated_at": "2023-06-05 17:34:32",
"reference": null,
"qualified_users_id": 3,
"qualified_users_nit": "8020193394",
"qualified_users_name": "ADAMA ANDINA B.V SUCURSAL COLOMBIA.",
"reason_for_return": null,
"return_id": null,
"nickname": null,
"precision": "4",
"product": [],
"suplies": [],
"totals_supplies": [
"0",
"0"
],
"unit_array_value": [],
"other_costs": [],
"totals_other_costs": [
"0",
"0"
],
"garbages": [],
"totals_garbages": [
0
],
"unit_array_value_garbage": [],
"observation_totals": {
"supply": [
"0",
"0"
],
"other_costs": [
"0",
"0"
],
"total_calculated": [
"0",
"0"
],
"total_product": [
"0",
"0"
],
"difference": [
0,
0
]
},
"users": [
{
"person_name": "Eduardo Gutierrez",
"status_form": "BORRADOR",
"date_form": "2023-06-05",
"time_form": "17:34:32"
}
],
"typifications": []
}
}
}