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

icon picker
POST - INSERTAR TIPO PRODUCTO

Insertar tipo producto en sistemas.

Body:

{
"tpi_nombre":"test",
"usu_id_sol":"8"
}

Success:

{
"tipo_producto": {
"id_tipo_ingrediente": "56"
}
}

Error:

{
"error": {
"error_titulo": "Error al ingresar tipo de ingrediente",
"msje_error": "Error al ingresar tipo de ingrediente.",
"codigo_error": "TPI003.",
"detalle_error": "The conversion of the nvarchar value '81111111111111111111111111111111111111111111111111111111111111111111111111111111' overflowed an int column."
}
}

Error:

{
"error": {
"error_titulo": "el nombres del tipo producto no puede estar vacio",
"msje_error": "el campo [tpi_nombre] es nulo"
}
}

Error:

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



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.