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

icon picker
POST - INSERTAR PREPARACION

Insertar preparación al sistemas.
Body:
{
"nombre_preparacion":"lentejas sin arroz",
"id_tipo_ingrediente":"1",
"id_componente_servicio":"1",
"usu_id_sol":"22",
"id_tipo_racion":"1"
}

Success:
{
"preparacion": {
"id_preparacion_plato": 1260
}
}


Error:
{
"error": {
"id_preparacion": 0,
"respEstatus": "error",
"error_titulo": "Preparacion de Platos",
"msje_error": "La preparacion de platos ya se encuentra registrada",
"codigo_error": "PPL002.",
"detalle_error": "error controlado",
"fecha_error": "2023-06-07 12:07:09.563"
}
}

Error:
{
"error": {
"error_titulo": "el nombre de la preparacion no puede estar vacio",
"msje_error": "el campo [nombre_preparacion] es nulo"
}
}



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.