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

icon picker
POST - INSERTAR PRODUCTO

Insertar producto para almacenarlo en sistemas.

Params:

{
"nombre_ingrediente":"test 3",
"usu_id_sol":"8",
"id_tipo_ingredientes":"1"
}



Success:

{
"producto": {
"id_ingrediente": "570"
}
}

Error:

{
"error": {
"error_titulo": "Error al ingresar ingredientes",
"msje_error": "Error al ingresar ingredientes",
"codigo_error": "PPL003.",
"detalle_error": "The conversion of the nvarchar value '88888888888888888888888888888888888888888888888888888888888888888888888' overflowed an int column."
}
}

Error:

{
"error": {
"error_titulo": "el nombre del ingredente no puede estar vacio",
"msje_error": "el campo [nombre_ingrediente] es nulo"
}
}

Error:

{
"error": {
"error_titulo": "el usuario solicitante es numerico.",
"msje_error": "el campo [usu_id_sol] es 88888888888888888888888888888888888888888888888888888888888888888888888a"
}
}

Error:

{
"error": {
"error_titulo": "ingrediente",
"msje_error": "El ingrediente esta incorrecto",
"codigo_error": "PPL002.",
"detalle_error": "error controlado"
}
}

Error:

{
"error": {
"error_titulo": "ingrediente",
"msje_error": "El ingrediente esta incorrecto",
"codigo_error": "PPL002.",
"detalle_error": "error controlado"
}
}



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.