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

icon picker
POST - AGREGAR LICITACIÓN POR PRESTADOR

Agregar licitación por prestador al sistemas.

Body:

{
"id_licitacion":"1",
"id_prestador":"222",
"usu_id_sol":"8"
}

Success:

{
"licitacion": [
{
"id_lxp": "109",
"msje_exito": "Se crea relación"
}
]
}


Error:

{
"error": [
{
"id_licitacion": 0,
"respEstatus": "error",
"error_titulo": "rel_licitaciones",
"msje_error": "La licitación informada que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP008",
"fecha_error": "2023-04-13 11:02:09.863"
}
]
}

Error:

{
"error": [
{
"id_prestador": 0,
"respEstatus": "error",
"error_titulo": "rel_prestador",
"msje_error": "El prestador informado que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP007",
"fecha_error": "2023-04-13 11:02:37.863"
}
]
}

Error:

{
"error": [
{
"id_usuario": 0,
"respEstatus": "error",
"error_titulo": "rel_usuario",
"msje_error": "El usuario informado que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP006",
"fecha_error": "2023-04-13 11:02:52.307"
}
]
}

Error:

{
"error": [
{
"id_LXP": -1,
"respEstatus": "error",
"error_titulo": "lxp_id",
"msje_error": "The conversion of the nvarchar value '11111111111111111111111111111111111111111111111111111' overflowed an int column.",
"codigo_error": "LXP010",
"fecha_error": "2023-04-13 11:03:07.893"
}
]
}



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.