Bid¶
Schema¶
| tenderers: | List of Organization objects |
|---|---|
| date: | string, Date, auto-generated |
| id: | uid, auto-generated |
| status: | string Possible values are:
|
| value: | Value, required Validation rules:
|
| selfEligible’: | True, required Confirms compliance of eligibility criteria set by the procuring entity in the tendering documents. |
| selfQualified: | True, required Confirms the absence of grounds for refusal to participate in accordance with Article 17 of the Law of Ukraine “On Public Procurement”. |
| subcontractingDetails: | |
string While submitting bid proposal, participant can fill in the text field of any length about subcontractor. |
|
| documents: | List of Document objects |
| parameters: | List of Parameter objects |
| lotValues: | List of LotValue objects |
| participationUrl: | |
url A web address for participation in auction. |
|
Parameter¶
Schema¶
| code: | string, required Code of the feature. |
|---|---|
| value: | float, required Value of the feature. |
LotValue¶
Schema¶
| value: | Value, required Validation rules:
|
|---|---|
| relatedLot: | string Id of related Lot. |
| date: | string, Date, auto-generated |
| subcontractingDetails: | |
string While submitting bid proposal, participant can fill in the text field of any length about subcontractor. |
|
| participationUrl: | |
url A web address for participation in auction. |
|