clarificationUntilDuration
Field clarificationUntilDuration is the integer field that sets the number of days for the customer to respond to the inquiry.
Possible values for clarificationUntilDuration field depends on frameworkType field:
frameworkType |
values |
default |
|---|---|---|
dynamicPurchasingSystem |
3 |
3 |
electronicCatalogue |
3 |
3 |
internationalFinancialInstitutions |
3 |
3 |
Examples
clarificationsUntil field calculates during framework creation. For dynamicPurchasingSystem type it’s 3 working days, as you can see below in enquiryPeriod:
Request
GET /api/2.5/frameworks/08238232b095420687b4e273ae56d878 HTTP/1.0
Host: public-api-sandbox.prozorro.gov.ua
Response
HTTP/1.0 200 OK
Content-Type: application/json
{
"data": {
"prettyID": "UA-F-2023-10-10-000001",
"title": "Узагальнена назва закупівлі",
"description": "Назва предмета закупівлі",
"status": "active",
"classification": {
"description": "Mustard seeds",
"scheme": "ДК021",
"id": "03111600-8"
},
"additionalClassifications": [
{
"scheme": "ДК003",
"id": "17.21.1",
"description": "папір і картон гофровані, паперова й картонна тара"
}
],
"owner": "brokerr",
"date": "2023-10-10T01:00:00+03:00",
"dateCreated": "2023-10-10T01:00:00+03:00",
"dateModified": "2023-10-10T01:00:00+03:00",
"qualificationPeriod": {
"startDate": "2023-10-10T01:00:00+03:00",
"endDate": "2024-11-13T01:00:00+03:00"
},
"frameworkType": "dynamicPurchasingSystem",
"procuringEntity": {
"name": "Державне управління справами",
"identifier": {
"scheme": "UA-EDR",
"id": "00037256",
"legalName": "Назва організації"
},
"address": {
"countryName": "Україна",
"streetAddress": "вул. Банкова, 11, корпус 1",
"locality": "м. Київ",
"region": "м. Київ",
"postalCode": "01220"
},
"contactPoint": {
"name": "Державне управління справами",
"telephone": "+0440000000",
"email": "aa@aa.com"
},
"kind": "defense"
},
"enquiryPeriod": {
"startDate": "2023-10-10T01:00:00+03:00",
"endDate": "2023-10-25T00:00:00+03:00",
"clarificationsUntil": "2023-10-28T00:00:00+03:00"
},
"period": {
"startDate": "2023-10-10T01:00:00+03:00",
"endDate": "2024-10-14T00:00:00+03:00"
},
"next_check": "2023-10-26T00:00:00+03:00",
"agreementID": "84e5a3fd2a244df7af98316bcb7e4b5a",
"id": "08238232b095420687b4e273ae56d878"
},
"config": {
"restrictedDerivatives": true,
"clarificationUntilDuration": 3,
"qualificationComplainDuration": 0,
"hasItems": false
}
}
As you can see, clarificationsUntil field is ahead of endDate field by 3 working days.