“24 hours”

During the qualification process (or pre-qualification if the procedure has one) procuring entity can decide to allow a bidder to upload more documents to their bid

Example of posting QualificationMilestone for qualification

Request

POST /api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/awards/e017e0a26d4049128b6d94ac0b57855c/milestones?acc_token=7d4ea22f43fd4491a6966254069032a6 HTTP/1.0
Authorization: Bearer broker
Content-Type: application/json
Host: lb-api-sandbox.prozorro.gov.ua

{
  "data": {
    "code": "24h",
    "description": "One ring to bring them all and in the darkness bind them"
  }
}

Response

HTTP/1.0 201 Created
Content-Type: application/json
Location: http://lb-api-sandbox.prozorro.gov.ua/api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/awards/e017e0a26d4049128b6d94ac0b57855c/milestones/836404c070ed47bfa55339ff1effe9f2

{
  "data": {
    "code": "24h",
    "description": "One ring to bring them all and in the darkness bind them",
    "id": "836404c070ed47bfa55339ff1effe9f2",
    "dueDate": "2023-10-11T01:00:00+03:00",
    "date": "2023-10-10T01:00:00+03:00"
  }
}

Example of pre-qualification

Request

POST /api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/qualifications/12341234123412341234123412341234/milestones?acc_token=7d4ea22f43fd4491a6966254069032a6 HTTP/1.0
Authorization: Bearer broker
Content-Type: application/json
Host: lb-api-sandbox.prozorro.gov.ua

{
  "data": {
    "code": "24h",
    "description": "One ring to bring them all and in the darkness bind them"
  }
}

Response

HTTP/1.0 201 Created
Content-Type: application/json
Location: http://lb-api-sandbox.prozorro.gov.ua/api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/qualifications/12341234123412341234123412341234/milestones/182da3c69b404effa4160cbcfa0c68ff

{
  "data": {
    "code": "24h",
    "description": "One ring to bring them all and in the darkness bind them",
    "id": "182da3c69b404effa4160cbcfa0c68ff",
    "dueDate": "2023-10-11T01:00:03+03:00",
    "date": "2023-10-10T01:00:03+03:00"
  }
}

The “dueDate” field in the response indicates the end of the period when procuring entity is unable to make a decision on the qualification object

Request

PATCH /api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/awards/e017e0a26d4049128b6d94ac0b57855c?acc_token=7d4ea22f43fd4491a6966254069032a6 HTTP/1.0
Authorization: Bearer broker
Content-Type: application/json
Host: lb-api-sandbox.prozorro.gov.ua

{
  "data": {
    "status": "active",
    "qualified": true,
    "eligible": true
  }
}

Response

HTTP/1.0 403 Forbidden
Content-Type: application/json

{
  "status": "error",
  "errors": [
    {
      "location": "body",
      "name": "data",
      "description": "Can't change status to 'active' until milestone.dueDate: 2023-10-11T01:00:00+03:00"
    }
  ]
}

The bidder can post new documents to their bid

Request

POST /api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/bids/7bee63f7845f45e0b0d9bc53f042b606/documents?acc_token=da799e8d99d045f18a1be7e06bc87a6a HTTP/1.0
Authorization: Bearer broker
Content-Type: application/json
Host: lb-api-sandbox.prozorro.gov.ua

{
  "data": {
    "title": "укр.doc",
    "url": "http://public-docs-sandbox.prozorro.gov.ua/get/01265147e4f24f6ea5e560fbf578c1e7?Signature=7HMw2TZyhD2F4ZNs1yNh2%2FgrA6biivlgmvV1ZyINVyWQ0qeg1LIlcToIYwUnomj%2FNEECyi604eoZpxTjtC%2BOBA%3D%3D&KeyID=a8968c46",
    "hash": "md5:00000000000000000000000000000000",
    "format": "application/msword"
  }
}

Response

HTTP/1.0 201 Created
Content-Type: application/json
Location: http://lb-api-sandbox.prozorro.gov.ua/api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/bids/7bee63f7845f45e0b0d9bc53f042b606/documents/ff45d78e3963481eb6b99165e7d3474e

{
  "data": {
    "hash": "md5:00000000000000000000000000000000",
    "title": "укр.doc",
    "format": "application/msword",
    "url": "http://public-docs-sandbox.prozorro.gov.ua/get/01265147e4f24f6ea5e560fbf578c1e7?Signature=3RMTWnAUjDnE9cQNIu5m3aFKVVUxPHY7UMorTfYNEvdUoNBZyq2ts3nN4XOKk1UEn%2FjLG22fzvb9cOjE8OrJAg%3D%3D&KeyID=a8968c46",
    "documentOf": "tender",
    "language": "uk",
    "id": "ff45d78e3963481eb6b99165e7d3474e",
    "confidentiality": "public",
    "datePublished": "2023-10-10T01:00:01+03:00",
    "dateModified": "2023-10-10T01:00:01+03:00"
  }
}

The bidder can update their documents

Request

PUT /api/2.5/tenders/0a1b55130d604a0fb3a385cc00f92b5b/bids/7bee63f7845f45e0b0d9bc53f042b606/documents/ff45d78e3963481eb6b99165e7d3474e?acc_token=da799e8d99d045f18a1be7e06bc87a6a HTTP/1.0
Authorization: Bearer broker
Content-Type: application/json
Host: lb-api-sandbox.prozorro.gov.ua

{
  "data": {
    "title": "укр.doc",
    "url": "http://public-docs-sandbox.prozorro.gov.ua/get/fddb39dd595c481e8b47b24009815ba5?Signature=%2FCpYzlbQvZBDyncvJpmvCwEqMyFYWTBbr2AEfSkkZYnopTRpcw6hsXZdxmpnaO4WBenGsfwbIfEM8fQ6tId%2FDA%3D%3D&KeyID=a8968c46",
    "hash": "md5:00000000000000000000000000000000",
    "format": "application/msword"
  }
}

Response

HTTP/1.0 200 OK
Content-Type: application/json

{
  "data": {
    "id": "ff45d78e3963481eb6b99165e7d3474e",
    "datePublished": "2023-10-10T01:00:01+03:00",
    "hash": "md5:00000000000000000000000000000000",
    "title": "укр.doc",
    "format": "application/msword",
    "url": "http://public-docs-sandbox.prozorro.gov.ua/get/fddb39dd595c481e8b47b24009815ba5?Signature=jrorAOTvpwDYRbU0V4b3GRhiHvL8Co1AHanO3si1lMIuGzyjTfBD1ZNDXZuVeoAGCRyvua1CZ5Mc16NXKfIsDg%3D%3D&KeyID=a8968c46",
    "documentOf": "tender",
    "dateModified": "2023-10-10T01:00:01+03:00",
    "language": "uk",
    "confidentiality": "public"
  }
}