CDB3-327 dgf-english minNumberOfQualifiedBids can't be 0, need to add check for this
Summary: I can set minNumberOfQualifiedBids == 0
STR:
- Go to /api/procedures endpoint
- Sent POST request with body
{
"auctionPeriod": {
"startDate": "2020-11-20T14:28:00+00:00"
},
"previousAuctionId": "UA-PS-1999-12-12-000000-0",
"sellingMethod": "dgf-english",
"sellingEntity": {
"identifier": {
"scheme": "UA-EDR",
"legalName": {
"uk_UA": "string",
"en_US": "string"
},
"id": "12345678"
},
"address": {
"addressID": {
"scheme": "koatuu",
"id": "0110136600"
},
"streetAddress": {
"uk_UA": "string",
"en_US": "string"
},
"locality": {
"uk_UA": "string",
"en_US": "string"
},
"region": {
"uk_UA": "Автономна Республіка Крим",
"en_US": "string"
},
"countryName": {
"uk_UA": "Украина"
}
},
"contactPoint": {
"email": "Tadmin@example.com",
"telephone": "+380123456789",
"name": {
"uk_UA": "string",
"en_US": "string"
},
"url": "http://string.com"
},
"representativeInfo": "Довіреність № 123 від 22.02.2012, дійсна до 30.03.2012/Наказ № 142 від 14.12.2019/Статут ТОВ Кульбаба від 24.07.2002"
},
"lotId": "string",
"title": {
"uk_UA": "string",
"en_US": "string"
},
"description": {
"uk_UA": "string",
"en_US": "string"
},
"decision": {
"decisionId": "string",
"decisionDate": "2020-11-04T17:28:58.265Z"
},
"bankAccount": [
{
"bankName": {
"uk_UA": "string",
"en_US": "string"
},
"description": {
"uk_UA": "string",
"en_US": "string"
},
"accountIdentifications": [
{
"scheme": "UA-EDR",
"id": "12345678"
}
]
}
],
"x_documentRequirements": {
"uk_UA": "string",
"en_US": "string"
},
"x_additionalInformation": {
"uk_UA": "string",
"en_US": "string"
},
"value": {
"currency": "UAH",
"amount": 10,
"valueAddedTaxIncluded": true
},
"discount": {
"previousAuctionValue": {
"currency": "UAH",
"amount": 11,
"valueAddedTaxIncluded": true
},
"discountPercent": 10.5,
"discount": true
},
"guarantee": {
"currency": "UAH",
"amount": 10,
"valueAddedTaxIncluded": true
},
"minNumberOfQualifiedBids": 0,
"minimalStep": {
"currency": "UAH",
"amount": 10,
"valueAddedTaxIncluded": true
},
"tenderAttempts": 10,
"virtualDataRoom": "http://virtial-data-room.com/id_of_room",
"eligibilityCriteria": "eligibilityCriteria",
"accessDetails": {
"uk_UA": "ssss"
},
"items": [
{
"description": {
"uk_UA": "string",
"en_US": "string"
},
"classification": {
"scheme": "CAV",
"id": "04000000-8"
},
"unit": {
"code": "H87"
},
"quantity": 11.1126,
"address": {
"addressID": {
"scheme": "koatuu",
"id": "0110136600"
},
"streetAddress": {
"uk_UA": "string",
"en_US": "string"
},
"locality": {
"uk_UA": "string",
"en_US": "string"
},
"region": {
"uk_UA": "Автономна Республіка Крим",
"en_US": "string"
},
"postalCode": "string",
"countryName": {
"uk_UA": "string"
}
},
"additionalClassifications": [
{
"scheme": "CPVS",
"id": "QB49-3"
}
],
"location": {
"latitude": "string",
"longitude": "string",
"elevation": "string"
},
"itemProps": {
"totalBuildingArea": 12.5,
"totalObjectArea": 2222.3,
"constructionYear": 2020
}
},
{
"description": {
"uk_UA": "лоытвсолтылвотслоытвсолты",
"en_US": "string"
},
"classification": {
"scheme": "CAV",
"id": "07126000-8"
},
"unit": {
"code": "H87"
},
"quantity": 11.1126,
"address": {
"addressID": {
"scheme": "koatuu",
"id": "0110136600"
},
"streetAddress": {
"uk_UA": "string",
"en_US": "string"
},
"locality": {
"uk_UA": "string",
"en_US": "string"
},
"region": {
"uk_UA": "Автономна Республіка Крим",
"en_US": "string"
},
"postalCode": "string",
"countryName": {
"uk_UA": "string"
}
},
"additionalClassifications": [
{
"scheme": "CPVS",
"id": "QB49-3"
}
],
"location": {
"latitude": "string",
"longitude": "string",
"elevation": "string"
},
"itemProps": {
"brand": "test",
"productionYear": 2020,
"transmission": "manual"
}
}
]
}
Procedure example: id - 5fb3df78d0a64cfbf7bc5924 | acc_token - 00af03fd-208c-48f4-8aa9-ac7ad20c51b6
X-Request-ID: b63ca235-64c3-4ddd-85d0-cc1b677fecc3
Actual result: minNumberOfQualifiedBids can be setted to 0
Expected result: minNumberOfQualifiedBids can't be 0, according to doc - https://prnt.sc/vktfj2
Edited by Olga Kochubynska