Qualification¶
Schema¶
| id: | string, auto-generated |
|---|---|
| title: | string, multilingual OpenContracting Description: Qualification title. |
| description: | string, multilingual OpenContracting Description: Qualification description. |
| eligible: | bool Confirms compliance of eligibility criteria set by the procuring entity in the tendering documents. |
| qualified: | bool Confirms the absence of grounds for refusal to participate in accordance with Article 17 of the Law of Ukraine “On Public Procurement”. |
| bidID: | string, auto-generated Bid that this Qualification protocol relates to. |
| lotID: | string, auto-generated In Multilot tenders, lot that this Qualification protocol relates to. |
| date: | string, Date, auto-generated, read-only The date of the qualification. |
| documents: | List of Document objects Container for Qualification documentation, protocols, reasons for qualification or disqualification. Uploaded by tender committee. |
| complaints: | |
| status: | string Possible values are:
|
![digraph G {
A [ label="pending*" ]
B [ label="active"]
C [ label="cancelled"]
D [ label="unsuccessful"]
A -> B;
A -> C;
A -> D;
D -> C;
B -> C;
}](../_images/graphviz-b5cd5e008e2d5f29bf90b95deaeebd7438f3d975.png)