Cancellation¶
Schema¶
| id: | uid, auto-generated |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| reason: | string, multilingual, required The reason, why Tender is being cancelled. |
||||||||||||||||||||||||||
| status: | string
|
||||||||||||||||||||||||||
| documents: | List of Document objects Documents accompanying the Cancellation: Protocol of Tender Committee with decision to cancel the Tender. |
||||||||||||||||||||||||||
| date: | string, Date Cancellation date. |
||||||||||||||||||||||||||
| cancellationOf: | string, required, default tender Possible values are:
Possible values in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick: * tender |
||||||||||||||||||||||||||
| relatedLot: | string Id of related Lot. |
||||||||||||||||||||||||||
| reasonType: | string There are four possible types for reporting, aboveThresholdUA, aboveThresholdEU, esco, competitiveDialogueEU, competitiveDialogueUA, competitiveDialogueEU.stage2, competitiveDialogueUA.stage2, closeFrameworkAgreementUA, closeFrameworkAgreementSelectionUA procedures set by procuring entity:
Possible types for negotiation and negotiation.quick:
Possible types for belowThreshold and aboveThresholdUA.defense:
|
||||||||||||||||||||||||||
| complaintPeriod: | |||||||||||||||||||||||||||
|
The timeframe when complaints can be submitted. |
|||||||||||||||||||||||||||
| complaints: | List of Complaint objects |
||||||||||||||||||||||||||
Cancellation workflow in Reporting, negotiation procedures - reporting, negotiation, negotiation.quick and Open procedure with publication in English - aboveThresholdEU¶
![digraph G {
A [ label="draft*" ]
B [ label="pending" ]
C [ label="active"]
D [ label="unsuccessful" ]
A -> {B,D};
B -> {C,D};
}](../_images/graphviz-9a04bfba9f9b4fe1d8d0a068f67fd04bf2a49d14.png)
* marks initial state