Last active
November 21, 2019 17:13
-
-
Save jpmckinney/1b2cc8612c03db7fe4a41ba5dc6272ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tender": { | |
"title": "Adquisición de Útiles de Oficina", | |
"id": "355477-adquisicion-utiles-oficina", | |
"procuringEntity": { | |
"id": "50", | |
"name": "Dirección Nacional de Contrataciones Públicas (DNCP)" | |
}, | |
"procurementMethod": "open", | |
"procurementMethodDetails": "Licitación Pública Nacional", | |
"items": [], | |
"documents": [], | |
"tenderers": [] | |
}, | |
"secondStage": { | |
"status": "Vigente", | |
"period": { | |
"startDate": "20-06-2019", | |
"endDate": "29-11-2019" | |
}, | |
"invitations": [ | |
{ | |
"id": "1", | |
"buyer": { | |
"name": "Ministerio de Agricultura y Ganadería (MAG)", | |
"id": "12" | |
}, | |
"items": [ | |
{ | |
"id": 1 | |
}, | |
{ | |
"id": 2 | |
} | |
], | |
"financialSource": "30", | |
"notifiedSuppliers": [], | |
"contractTerms": { | |
"paymentPeriod": "10 dias" | |
}, | |
"datePublished": "2019-10-10" | |
} | |
] | |
}, | |
"awards": [ | |
{ | |
"id": "355477-adquisicion-utiles-oficina", | |
"suppliers": [], | |
"description": "This establishes a framework agreement" | |
}, | |
{ | |
"id": "1", | |
"relatedBid": "1", | |
"suppliers": [ | |
{ | |
"id": 1 | |
} | |
], | |
"items": [ | |
{ | |
"id": 1 | |
} | |
] | |
}, | |
{ | |
"id": "1", | |
"relatedBid": "2", | |
"suppliers": [ | |
{ | |
"id": 1 | |
} | |
], | |
"items": [ | |
{ | |
"id": 2 | |
} | |
] | |
} | |
], | |
"contracts": [ | |
{ | |
"awardID": "???", | |
"dateSigned": "19-11-2019", | |
"amount": {} | |
} | |
], | |
"bids": [ | |
{ | |
"id": 1, | |
"invitationId": "1", | |
"itemID": "1", | |
"value": {}, | |
"tenderers": [ | |
{ | |
"id": 1 | |
} | |
] | |
}, | |
{ | |
"id": 2, | |
"invitationId": "1", | |
"itemID": "2", | |
"value": {}, | |
"tenderers": [ | |
{ | |
"id": 1 | |
} | |
] | |
} | |
], | |
"procedureType": "frameworkAgreement" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment