In Paraguay, the lots have their own information, like:
- If the lots allows simultaneous Supply of the items
- the delivery address of the lot
- the minimum value of the lot
- if the lot is part of an open contract and what type of open contract (open amounts or open quantites )
So, it is proposed to add a "details" field, as the one that exist for parties, to add all these details about the lots in Paraguay.
"lots": [
{
"id": "1",
"title": "Lote Total",
"status": "active",
"value": {
"currency": "PYG"
},
"details": {
"simultaneousSupply": False,
"isOpenContract": True,
"openContractType": "Por Monto"
"minValue": {
"currency": "PYG",
"amount": 500000
},
"deliveryAddress": {
"streetAddress": "Escriba un lugar de entrega"
}
}
}
]
Lot example: https://contrataciones.gov.py/licitaciones/convocatoria/359472-servicio-transmision-vivo-redes-sociales-eventos-organizados-rectorado-una-1.html#itemSolicitados
cc @duncandewhurst
In Paraguay, the lots have their own information, like:
So, it is proposed to add a "details" field, as the one that exist for parties, to add all these details about the lots in Paraguay.
Lot example: https://contrataciones.gov.py/licitaciones/convocatoria/359472-servicio-transmision-vivo-redes-sociales-eventos-organizados-rectorado-una-1.html#itemSolicitados
cc @duncandewhurst