Gallery
Documentación Front-End
Share
Explore
Documentación Front-End
Preparaciones

icon picker
GET - LISTAR PREPARACIONES POR ID

Listar las preparaciones por ID que están en sistemas.

Param:

"id_preparacion_plato":

Result:

{
    "preparaciones": [
        {
            "orden": "1",
            "id_preparacion": "1351",
            "codigo_preparecion": "PRE-1351",
            "nombre_preparacion": "Pollo al jugo",
            "tipo_racion": {
                "nombre": "Almuerzo",
                "id": "2"
            },
            "componente_servicio": {
                "id": "4",
                "nombre": "Plato de Fondo"
            }
        },
        {
            "orden": "2",
            "id_preparacion": "1353",
            "codigo_preparecion": "PRE-1353",
            "nombre_preparacion": "Pollo al jugo",
            "tipo_racion": {
                "nombre": "Almuerzo",
                "id": "2"
            },
            "componente_servicio": {
                "id": "4",
                "nombre": "Plato de Fondo"
            }
        }
    ]
}

Error:

{
"id_preparacion": -2,
"respEstatus": "error",
"error_titulo": "Id Preparacion Plato",
"msje_error": "La preparacion de plato no existe o se enmcuentra eliminada como registro.",
"codigo_error": "PPL005.",
"detalle_error": "error controlado",
"fecha_error": "2023-07-11T15:38:01.143"
}


Error:

{
"id_preparaciones": -1,
"respEstatus": "error",
"error_titulo": "Error al listar las preparaciones",
"codigo_error": "PPL001.",
"detalle_error": "Error de conversión al convertir el valor nvarchar '1A' al tipo de datos int.",
"fecha_error": "2023-07-11T16:40:19.547"
}



Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.