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

icon picker
PUT - ELIMINAR TIPO PRODUCTO

Eliminar tipo producto que están en sistemas.

Body:

{
"id_tipo_ingrediente":"89",
"elimina":"1",
"usu_id_sol":"8"
}

Success:
{
"tipo_ingrediente": {
"id_tipo_ingrediente": 89
}
}

Error:
{
"error": {
"error_titulo": "DATO INGRESADO NO VALIDO tipo de ingrediente no encontrado",
"msje_error": "",
"codigo_error": "120",
"detalle_error": null
}
}


Error:
{
"error": {
"error_titulo": "DATO INGRESADO NO VALIDO si el valor de eliminado es distinto a 1 ",
"msje_error": "",
"codigo_error": "120",
"detalle_error": null
}
}

Error:
{
"error": {
"error_titulo": "Error al eliminar",
"msje_error": "Error al eliminar tipo ingrediente",
"codigo_error": "TPI003.",
"detalle_error": "La conversión del valor nvarchar '881231231231231231231231232131231231' ha desbordado una columna int."
}
}


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.