Cancellation

Schema

id:

uid, auto-generated

reason:

string, multilingual, required

The reason, why Tender is being cancelled.

status:

string

Possible values are:
draft:

Default. Cancellation in a state of formation.

pending:

The request is being prepared.

active:

Cancellation activated.

unsuccessful:

Cancellation was unsuccessful.

documents:

List of ConfidentialDocument objects

Documents accompanying the Cancellation: Protocol of Tender Committee with decision to cancel the Tender.

date:

string, Date, auto-generated, read-only

Cancellation date.

cancellationOf:

string, auto-generated, read-only

Possible values are:

  • tender

  • lot

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, aboveThreshold, aboveThresholdUA, aboveThresholdEU, esco, competitiveDialogueEU, competitiveDialogueUA, competitiveDialogueEU.stage2, competitiveDialogueUA.stage2, closeFrameworkAgreementUA, closeFrameworkAgreementSelectionUA, competitiveOrdering, priceQuotation procedures set by procuring entity:

noDemand:

No need in procurement of goods, works and services.

unFixable:

Can not fix revealed violations of the law in the scope of public procurement.

forceMajeure:

Can not do a procurement due to force majeure conditions.

expensesCut:

Cut down the expenses of procurement of goods, works and services.

There is one more possible type for aboveThreshold and competitiveOrdering:

noOffer:

Less than two bids were submitted.

Possible types for negotiation and negotiation.quick:

noDemand:

No need in procurement of goods, works and services.

unFixable:

Can not fix revealed violations of the law in the scope of public procurement.

noObjectiveness:

Can not do a procurement due to force majeure conditions.

expensesCut:

Cut down the expenses of procurement of goods, works and services.

dateViolation:

Violation of procurement deadlines.

Possible types for aboveThresholdUA.defense and simple.defense:

noDemand:

No need in procurement of goods, works and services.

unFixable:

Can not fix revealed violations of the law in the scope of public procurement.

expensesCut:

Cut down the expenses of procurement of goods, works and services.

complaintPeriod:

Period

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};
}

* marks initial state