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

icon picker
GET - LISTAR LICITACIONES PRESTADORES

Listar las licitaciones por prestadores asociadas que están en sistemas.

Params:

{
"id_prestador":"221"
}

Success: “si la licitación se encuentra de baja“
{
"licitacion": []
}


Success:
{
"licitacion": [
{
"id_licitacion": 4,
"codigo_licitacion": "85-39-LR22",
"titulo_licitacion": "SERVICIO DE ALIMENTACIÓN PAE-PAP",
"fecha_inicio": "2023-02-28 00:00:00.000",
"fecha_fin": "2031-02-28 00:00:00.000",
"estado": 1,
"vertical": {
"id": 1,
"nombre": "Alimentación"
}
},
{
"id_licitacion": 4,
"codigo_licitacion": "85-39-LR22",
"titulo_licitacion": "SERVICIO DE ALIMENTACIÓN PAE-PAP",
"fecha_inicio": "2023-02-28 00:00:00.000",
"fecha_fin": "2031-02-28 00:00:00.000",
"estado": 1,
"vertical": {
"id": 1,
"nombre": "Alimentación"
}
}
]
}


Error:
{
    "error": {
        "error_titulo": "el id del prestador es numerico",
        "msje_error": "el campo [id_prestador] es 221a"
    }
}

Error:
{
"error": {
"error_titulo": "listar licitaciones x prestador",
"msje_error": "The conversion of the nvarchar value '11111111111111111111111111111111111' overflowed an int column.",
"codigo_error": "LPL002."
}
}

Error:
{
"error": {
"error_titulo": "prestador",
"msje_error": "Error Prestador: El Prestador informado 1 no existe.",
"codigo_error": "LPL001."
}
}



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.