Константы
Example
GET /api/2.5/constants HTTP/1.0
Authorization: Bearer broker
Host: lb-api-sandbox.prozorro.gov.ua
Response: 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
{
"data": {
"NO_DEFENSE_AWARD_CLAIMS_FROM": "2020-01-01T00:00:00+03:00",
"ORGANIZATION_SCALE_FROM": "2019-05-16T19:30:00+03:00",
"MPC_REQUIRED_FROM": "2019-08-23T00:00:00+00:00",
"NOT_REQUIRED_ADDITIONAL_CLASSIFICATION_FROM": "2018-12-13T00:00:00+00:00",
"RELEASE_2020_04_19": "2020-04-19T00:00:00+00:00",
"BUDGET_BREAKDOWN_REQUIRED_FROM": "2019-11-01T00:00:00+00:00",
"NEW_NEGOTIATION_CAUSES_FROM": "2020-06-12T00:00:00+03:00",
"CRITERION_REQUIREMENT_STATUSES_FROM": "2021-01-01T00:00:00+03:00",
"NORMALIZED_CLARIFICATIONS_PERIOD_FROM": "2020-01-24T00:00:00+00:00",
"PLAN_BUYERS_REQUIRED_FROM": "2019-08-23T00:00:00+00:00",
"QUICK_CAUSE_REQUIRED_FROM": "2020-01-24T00:00:00+00:00",
"VALIDATE_ADDRESS_FROM": "2020-06-01T00:00:00+03:00",
"RELEASE_SIMPLE_DEFENSE_FROM": "2021-01-21T00:00:00+03:00",
"BUDGET_PERIOD_FROM": "2018-12-13T00:00:00+00:00",
"NEW_DEFENSE_COMPLAINTS_TO": "2120-01-01T00:00:00+03:00",
"WORKING_DATE_ALLOW_MIDNIGHT_FROM": "2020-01-24T00:00:00+00:00",
"RELEASE_ECRITERIA_ARTICLE_17": "2020-01-01T00:00:00+03:00",
"PLAN_ADDRESS_KIND_REQUIRED_FROM": "2020-06-22T00:00:00+03:00",
"COMPLAINT_IDENTIFIER_REQUIRED_FROM": "2020-05-15T00:00:00+03:00",
"MINIMAL_STEP_VALIDATION_FROM": "2020-10-01T00:00:00+03:00",
"NORMALIZED_TENDER_PERIOD_FROM": "2020-09-08T18:30:00+03:00",
"CPV_336_INN_FROM": "2019-02-27T00:00:00+02:00",
"NEW_DEFENSE_COMPLAINTS_FROM": "2020-01-01T00:00:00+03:00",
"MILESTONES_VALIDATION_FROM": "2019-08-23T00:00:00+00:00"
}
}
BUDGET_PERIOD_FROM
Plan Budget year deprecated in flavor of period
For plans created starting the date specified in this constant use period instead of year in Budget of Plan
Примітка
For tender created before that date in case of attempt to provide period next error will be returned during Budget validation:
Can't use period field, use year field insteadFor tender created after that date in case of attempt to provide year next error will be returned during Budget validation:
Can't use year field, use period field instead
NOT_REQUIRED_ADDITIONAL_CLASSIFICATION_FROM
Set non required additionalClassifications of Item with classification that have id 99999999-9
CPV_336_INN_FROM
Validate INN additionalClassifications of Item with classification that have id 33600000-6
For tenders created starting the date specified in this constant additionalClassifications of Item has additional validations if Item contains classification that have id 33600000-6
Примітка
Next validation errors are possible during Item validation:
Item with classification.id=33600000-6 have to contain exactly one additionalClassifications with scheme=INNItem with classification.id that starts with 336 and contains additionalClassification objects have to contain no more than one additionalClassifications with scheme=INN
ORGANIZATION_SCALE_FROM
Make scale field of BusinessOrganization required
MPC_REQUIRED_FROM
Make mainProcurementCategory field of Tender required
MILESTONES_VALIDATION_FROM
Make milestones field of Tender required
PLAN_BUYERS_REQUIRED_FROM
Make buyers field of Plan required
BUDGET_BREAKDOWN_REQUIRED_FROM
Make breakdown field of Tender budget required for (belowThreshold, reporting, esco)
WORKING_DATE_ALLOW_MIDNIGHT_FROM
Allow midnight (00:00) as valid boundary date for calculating periods
NORMALIZED_CLARIFICATIONS_PERIOD_FROM
Make dates for clarifications period normalized
QUICK_CAUSE_REQUIRED_FROM
Make cause field of Tender required for quick procedures
RELEASE_2020_04_19
New complaints and cancellation flow
VALIDATE_ADDRESS_FROM
Validation for Address countryName and region fields
COMPLAINT_IDENTIFIER_REQUIRED_FROM
ComplaintIdentifier became required
PLAN_ADDRESS_KIND_REQUIRED_FROM
Make kind in PlanAddress required
NEW_NEGOTIATION_CAUSES_FROM
Implemented new cause choices for negotiation procedure
NORMALIZED_TENDER_PERIOD_FROM
Make dates for periods normalized
MINIMAL_STEP_VALIDATION_FROM
Added validation for minimalStep
RELEASE_ECRITERIA_ARTICLE_17
Criteria was implemented
CRITERION_REQUIREMENT_STATUSES_FROM
Implemented statuses to criterion requirement
RELEASE_SIMPLE_DEFENSE_FROM
New defense procedure
NEW_DEFENSE_COMPLAINTS_FROM
New defence complaints supports from date
NEW_DEFENSE_COMPLAINTS_TO
New defence complaints supports to date
NO_DEFENSE_AWARD_CLAIMS_FROM
Complaint type should be only complaint for defence procedure
RELEASE_GUARANTEE_CRITERION_FROM
RELEASE_METRICS_FROM
VALIDATE_TELEPHONE_FROM
REQUIRED_FIELDS_BY_SUBMISSION_FROM
VALIDATE_CURRENCY_FROM
UNIT_PRICE_REQUIRED_FROM
MULTI_CONTRACTS_REQUIRED_FROM
Implemented creation of aggregate contracts. Look at centralized-procurements source.