From c69f085faa26c61d14918e0e78f68f0a3bea8dd9 Mon Sep 17 00:00:00 2001 From: Leits Date: Mon, 19 Sep 2016 12:10:40 +0300 Subject: [PATCH] Update tutorial docs --- docs.py | 12 ++-- docs/source/tutorial/activate-bidder.http | 8 +-- docs/source/tutorial/activate-finbidder.http | 2 +- docs/source/tutorial/active-cancellation.http | 22 +++---- docs/source/tutorial/answer-question.http | 6 +- docs/source/tutorial/ask-question.http | 8 +-- .../auction-contract-get-documents-again.http | 18 ++--- .../auction-contract-get-documents.http | 10 +-- .../tutorial/auction-contract-period.http | 24 +++---- .../tutorial/auction-contract-sign.http | 40 ++++++------ .../auction-contract-upload-document.http | 16 ++--- ...ction-contract-upload-second-document.http | 16 ++--- docs/source/tutorial/auction-documents-2.http | 20 +++--- docs/source/tutorial/auction-documents-3.http | 20 +++--- docs/source/tutorial/auction-documents.http | 10 +-- .../tutorial/auction-listing-after-patch.http | 14 ++-- ...auction-listing-after-procuringEntity.http | 10 +-- docs/source/tutorial/auction-patch-2pc.http | 31 ++++----- docs/source/tutorial/auction-post-2pc.http | 44 +++++++------ .../tutorial/auction-post-acceleration.http | 38 +++++------ .../auction-post-attempt-json-data.http | 42 ++++++------ docs/source/tutorial/auction-url.http | 65 ++++++++++--------- .../tutorial/bidder-auction-protocol.http | 16 ++--- docs/source/tutorial/bidder-documents.http | 10 +-- .../tutorial/bidder-participation-url.http | 18 ++--- .../tutorial/bidder2-participation-url.http | 10 +-- docs/source/tutorial/blank-auction-view.http | 31 ++++----- .../tutorial/blank-finauction-view.http | 31 ++++----- .../tutorial/confirm-qualification.http | 12 ++-- .../create-auction-procuringEntity.http | 32 ++++----- .../tutorial/finauction-adding-vdr.http | 10 +-- .../tutorial/finauction-documents-2.http | 19 +++--- .../tutorial/finauction-documents-3.http | 19 +++--- .../source/tutorial/finauction-documents.http | 11 ++-- .../finauction-post-attempt-json-data.http | 42 ++++++------ .../finauction-update-award-criteria.http | 14 ++-- .../finauction-upload-award-criteria.http | 14 ++-- docs/source/tutorial/finbidder-documents.http | 10 +-- docs/source/tutorial/get-answer.http | 6 +- .../tutorial/initial-auction-listing.http | 10 +-- .../tutorial/initial-finauction-listing.http | 10 +-- docs/source/tutorial/list-question.http | 6 +- docs/source/tutorial/patch-cancellation.http | 10 +-- .../tutorial/patch-items-value-periods.http | 33 +++++----- .../source/tutorial/prepare-cancellation.http | 8 +-- docs/source/tutorial/register-2nd-bidder.http | 16 ++--- .../tutorial/register-2nd-finbidder.http | 32 ++++----- docs/source/tutorial/register-bidder.http | 16 ++--- docs/source/tutorial/register-finbidder.http | 32 ++++----- .../tutorial/update-award-criteria.http | 14 ++-- .../tutorial/update-cancellation-doc.http | 14 ++-- .../tutorial/upload-auction-notice.http | 14 ++-- .../tutorial/upload-award-criteria.http | 16 ++--- docs/source/tutorial/upload-bid-proposal.http | 14 ++-- .../tutorial/upload-cancellation-doc.http | 16 ++--- .../tutorial/upload-finauction-notice.http | 20 +++--- .../tutorial/upload-finbid-proposal.http | 14 ++-- 57 files changed, 546 insertions(+), 530 deletions(-) diff --git a/docs.py b/docs.py index d27cc071..54b9218d 100755 --- a/docs.py +++ b/docs.py @@ -45,7 +45,7 @@ } ], "status": "draft", - "selfQualified": True, + "qualified": True, "value": { "amount": 500 } @@ -76,7 +76,7 @@ "name": "ДКП «Книга»" } ], - "selfQualified": True, + "qualified": True, "value": { "amount": 501 } @@ -244,7 +244,7 @@ def generate_docservice_url(self): return super(AuctionResourceTest, self).generate_docservice_url().replace('/localhost/', '/public.docs-sandbox.ea.openprocurement.org/') def test_docs_acceleration(self): - # SANDBOX_MODE=TRUE + # SANDBOX_MODE=TRUE data = test_auction_data.copy() data['procurementMethodDetails'] = 'quick, accelerator=1440' data['submissionMethodDetails'] = 'quick' @@ -665,7 +665,7 @@ def test_docs_tutorial(self): self.assertEqual(response.status, '200 OK') - def test_docs_complaints(self): + def _test_docs_complaints(self): ###################### Tender Conditions Claims/Complaints ################## # @@ -826,12 +826,12 @@ def test_docs_complaints(self): self.set_status('active.tendering') self.app.authorization = ('Basic', ('broker', '')) response = self.app.post_json('/auctions/{}/bids'.format(self.auction_id), - {'data': {"selfQualified": True, 'tenderers': [bid["data"]["tenderers"][0]], "value": {"amount": 450}}}) + {'data': {"qualified": True, 'tenderers': [bid["data"]["tenderers"][0]], "value": {"amount": 450}}}) bid_id = response.json['data']['id'] bid_token = response.json['access']['token'] self.app.authorization = ('Basic', ('broker', '')) response = self.app.post_json('/auctions/{}/bids'.format(self.auction_id), - {'data': {"selfQualified": True, 'tenderers': [bid["data"]["tenderers"][0]], "value": {"amount": 475}}}) + {'data': {"qualified": True, 'tenderers': [bid["data"]["tenderers"][0]], "value": {"amount": 475}}}) # get auction info self.set_status('active.auction') self.app.authorization = ('Basic', ('auction', '')) diff --git a/docs/source/tutorial/activate-bidder.http b/docs/source/tutorial/activate-bidder.http index fe6affc1..f0250944 100644 --- a/docs/source/tutorial/activate-bidder.http +++ b/docs/source/tutorial/activate-bidder.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070?acc_token=a3ab0150d5df4c678813861bf7b95c2c HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b?acc_token=ba22e896f9ed4c09bf0650db74207c59 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 30 Content-Type: application/json @@ -22,7 +22,7 @@ Content-Type: application/json; charset=UTF-8 "amount": 500.0, "valueAddedTaxIncluded": true }, - "id": "4ea219dcffe54bda9f106d9609ef4070", + "qualified": true, "tenderers": [ { "contactPoint": { @@ -45,8 +45,8 @@ Content-Type: application/json; charset=UTF-8 } } ], - "date": "2016-09-16T16:17:57.612140+03:00", - "selfQualified": true + "date": "2016-09-19T12:00:30.022400+03:00", + "id": "1c62513a026e445280f1d3115519af4b" } } diff --git a/docs/source/tutorial/activate-finbidder.http b/docs/source/tutorial/activate-finbidder.http index b74783f7..11c5e754 100644 --- a/docs/source/tutorial/activate-finbidder.http +++ b/docs/source/tutorial/activate-finbidder.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545?acc_token=8d53a2a1b627489e998aaea5794f0880 HTTP/1.0 +PATCH /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9?acc_token=7af7fc680ef1493598a05dbb30fa0b95 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 30 Content-Type: application/json diff --git a/docs/source/tutorial/active-cancellation.http b/docs/source/tutorial/active-cancellation.http index 09321829..5d476c1d 100644 --- a/docs/source/tutorial/active-cancellation.http +++ b/docs/source/tutorial/active-cancellation.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 30 Content-Type: application/json @@ -22,29 +22,29 @@ Content-Type: application/json; charset=UTF-8 "hash": "md5:00000000000000000000000000000000", "description": "Changed description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cfee83d90ed94b4dba5480ab4c788a47?KeyID=838a2d27&Signature=EvsfUUmQlU%2FgheqUtQhp5ipD0F5hxyLV3uaiKKxfHWLDs52manawziCSH5o9U%2FQDs%252BZVsygEBJxyBhJ1E8VqDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e28f1aa132ad4f52b76237daee14186f?KeyID=f72c2842&Signature=x7a%252BvMR5t7C1Ma%252BuS%252Ba%252BKG6%2F%2FWFBo7eKYVrF2qnRyDNr5WBXRNyNWbL5CFsmMj%2F0Qxy%252BdOTgbMOIU%2FmRlXl%2FDw%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.865865+03:00", - "id": "652affa821654ccfb0e2e5f9226a3b7b", - "dateModified": "2016-09-16T16:17:59.865910+03:00" + "datePublished": "2016-09-19T12:00:31.820064+03:00", + "id": "5b4e45743aa84b13879ae191977f2f63", + "dateModified": "2016-09-19T12:00:31.820089+03:00" }, { "hash": "md5:00000000000000000000000000000000", "description": "Changed description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9dd82264a20143049df59a760458a4e8?KeyID=838a2d27&Signature=rK%2F8FUZHFPwTp51HAl5LKAvu2B%2FMWmWpgSsbVbzlo9%2FpX4JmrVMtmYBzNlGE1HPDCh%2Fbrqv1aFG1pavgg9sxBw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/3713458159774094b1a9581d87344da3?KeyID=f72c2842&Signature=zKkYR0a6Q%2FvctPLcpC836Yj%252BS9G2X01TTencNh4Kql9tu0Bn37Ed30P06w6ZPkO7vEXz9XeMLDTwo%252BSzU%2FbvDg%253D%253D", "title": "Notice-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.865865+03:00", - "id": "652affa821654ccfb0e2e5f9226a3b7b", - "dateModified": "2016-09-16T16:18:00.155422+03:00" + "datePublished": "2016-09-19T12:00:31.820064+03:00", + "id": "5b4e45743aa84b13879ae191977f2f63", + "dateModified": "2016-09-19T12:00:32.062630+03:00" } ], "reason": "cancellation reason", - "date": "2016-09-16T16:18:00.328133+03:00", + "date": "2016-09-19T12:00:32.198289+03:00", "cancellationOf": "tender", - "id": "e2054b6179e6411da29c34c1214fb769" + "id": "23dd8cae307f4f749f75e862b5b24a51" } } diff --git a/docs/source/tutorial/answer-question.http b/docs/source/tutorial/answer-question.http index 36f80dec..5435e1fc 100644 --- a/docs/source/tutorial/answer-question.http +++ b/docs/source/tutorial/answer-question.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/questions/9412209e588e4fa59b3c60acf2dab925?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/questions/0d437b25b8574797b0c7ce95c108962a?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 162 Content-Type: application/json @@ -18,9 +18,9 @@ Content-Type: application/json; charset=UTF-8 "data": { "description": "Просимо додати таблицю потрібної калорійності харчування", "title": "Калорійність", - "date": "2016-09-16T16:17:57.418934+03:00", + "date": "2016-09-19T12:00:29.879928+03:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "9412209e588e4fa59b3c60acf2dab925", + "id": "0d437b25b8574797b0c7ce95c108962a", "questionOf": "tender" } } diff --git a/docs/source/tutorial/ask-question.http b/docs/source/tutorial/ask-question.http index e7098cf3..14a64dc0 100644 --- a/docs/source/tutorial/ask-question.http +++ b/docs/source/tutorial/ask-question.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/questions HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/questions HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 1506 Content-Type: application/json @@ -35,7 +35,7 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/questions/9412209e588e4fa59b3c60acf2dab925 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/questions/0d437b25b8574797b0c7ce95c108962a { "data": { @@ -62,8 +62,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "locality": "м. Вінниця" } }, - "date": "2016-09-16T16:17:57.418934+03:00", - "id": "9412209e588e4fa59b3c60acf2dab925", + "date": "2016-09-19T12:00:29.879928+03:00", + "id": "0d437b25b8574797b0c7ce95c108962a", "questionOf": "tender" } } diff --git a/docs/source/tutorial/auction-contract-get-documents-again.http b/docs/source/tutorial/auction-contract-get-documents-again.http index 450b453a..22744cf1 100644 --- a/docs/source/tutorial/auction-contract-get-documents-again.http +++ b/docs/source/tutorial/auction-contract-get-documents-again.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,22 +11,22 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5bf6c3d5fda5476da629d36b82a07d32?KeyID=838a2d27&Signature=qMnuaBCv9NCn%252BprPg2A8YMgSoSyfe%252BJVQ5Up344N4M1N4CswpIrHSR7exAfr6gzXPyX5E6Ko%2FxYgIQxV%2FDnDCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc3ba2e9758b4107ba5523432e9ef6e6?KeyID=f72c2842&Signature=cKCSU4hrLP5vItohS2EbPUlULHHFUYZEYDsss3vjKGvYDs0CjP5IXa0u6VUqjDI0EbNl6dBKoPEBcCaSUG89Cg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.095631+03:00", - "dateModified": "2016-09-16T16:17:59.095685+03:00", - "id": "a5953b409ef64132a7207fc306e171e8" + "datePublished": "2016-09-19T12:00:31.190885+03:00", + "dateModified": "2016-09-19T12:00:31.190911+03:00", + "id": "ac05ac332b894f4fb1fe5c375d4679fe" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b513efec9aa745e4b226e382fbfad31d?KeyID=838a2d27&Signature=vkUAtoHvvWivigsfy7aVNnEzlTF4H9Z1tXvivziV2M7ONUKATQca4eF%252BjEihFxX08GdABYmpE0rc0vYuhUfEBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/473464eb672743629fd479d0218e1298?KeyID=f72c2842&Signature=Um2ZplCn2zPX5bweg%2Fqy4lmYwSGIdVMU%252B19yqxGIjt9oQjQj90MoFiCq0IOpCgpH6WlUHs%252BDUiBLJVRl1MymDw%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.272270+03:00", - "dateModified": "2016-09-16T16:17:59.272299+03:00", - "id": "23af68da63414265afb0fb3997860fb5" + "datePublished": "2016-09-19T12:00:31.345227+03:00", + "dateModified": "2016-09-19T12:00:31.345254+03:00", + "id": "195e173ed2b7480db74effc90aa4ed2e" } ] } diff --git a/docs/source/tutorial/auction-contract-get-documents.http b/docs/source/tutorial/auction-contract-get-documents.http index b2d75d43..850d55d7 100644 --- a/docs/source/tutorial/auction-contract-get-documents.http +++ b/docs/source/tutorial/auction-contract-get-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,12 +11,12 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5bf6c3d5fda5476da629d36b82a07d32?KeyID=838a2d27&Signature=qMnuaBCv9NCn%252BprPg2A8YMgSoSyfe%252BJVQ5Up344N4M1N4CswpIrHSR7exAfr6gzXPyX5E6Ko%2FxYgIQxV%2FDnDCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc3ba2e9758b4107ba5523432e9ef6e6?KeyID=f72c2842&Signature=cKCSU4hrLP5vItohS2EbPUlULHHFUYZEYDsss3vjKGvYDs0CjP5IXa0u6VUqjDI0EbNl6dBKoPEBcCaSUG89Cg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.095631+03:00", - "dateModified": "2016-09-16T16:17:59.095685+03:00", - "id": "a5953b409ef64132a7207fc306e171e8" + "datePublished": "2016-09-19T12:00:31.190885+03:00", + "dateModified": "2016-09-19T12:00:31.190911+03:00", + "id": "ac05ac332b894f4fb1fe5c375d4679fe" } ] } diff --git a/docs/source/tutorial/auction-contract-period.http b/docs/source/tutorial/auction-contract-period.http index 506e5c75..00695e41 100644 --- a/docs/source/tutorial/auction-contract-period.http +++ b/docs/source/tutorial/auction-contract-period.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 106 Content-Type: application/json @@ -7,8 +7,8 @@ Host: api-sandbox.ea.openprocurement.org { "data": { "period": { - "startDate": "2016-09-16T16:17:40.440370", - "endDate": "2017-09-16T16:17:40.440370" + "startDate": "2016-09-19T12:00:24.494765", + "endDate": "2017-09-19T12:00:24.494765" } } } @@ -36,10 +36,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" @@ -70,18 +70,18 @@ Content-Type: application/json; charset=UTF-8 } ], "period": { - "startDate": "2016-09-16T16:17:40.440370+03:00", - "endDate": "2017-09-16T16:17:40.440370+03:00" + "startDate": "2016-09-19T12:00:24.494765+03:00", + "endDate": "2017-09-19T12:00:24.494765+03:00" }, "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2016-09-16T16:17:58.743371+03:00", - "awardID": "82737db4cafe4bfc978d80ecde647b72", - "id": "1b42e41bd47f44859f51f49eefdd9aa3", - "contractID": "UA-EA-2016-09-16-000001-1" + "date": "2016-09-19T12:00:30.915323+03:00", + "awardID": "a4e496cabb6b42fba33272467f12c89e", + "id": "acf1ee83211947009ad709a32f3a17a7", + "contractID": "UA-EA-2016-09-19-000001-1" } } diff --git a/docs/source/tutorial/auction-contract-sign.http b/docs/source/tutorial/auction-contract-sign.http index 0b86a002..482cab62 100644 --- a/docs/source/tutorial/auction-contract-sign.http +++ b/docs/source/tutorial/auction-contract-sign.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 80 Content-Type: application/json @@ -7,7 +7,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { "status": "active", - "dateSigned": "2016-09-16T16:17:59.416648+03:00" + "dateSigned": "2016-09-19T12:00:31.469508+03:00" } } @@ -22,22 +22,22 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5bf6c3d5fda5476da629d36b82a07d32?KeyID=838a2d27&Signature=qMnuaBCv9NCn%252BprPg2A8YMgSoSyfe%252BJVQ5Up344N4M1N4CswpIrHSR7exAfr6gzXPyX5E6Ko%2FxYgIQxV%2FDnDCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc3ba2e9758b4107ba5523432e9ef6e6?KeyID=f72c2842&Signature=cKCSU4hrLP5vItohS2EbPUlULHHFUYZEYDsss3vjKGvYDs0CjP5IXa0u6VUqjDI0EbNl6dBKoPEBcCaSUG89Cg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.095631+03:00", - "dateModified": "2016-09-16T16:17:59.095685+03:00", - "id": "a5953b409ef64132a7207fc306e171e8" + "datePublished": "2016-09-19T12:00:31.190885+03:00", + "dateModified": "2016-09-19T12:00:31.190911+03:00", + "id": "ac05ac332b894f4fb1fe5c375d4679fe" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b513efec9aa745e4b226e382fbfad31d?KeyID=838a2d27&Signature=vkUAtoHvvWivigsfy7aVNnEzlTF4H9Z1tXvivziV2M7ONUKATQca4eF%252BjEihFxX08GdABYmpE0rc0vYuhUfEBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/473464eb672743629fd479d0218e1298?KeyID=f72c2842&Signature=Um2ZplCn2zPX5bweg%2Fqy4lmYwSGIdVMU%252B19yqxGIjt9oQjQj90MoFiCq0IOpCgpH6WlUHs%252BDUiBLJVRl1MymDw%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.272270+03:00", - "dateModified": "2016-09-16T16:17:59.272299+03:00", - "id": "23af68da63414265afb0fb3997860fb5" + "datePublished": "2016-09-19T12:00:31.345227+03:00", + "dateModified": "2016-09-19T12:00:31.345254+03:00", + "id": "195e173ed2b7480db74effc90aa4ed2e" } ], "items": [ @@ -56,10 +56,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" @@ -90,19 +90,19 @@ Content-Type: application/json; charset=UTF-8 } ], "period": { - "startDate": "2016-09-16T16:17:40.440370+03:00", - "endDate": "2017-09-16T16:17:40.440370+03:00" + "startDate": "2016-09-19T12:00:24.494765+03:00", + "endDate": "2017-09-19T12:00:24.494765+03:00" }, "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "dateSigned": "2016-09-16T16:17:59.416648+03:00", - "date": "2016-09-16T16:17:59.506143+03:00", - "awardID": "82737db4cafe4bfc978d80ecde647b72", - "id": "1b42e41bd47f44859f51f49eefdd9aa3", - "contractID": "UA-EA-2016-09-16-000001-1" + "dateSigned": "2016-09-19T12:00:31.469508+03:00", + "date": "2016-09-19T12:00:31.544231+03:00", + "awardID": "a4e496cabb6b42fba33272467f12c89e", + "id": "acf1ee83211947009ad709a32f3a17a7", + "contractID": "UA-EA-2016-09-19-000001-1" } } diff --git a/docs/source/tutorial/auction-contract-upload-document.http b/docs/source/tutorial/auction-contract-upload-document.http index 98649704..849142bd 100644 --- a/docs/source/tutorial/auction-contract-upload-document.http +++ b/docs/source/tutorial/auction-contract-upload-document.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 347 +Content-Length: 349 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5bf6c3d5fda5476da629d36b82a07d32?KeyID=838a2d27&Signature=%2Bgfu4zK2KAqKHDPZyDDoOfQGbZvBXqy4ZcbcIioM6ECjKNxE9M7TnDDeaxOx69Ua7KaUSNJhPH8jFfS791TMAg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc3ba2e9758b4107ba5523432e9ef6e6?KeyID=f72c2842&Signature=92k8%2FiBJKLxLwtHbX1XZNU8%2FVHhqTVVsRGtM8ZebhqBBPJ6R9STZFcIwLQoXKB6MG7qMmH3Nq86zzY9CV9zoDg%3D%3D", "title": "contract_first_document.doc", "hash": "md5:00000000000000000000000000000000", "format": "application/msword" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents/a5953b409ef64132a7207fc306e171e8 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents/ac05ac332b894f4fb1fe5c375d4679fe { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5bf6c3d5fda5476da629d36b82a07d32?KeyID=838a2d27&Signature=qMnuaBCv9NCn%252BprPg2A8YMgSoSyfe%252BJVQ5Up344N4M1N4CswpIrHSR7exAfr6gzXPyX5E6Ko%2FxYgIQxV%2FDnDCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc3ba2e9758b4107ba5523432e9ef6e6?KeyID=f72c2842&Signature=cKCSU4hrLP5vItohS2EbPUlULHHFUYZEYDsss3vjKGvYDs0CjP5IXa0u6VUqjDI0EbNl6dBKoPEBcCaSUG89Cg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.095631+03:00", - "dateModified": "2016-09-16T16:17:59.095685+03:00", - "id": "a5953b409ef64132a7207fc306e171e8" + "datePublished": "2016-09-19T12:00:31.190885+03:00", + "dateModified": "2016-09-19T12:00:31.190911+03:00", + "id": "ac05ac332b894f4fb1fe5c375d4679fe" } } diff --git a/docs/source/tutorial/auction-contract-upload-second-document.http b/docs/source/tutorial/auction-contract-upload-second-document.http index 40eea9a7..fae48778 100644 --- a/docs/source/tutorial/auction-contract-upload-second-document.http +++ b/docs/source/tutorial/auction-contract-upload-second-document.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 346 +Content-Length: 356 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b513efec9aa745e4b226e382fbfad31d?KeyID=838a2d27&Signature=YRZCfw425fnrUG86vj6Fjvhi57p8YUby137XpH08AgzKOE2xndy548wm8ybhKUS1nrqLQc2mv1PXphHpUOwgAw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/473464eb672743629fd479d0218e1298?KeyID=f72c2842&Signature=diJGGrPA1S7vLhQw960ZbHu%2Bl%2B9h6uaoRdzMW%2F0Z%2Fzty7cFHhSqMmhNqSytepYo19hQ7UK6V9rPh06U3i%2B9jBg%3D%3D", "title": "contract_second_document.doc", "hash": "md5:00000000000000000000000000000000", "format": "application/msword" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/contracts/1b42e41bd47f44859f51f49eefdd9aa3/documents/23af68da63414265afb0fb3997860fb5 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/contracts/acf1ee83211947009ad709a32f3a17a7/documents/195e173ed2b7480db74effc90aa4ed2e { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b513efec9aa745e4b226e382fbfad31d?KeyID=838a2d27&Signature=vkUAtoHvvWivigsfy7aVNnEzlTF4H9Z1tXvivziV2M7ONUKATQca4eF%252BjEihFxX08GdABYmpE0rc0vYuhUfEBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/473464eb672743629fd479d0218e1298?KeyID=f72c2842&Signature=Um2ZplCn2zPX5bweg%2Fqy4lmYwSGIdVMU%252B19yqxGIjt9oQjQj90MoFiCq0IOpCgpH6WlUHs%252BDUiBLJVRl1MymDw%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.272270+03:00", - "dateModified": "2016-09-16T16:17:59.272299+03:00", - "id": "23af68da63414265afb0fb3997860fb5" + "datePublished": "2016-09-19T12:00:31.345227+03:00", + "dateModified": "2016-09-19T12:00:31.345254+03:00", + "id": "195e173ed2b7480db74effc90aa4ed2e" } } diff --git a/docs/source/tutorial/auction-documents-2.http b/docs/source/tutorial/auction-documents-2.http index de7b4d43..b4e007ff 100644 --- a/docs/source/tutorial/auction-documents-2.http +++ b/docs/source/tutorial/auction-documents-2.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,25 +10,25 @@ Content-Type: application/json; charset=UTF-8 "data": [ { "hash": "md5:00000000000000000000000000000000", - "description": "document description modified", + "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=5IXDYG52KHFR%252Bor5FzA2xMbAuPYIdAVMyTWgTQbFZEEUAWMxqS7ywTLd8PDumkOFqu%2FDWQEs4CH%2Fa%252Br4pU27CA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=ChrxhbsqiMsnsBJMr0Tk50l2EaE%252BqvLhGXU4HWDRMdRRarNWi84lOCiH6uFRQY3H3OYQxgNhS1dgCYWCYbcpDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.105481+03:00", + "datePublished": "2016-09-19T12:00:29.704147+03:00", "documentType": "technicalSpecifications", - "id": "1a8dfa8acee64f52bbe8e45b55b7b85b", - "dateModified": "2016-09-16T16:17:57.105518+03:00" + "id": "6e9b5f4dad8044278bd4d024a1a1ff65", + "dateModified": "2016-09-19T12:00:29.704176+03:00" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7a1191ed2879480dac96cf2c3afe6cf1?KeyID=838a2d27&Signature=ekIAzD0DGZIraeiT37N3gosa2fE%2FDFKlMoCOe2tC7g05FfsDNdx0VcK4qW8BSRQa0xsdYlHeUzQ7toCOuN%252BYCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e2ee3325c89340c689f86c16f5109bae?KeyID=f72c2842&Signature=fd%2FC%2FQnja3bKT4AkDSlKdLlcJ31RONGzbe6O9%252BLpmXuSycZaDznwUU6s8dy1tADxNQRCGISAQRxq4Ii5xLaPCw%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.257237+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.754316+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" } ] } diff --git a/docs/source/tutorial/auction-documents-3.http b/docs/source/tutorial/auction-documents-3.http index 7e27b8e3..b447feeb 100644 --- a/docs/source/tutorial/auction-documents-3.http +++ b/docs/source/tutorial/auction-documents-3.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,25 +10,25 @@ Content-Type: application/json; charset=UTF-8 "data": [ { "hash": "md5:00000000000000000000000000000000", - "description": "document description modified", + "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=5IXDYG52KHFR%252Bor5FzA2xMbAuPYIdAVMyTWgTQbFZEEUAWMxqS7ywTLd8PDumkOFqu%2FDWQEs4CH%2Fa%252Br4pU27CA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=ChrxhbsqiMsnsBJMr0Tk50l2EaE%252BqvLhGXU4HWDRMdRRarNWi84lOCiH6uFRQY3H3OYQxgNhS1dgCYWCYbcpDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.105481+03:00", + "datePublished": "2016-09-19T12:00:29.704147+03:00", "documentType": "technicalSpecifications", - "id": "1a8dfa8acee64f52bbe8e45b55b7b85b", - "dateModified": "2016-09-16T16:17:57.105518+03:00" + "id": "6e9b5f4dad8044278bd4d024a1a1ff65", + "dateModified": "2016-09-19T12:00:29.704176+03:00" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/032691d37a5c46168395fa35ccb936fa?KeyID=838a2d27&Signature=Iv%252BvbMODFJDl1O249mmUbVKq8EgVVMPCMqFwZ9TPm2TGo2PR9ChYuGBlYCC3XKBeBAWyU%252BHAt52TqB9Kww9sBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9f93211818db4d63af35c1bb14761e0d?KeyID=f72c2842&Signature=%2F%2FR7VBBAf22sL7UG7yJU4BzlAz2KT%252B97Pu2vbCgvsHy0r9qaJBvxsKAdgCfQdIwExTVHyIJP%252BD1M%2FiK3mXDmBg%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.332420+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.808090+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" } ] } diff --git a/docs/source/tutorial/auction-documents.http b/docs/source/tutorial/auction-documents.http index 4d35d569..019b4a0a 100644 --- a/docs/source/tutorial/auction-documents.http +++ b/docs/source/tutorial/auction-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents/1a8dfa8acee64f52bbe8e45b55b7b85b HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents/6e9b5f4dad8044278bd4d024a1a1ff65 HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,14 +11,14 @@ Content-Type: application/json; charset=UTF-8 "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=5IXDYG52KHFR%252Bor5FzA2xMbAuPYIdAVMyTWgTQbFZEEUAWMxqS7ywTLd8PDumkOFqu%2FDWQEs4CH%2Fa%252Br4pU27CA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=ChrxhbsqiMsnsBJMr0Tk50l2EaE%252BqvLhGXU4HWDRMdRRarNWi84lOCiH6uFRQY3H3OYQxgNhS1dgCYWCYbcpDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.105481+03:00", + "datePublished": "2016-09-19T12:00:29.704147+03:00", "previousVersions": [], "documentType": "technicalSpecifications", - "id": "1a8dfa8acee64f52bbe8e45b55b7b85b", - "dateModified": "2016-09-16T16:17:57.105518+03:00" + "id": "6e9b5f4dad8044278bd4d024a1a1ff65", + "dateModified": "2016-09-19T12:00:29.704176+03:00" } } diff --git a/docs/source/tutorial/auction-listing-after-patch.http b/docs/source/tutorial/auction-listing-after-patch.http index 32dd15c3..f7cceca8 100644 --- a/docs/source/tutorial/auction-listing-after-patch.http +++ b/docs/source/tutorial/auction-listing-after-patch.http @@ -7,18 +7,18 @@ Content-Type: application/json; charset=UTF-8 { "next_page": { - "path": "/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.971046%2B03%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.971046%2B03%3A00", - "offset": "2016-09-16T16:17:56.971046+03:00" + "path": "/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.568279%2B03%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.568279%2B03%3A00", + "offset": "2016-09-19T12:00:29.568279+03:00" }, "data": [ { - "id": "b619bdd21a8149138e06384007c51b54", - "dateModified": "2016-09-16T16:17:56.849291+03:00" + "id": "76a5b1e0da2441cf9ff40f8b49fb5409", + "dateModified": "2016-09-19T12:00:29.459161+03:00" }, { - "id": "5573af0bada64bdbbe73e4372ae46a32", - "dateModified": "2016-09-16T16:17:56.971046+03:00" + "id": "a94a6fc2999f45eba3faa69f0a577d2f", + "dateModified": "2016-09-19T12:00:29.568279+03:00" } ] } diff --git a/docs/source/tutorial/auction-listing-after-procuringEntity.http b/docs/source/tutorial/auction-listing-after-procuringEntity.http index e4935616..ebe27706 100644 --- a/docs/source/tutorial/auction-listing-after-procuringEntity.http +++ b/docs/source/tutorial/auction-listing-after-procuringEntity.http @@ -8,14 +8,14 @@ Content-Type: application/json; charset=UTF-8 { "next_page": { - "path": "/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.604358%2B03%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.604358%2B03%3A00", - "offset": "2016-09-16T16:17:56.604358+03:00" + "path": "/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.249642%2B03%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.249642%2B03%3A00", + "offset": "2016-09-19T12:00:29.249642+03:00" }, "data": [ { - "id": "5573af0bada64bdbbe73e4372ae46a32", - "dateModified": "2016-09-16T16:17:56.604358+03:00" + "id": "a94a6fc2999f45eba3faa69f0a577d2f", + "dateModified": "2016-09-19T12:00:29.249642+03:00" } ] } diff --git a/docs/source/tutorial/auction-patch-2pc.http b/docs/source/tutorial/auction-patch-2pc.http index 61abb1b5..d9e00eca 100644 --- a/docs/source/tutorial/auction-patch-2pc.http +++ b/docs/source/tutorial/auction-patch-2pc.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/3c5d7f0c29394933a34a68f978e00aa4?acc_token=494ea4dc1aa3444c95f9b8e87fcd9262 HTTP/1.0 +PATCH /api/2.3/auctions/522cc5851a8b438383650a9e6f5f5908?acc_token=715595053bbf4021b2e0af3c788e72d8 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 40 Content-Type: application/json @@ -17,10 +17,10 @@ Content-Type: application/json; charset=UTF-8 { "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:17:42.560829+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:26.111175+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -29,7 +29,7 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-04T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -38,16 +38,17 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:17:42.613228+03:00", - "dateModified": "2016-09-16T16:17:42.613228+03:00", + "date": "2016-09-19T12:00:26.159877+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:26.159877+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:17:42.560829+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:26.111175+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-09-29T16:17:40.438241+03:00", + "next_check": "2016-10-03T11:59:24.493072+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -64,10 +65,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "ad137687cd3949b29544d0848f2201a2", + "id": "f9ce9e6da11a4b17949e9087f2d46445", "unit": { "code": "44617100-9", "name": "item" @@ -75,7 +76,7 @@ Content-Type: application/json; charset=UTF-8 "quantity": 5 } ], - "id": "3c5d7f0c29394933a34a68f978e00aa4", + "id": "522cc5851a8b438383650a9e6f5f5908", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/auction-post-2pc.http b/docs/source/tutorial/auction-post-2pc.http index 6c3ab16f..9a6b9f85 100644 --- a/docs/source/tutorial/auction-post-2pc.http +++ b/docs/source/tutorial/auction-post-2pc.http @@ -1,6 +1,6 @@ POST /api/2.3/auctions?opt_pretty=1 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 2037 +Content-Length: 2092 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -13,7 +13,7 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2016-09-30T16:17:40.438241" + "startDate": "2016-10-03T12:00:24.493072" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -40,6 +40,7 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" } }, + "procurementMethodDetails": "quick, accelerator=1440", "items": [ { "description": "Земля для військовослужбовців", @@ -56,8 +57,8 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241", - "endDate": "2016-09-21T16:17:40.438241" + "startDate": "2016-09-21T12:00:24.493072", + "endDate": "2016-09-24T12:00:24.493072" }, "unit": { "code": "44617100-9", @@ -72,18 +73,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3c5d7f0c29394933a34a68f978e00aa4 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/522cc5851a8b438383650a9e6f5f5908 { "access": { - "token": "494ea4dc1aa3444c95f9b8e87fcd9262" + "token": "715595053bbf4021b2e0af3c788e72d8" }, "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:17:42.560829+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:26.111175+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -91,10 +92,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3c5d7f0c293 "amount": 35.0, "valueAddedTaxIncluded": true }, - "enquiryPeriod": { - "startDate": "2016-09-16T16:17:42.560829+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" - }, + "procurementMethodDetails": "quick, accelerator=1440", "procurementMethodType": "dgfOtherAssets", "value": { "currency": "UAH", @@ -102,9 +100,15 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3c5d7f0c293 "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:17:42.560829+03:00", + "date": "2016-09-19T12:00:26.111175+03:00", "status": "draft", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", + "enquiryPeriod": { + "startDate": "2016-09-19T12:00:26.111175+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" + }, + "owner": "broker", + "dateModified": "2016-09-19T12:00:26.113813+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -121,10 +125,10 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3c5d7f0c293 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "ad137687cd3949b29544d0848f2201a2", + "id": "f9ce9e6da11a4b17949e9087f2d46445", "unit": { "code": "44617100-9", "name": "item" @@ -132,9 +136,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3c5d7f0c293 "quantity": 5 } ], - "owner": "broker", - "dateModified": "2016-09-16T16:17:42.564140+03:00", - "id": "3c5d7f0c29394933a34a68f978e00aa4", + "id": "522cc5851a8b438383650a9e6f5f5908", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/auction-post-acceleration.http b/docs/source/tutorial/auction-post-acceleration.http index 19a87d47..4a4acaad 100644 --- a/docs/source/tutorial/auction-post-acceleration.http +++ b/docs/source/tutorial/auction-post-acceleration.http @@ -12,7 +12,7 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2016-09-16T17:58:46.402805" + "startDate": "2016-09-19T12:05:24.494765" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -57,8 +57,8 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T17:53:46.400896", - "endDate": "2016-09-21T17:53:46.400896" + "startDate": "2016-09-21T12:00:24.493072", + "endDate": "2016-09-24T12:00:24.493072" }, "unit": { "code": "44617100-9", @@ -74,38 +74,38 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/0dc086de3a6f47c8af83cdd4ad7abb45 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ac7c7430d1f4422fa959075471b427d7 { "access": { - "token": "9da12a5138924a02987ea015079b96b0" + "token": "e69d540474214a9d9299a3acfaead0a0" }, "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "enquiryPeriod": { - "startDate": "2016-09-16T17:53:48.432293+03:00", - "endDate": "2016-09-16T17:57:46.402805+03:00" + "startDate": "2016-09-19T12:00:26.959675+03:00", + "endDate": "2016-09-19T12:04:24.494765+03:00" }, "submissionMethod": "electronicAuction", - "next_check": "2016-09-16T17:57:46.402805+03:00", - "awardCriteria": "lowestCost", + "next_check": "2016-09-19T12:04:24.494765+03:00", + "awardCriteria": "highestCost", "owner": "broker", "title_en": "[TESTING] ", - "id": "0dc086de3a6f47c8af83cdd4ad7abb45", + "id": "ac7c7430d1f4422fa959075471b427d7", "title": "[ТЕСТУВАННЯ] футляри до державних нагород", "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2016-09-16T17:53:48.436117+03:00", + "dateModified": "2016-09-19T12:00:26.962599+03:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2016-09-16T17:53:48.432293+03:00", - "endDate": "2016-09-16T17:57:46.402805+03:00" + "startDate": "2016-09-19T12:00:26.959675+03:00", + "endDate": "2016-09-19T12:04:24.494765+03:00" }, "auctionPeriod": { - "shouldStartAfter": "2016-09-16T17:57:46.402805+03:00" + "shouldStartAfter": "2016-09-19T12:04:24.494765+03:00" }, "procurementMethodType": "dgfOtherAssets", - "date": "2016-09-16T17:53:48.432293+03:00", + "date": "2016-09-19T12:00:26.959675+03:00", "submissionMethodDetails": "quick", "items": [ { @@ -123,10 +123,10 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/0dc086de3a6 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T17:53:46.400896+03:00", - "endDate": "2016-09-21T17:53:46.400896+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "d6d8b2c61bf3475cbc920e363042e701", + "id": "8a0c583230e344479381f8bfb2110d6a", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/auction-post-attempt-json-data.http b/docs/source/tutorial/auction-post-attempt-json-data.http index d1aed0ed..27f6ee1f 100644 --- a/docs/source/tutorial/auction-post-attempt-json-data.http +++ b/docs/source/tutorial/auction-post-attempt-json-data.http @@ -1,6 +1,6 @@ POST /api/2.3/auctions?opt_pretty=1 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 2018 +Content-Length: 2073 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -12,13 +12,14 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2016-09-30T16:17:40.438241" + "startDate": "2016-10-03T12:00:24.493072" }, "procurementMethodType": "dgfOtherAssets", "value": { "currency": "UAH", "amount": 100 }, + "procurementMethodDetails": "quick, accelerator=1440", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", @@ -55,8 +56,8 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241", - "endDate": "2016-09-21T16:17:40.438241" + "startDate": "2016-09-21T12:00:24.493072", + "endDate": "2016-09-24T12:00:24.493072" }, "unit": { "code": "44617100-9", @@ -71,18 +72,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f { "access": { - "token": "ffdada9a59754aeca6b4fd1604b29147" + "token": "0e35fdfe8c9d45a3bdcef079068990e9" }, "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -91,7 +92,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-04T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -100,16 +101,17 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:17:56.600382+03:00", - "dateModified": "2016-09-16T16:17:56.604358+03:00", + "date": "2016-09-19T12:00:29.246758+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:29.249642+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-09-29T16:17:40.438241+03:00", + "next_check": "2016-10-03T11:59:24.493072+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -126,10 +128,10 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" @@ -137,7 +139,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "quantity": 5 } ], - "id": "5573af0bada64bdbbe73e4372ae46a32", + "id": "a94a6fc2999f45eba3faa69f0a577d2f", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/auction-url.http b/docs/source/tutorial/auction-url.http index 94b9ca8e..ca9f2e32 100644 --- a/docs/source/tutorial/auction-url.http +++ b/docs/source/tutorial/auction-url.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32 HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -9,74 +9,75 @@ Content-Type: application/json; charset=UTF-8 { "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", - "auctionUrl": "http://auction-sandbox.openprocurement.org/auctions/5573af0bada64bdbbe73e4372ae46a32", + "auctionID": "UA-EA-2016-09-19-000001", + "auctionUrl": "http://auction-sandbox.openprocurement.org/auctions/a94a6fc2999f45eba3faa69f0a577d2f", "enquiryPeriod": { - "startDate": "2016-09-09T16:17:40.438241+03:00", - "endDate": "2016-09-16T16:17:40.438241+03:00" + "startDate": "2016-09-12T12:00:24.493072+03:00", + "endDate": "2016-09-19T12:00:24.493072+03:00" }, "submissionMethod": "electronicAuction", - "next_check": "2016-09-16T16:53:40.438241+03:00", - "awardCriteria": "lowestCost", + "next_check": "2016-09-19T12:36:24.493072+03:00", + "awardCriteria": "highestCost", "questions": [ { "description": "Просимо додати таблицю потрібної калорійності харчування", "title": "Калорійність", - "date": "2016-09-16T16:17:57.418934+03:00", + "date": "2016-09-19T12:00:29.879928+03:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "9412209e588e4fa59b3c60acf2dab925", + "id": "0d437b25b8574797b0c7ce95c108962a", "questionOf": "tender" } ], "owner": "broker", - "id": "5573af0bada64bdbbe73e4372ae46a32", + "id": "a94a6fc2999f45eba3faa69f0a577d2f", "documents": [ { "hash": "md5:00000000000000000000000000000000", - "description": "document description modified", + "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=5IXDYG52KHFR%252Bor5FzA2xMbAuPYIdAVMyTWgTQbFZEEUAWMxqS7ywTLd8PDumkOFqu%2FDWQEs4CH%2Fa%252Br4pU27CA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=ChrxhbsqiMsnsBJMr0Tk50l2EaE%252BqvLhGXU4HWDRMdRRarNWi84lOCiH6uFRQY3H3OYQxgNhS1dgCYWCYbcpDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.105481+03:00", + "datePublished": "2016-09-19T12:00:29.704147+03:00", "documentType": "technicalSpecifications", - "id": "1a8dfa8acee64f52bbe8e45b55b7b85b", - "dateModified": "2016-09-16T16:17:57.105518+03:00" + "id": "6e9b5f4dad8044278bd4d024a1a1ff65", + "dateModified": "2016-09-19T12:00:29.704176+03:00" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7a1191ed2879480dac96cf2c3afe6cf1?KeyID=838a2d27&Signature=ekIAzD0DGZIraeiT37N3gosa2fE%2FDFKlMoCOe2tC7g05FfsDNdx0VcK4qW8BSRQa0xsdYlHeUzQ7toCOuN%252BYCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e2ee3325c89340c689f86c16f5109bae?KeyID=f72c2842&Signature=fd%2FC%2FQnja3bKT4AkDSlKdLlcJ31RONGzbe6O9%252BLpmXuSycZaDznwUU6s8dy1tADxNQRCGISAQRxq4Ii5xLaPCw%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.257237+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.754316+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/032691d37a5c46168395fa35ccb936fa?KeyID=838a2d27&Signature=Iv%252BvbMODFJDl1O249mmUbVKq8EgVVMPCMqFwZ9TPm2TGo2PR9ChYuGBlYCC3XKBeBAWyU%252BHAt52TqB9Kww9sBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9f93211818db4d63af35c1bb14761e0d?KeyID=f72c2842&Signature=%2F%2FR7VBBAf22sL7UG7yJU4BzlAz2KT%252B97Pu2vbCgvsHy0r9qaJBvxsKAdgCfQdIwExTVHyIJP%252BD1M%2FiK3mXDmBg%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.332420+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.808090+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" } ], "title": "футляри до державних нагород", - "dateModified": "2016-09-16T16:17:58.185253+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:30.458525+03:00", "status": "active.auction", "tenderPeriod": { - "startDate": "2016-09-09T16:17:40.438241+03:00", - "endDate": "2016-09-16T16:17:40.438241+03:00" + "startDate": "2016-09-12T12:00:24.493072+03:00", + "endDate": "2016-09-19T12:00:24.493072+03:00" }, "auctionPeriod": { - "startDate": "2016-09-16T16:17:40.438241+03:00", - "shouldStartAfter": "2016-09-17T00:00:00+03:00" + "startDate": "2016-09-19T12:00:24.493072+03:00", + "shouldStartAfter": "2016-09-20T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", - "date": "2016-09-16T16:17:56.600382+03:00", + "date": "2016-09-19T12:00:29.246758+03:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -98,10 +99,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/bidder-auction-protocol.http b/docs/source/tutorial/bidder-auction-protocol.http index e4190ba6..3256e828 100644 --- a/docs/source/tutorial/bidder-auction-protocol.http +++ b/docs/source/tutorial/bidder-auction-protocol.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/97a7b447432b4456b9dd1f55a6195471/documents?acc_token=0e92e9d2935447bbad3d248c29d97df9 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/2ab83592132245ad99cbbe2c0da29acd/documents?acc_token=fc0fde4e25844e8db86b1b39a64aae5c HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 344 +Content-Length: 350 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5ea26c3496e14b37af1ec1f6048db021?KeyID=838a2d27&Signature=q0dgR3YVm2TgreChnsuUErXtT2CJHYnz4dTKi5u0hTrLguofpqvMkwwpIF2%2Fk%2BudTLqjLKHUEg9v1EYrPSPxAg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/db1e0f03dce44dc8b759e01c55c2a264?KeyID=f72c2842&Signature=Q7qpez%2FcyNrOR9L90IA%2FcH9xHTe9CATGuON8YEq8vSEU99yAeK5I6X7S1A4tV7q0xUU%2F%2Fh%2BtQEFgrlzW4s1cCQ%3D%3D", "title": "SignedAuctionProtocol.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/97a7b447432b4456b9dd1f55a6195471/documents/8d682474b73741d1993f72d104be9fcc +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/2ab83592132245ad99cbbe2c0da29acd/documents/6bc20ba8c1fd4d2e97c1a3056fe507c3 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/5ea26c3496e14b37af1ec1f6048db021?KeyID=838a2d27&Signature=ED%252BIoqow8S7BBwMU5A%2FS3I%252BE7HfviSVZ%2F1I3i2mo32SZZGNmjyPXjmBY6dbtmxyaAq0TaTLnkbUSjtnz8aVtAw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/db1e0f03dce44dc8b759e01c55c2a264?KeyID=f72c2842&Signature=3V16QY1SEU%2F0zsdJ8rOo50P92n90gjAhe3NP%252BB7YxDuexxghLrlNoCARPngZ4Es02FxlRMccPHAIshGoer5GCg%253D%253D", "title": "SignedAuctionProtocol.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:58.595256+03:00", - "dateModified": "2016-09-16T16:17:58.595292+03:00", - "id": "8d682474b73741d1993f72d104be9fcc" + "datePublished": "2016-09-19T12:00:30.780437+03:00", + "dateModified": "2016-09-19T12:00:30.780463+03:00", + "id": "6bc20ba8c1fd4d2e97c1a3056fe507c3" } } diff --git a/docs/source/tutorial/bidder-documents.http b/docs/source/tutorial/bidder-documents.http index 28373c9b..88226ec0 100644 --- a/docs/source/tutorial/bidder-documents.http +++ b/docs/source/tutorial/bidder-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents?acc_token=a3ab0150d5df4c678813861bf7b95c2c HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents?acc_token=ba22e896f9ed4c09bf0650db74207c59 HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,12 +11,12 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents/3bf8539138a04937ba784477e681bfa9?download=884c80b4ef5c4e6db028fabd4a38ccaa", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents/ac61e8151436457b90828ca2bdd9b839?download=418aa93eb6ef4e79973457c8c111983a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.798354+03:00", - "dateModified": "2016-09-16T16:17:57.798392+03:00", - "id": "3bf8539138a04937ba784477e681bfa9" + "datePublished": "2016-09-19T12:00:30.157061+03:00", + "dateModified": "2016-09-19T12:00:30.157091+03:00", + "id": "ac61e8151436457b90828ca2bdd9b839" } ] } diff --git a/docs/source/tutorial/bidder-participation-url.http b/docs/source/tutorial/bidder-participation-url.http index 462f9b95..bd74d6cd 100644 --- a/docs/source/tutorial/bidder-participation-url.http +++ b/docs/source/tutorial/bidder-participation-url.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070?acc_token=a3ab0150d5df4c678813861bf7b95c2c HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b?acc_token=ba22e896f9ed4c09bf0650db74207c59 HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -13,12 +13,12 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents/3bf8539138a04937ba784477e681bfa9?download=884c80b4ef5c4e6db028fabd4a38ccaa", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents/ac61e8151436457b90828ca2bdd9b839?download=418aa93eb6ef4e79973457c8c111983a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.798354+03:00", - "dateModified": "2016-09-16T16:17:57.798392+03:00", - "id": "3bf8539138a04937ba784477e681bfa9" + "datePublished": "2016-09-19T12:00:30.157061+03:00", + "dateModified": "2016-09-19T12:00:30.157091+03:00", + "id": "ac61e8151436457b90828ca2bdd9b839" } ], "value": { @@ -26,7 +26,7 @@ Content-Type: application/json; charset=UTF-8 "amount": 500.0, "valueAddedTaxIncluded": true }, - "id": "4ea219dcffe54bda9f106d9609ef4070", + "qualified": true, "tenderers": [ { "contactPoint": { @@ -49,9 +49,9 @@ Content-Type: application/json; charset=UTF-8 } } ], - "date": "2016-09-16T16:17:57.612140+03:00", - "selfQualified": true, - "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/5573af0bada64bdbbe73e4372ae46a32?key_for_bid=4ea219dcffe54bda9f106d9609ef4070" + "date": "2016-09-19T12:00:30.022400+03:00", + "id": "1c62513a026e445280f1d3115519af4b", + "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/a94a6fc2999f45eba3faa69f0a577d2f?key_for_bid=1c62513a026e445280f1d3115519af4b" } } diff --git a/docs/source/tutorial/bidder2-participation-url.http b/docs/source/tutorial/bidder2-participation-url.http index dddaaa20..c5e0fcc2 100644 --- a/docs/source/tutorial/bidder2-participation-url.http +++ b/docs/source/tutorial/bidder2-participation-url.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/97a7b447432b4456b9dd1f55a6195471?acc_token=0e92e9d2935447bbad3d248c29d97df9 HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/2ab83592132245ad99cbbe2c0da29acd?acc_token=fc0fde4e25844e8db86b1b39a64aae5c HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -14,7 +14,7 @@ Content-Type: application/json; charset=UTF-8 "amount": 501.0, "valueAddedTaxIncluded": true }, - "selfQualified": true, + "qualified": true, "tenderers": [ { "contactPoint": { @@ -37,9 +37,9 @@ Content-Type: application/json; charset=UTF-8 } } ], - "date": "2016-09-16T16:17:57.935119+03:00", - "id": "97a7b447432b4456b9dd1f55a6195471", - "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/5573af0bada64bdbbe73e4372ae46a32?key_for_bid=97a7b447432b4456b9dd1f55a6195471" + "date": "2016-09-19T12:00:30.244935+03:00", + "id": "2ab83592132245ad99cbbe2c0da29acd", + "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/a94a6fc2999f45eba3faa69f0a577d2f?key_for_bid=2ab83592132245ad99cbbe2c0da29acd" } } diff --git a/docs/source/tutorial/blank-auction-view.http b/docs/source/tutorial/blank-auction-view.http index 970d99df..900537e2 100644 --- a/docs/source/tutorial/blank-auction-view.http +++ b/docs/source/tutorial/blank-auction-view.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32 HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -9,10 +9,10 @@ Content-Type: application/json; charset=UTF-8 { "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -21,7 +21,7 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-04T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -30,16 +30,17 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:17:56.600382+03:00", - "dateModified": "2016-09-16T16:17:56.604358+03:00", + "date": "2016-09-19T12:00:29.246758+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:29.249642+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-09-29T16:17:40.438241+03:00", + "next_check": "2016-10-03T11:59:24.493072+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -56,10 +57,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" @@ -67,7 +68,7 @@ Content-Type: application/json; charset=UTF-8 "quantity": 5 } ], - "id": "5573af0bada64bdbbe73e4372ae46a32", + "id": "a94a6fc2999f45eba3faa69f0a577d2f", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/blank-finauction-view.http b/docs/source/tutorial/blank-finauction-view.http index 841d0f4d..cee09007 100644 --- a/docs/source/tutorial/blank-finauction-view.http +++ b/docs/source/tutorial/blank-finauction-view.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895 HTTP/1.0 +GET /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -9,10 +9,10 @@ Content-Type: application/json; charset=UTF-8 { "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:23:53.936429+03:00", - "endDate": "2016-09-29T16:23:51.898535+03:00" + "startDate": "2016-09-19T12:00:27.732518+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -21,7 +21,7 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-04T00:00:00+03:00" }, "procurementMethodType": "dgfFinancialAssets", "value": { @@ -30,16 +30,17 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:23:53.936429+03:00", - "dateModified": "2016-09-16T16:23:53.940055+03:00", + "date": "2016-09-19T12:00:27.732518+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:27.735442+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:23:53.936429+03:00", - "endDate": "2016-09-29T16:23:51.898535+03:00" + "startDate": "2016-09-19T12:00:27.732518+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-09-29T16:23:51.898535+03:00", + "next_check": "2016-10-03T11:59:24.493072+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -56,10 +57,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:23:51.898535+03:00", - "endDate": "2016-09-21T16:23:51.898535+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "4a526b21f1164a29a09f7af336220a5c", + "id": "b39c297305b3411eae1c9e5e5c9c492f", "unit": { "code": "44617100-9", "name": "item" @@ -67,7 +68,7 @@ Content-Type: application/json; charset=UTF-8 "quantity": 5 } ], - "id": "706c4c4a18d54e00a077064d496cb895", + "id": "aec6f83699b144ff89f095545e155f6c", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/confirm-qualification.http b/docs/source/tutorial/confirm-qualification.http index 44bcdb04..fc745abe 100644 --- a/docs/source/tutorial/confirm-qualification.http +++ b/docs/source/tutorial/confirm-qualification.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/awards/82737db4cafe4bfc978d80ecde647b72?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/awards/a4e496cabb6b42fba33272467f12c89e?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 30 Content-Type: application/json @@ -18,8 +18,8 @@ Content-Type: application/json; charset=UTF-8 "data": { "status": "active", "complaintPeriod": { - "startDate": "2016-09-16T16:17:58.485954+03:00", - "endDate": "2016-09-20T16:17:58.743284+03:00" + "startDate": "2016-09-19T12:00:30.694158+03:00", + "endDate": "2016-09-19T12:00:30.915279+03:00" }, "suppliers": [ { @@ -43,14 +43,14 @@ Content-Type: application/json; charset=UTF-8 } } ], - "bid_id": "97a7b447432b4456b9dd1f55a6195471", + "bid_id": "2ab83592132245ad99cbbe2c0da29acd", "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2016-09-16T16:17:58.750425+03:00", - "id": "82737db4cafe4bfc978d80ecde647b72" + "date": "2016-09-19T12:00:30.921237+03:00", + "id": "a4e496cabb6b42fba33272467f12c89e" } } diff --git a/docs/source/tutorial/create-auction-procuringEntity.http b/docs/source/tutorial/create-auction-procuringEntity.http index 19b7b5ac..38ffa329 100644 --- a/docs/source/tutorial/create-auction-procuringEntity.http +++ b/docs/source/tutorial/create-auction-procuringEntity.http @@ -12,7 +12,7 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2016-09-30T16:17:40.440370" + "startDate": "2016-10-03T12:00:24.494765" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -48,7 +48,7 @@ Host: api-sandbox.ea.openprocurement.org "description": "Земельні ділянки" }, "description": "Земля для військовослужбовців", - "id": "3bb229592e6d48089d34bdb1f72ab352", + "id": "85c79d97046c47ca8f7e1c2b07fbb4bd", "unit": { "code": "44617100-9", "name": "item" @@ -64,37 +64,37 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3eb2b627e1d84609a1882557533b19a4 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/b1fc5e470b5a4abf99061ef551610a41 { "access": { - "token": "ac3607dc6e71433f91202912cff7b1ed" + "token": "b104f157be5f4f90a89eb0a062182ab0" }, "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000002", + "auctionID": "UA-EA-2016-09-19-000002", "enquiryPeriod": { - "startDate": "2016-09-16T16:17:56.782905+03:00", - "endDate": "2016-09-29T16:17:40.440370+03:00" + "startDate": "2016-09-19T12:00:29.406886+03:00", + "endDate": "2016-10-02T12:00:24.494765+03:00" }, "submissionMethod": "electronicAuction", - "next_check": "2016-09-29T16:17:40.440370+03:00", - "awardCriteria": "lowestCost", + "next_check": "2016-10-02T12:00:24.494765+03:00", + "awardCriteria": "highestCost", "owner": "broker", "title_en": "[TESTING] Cases with state awards", - "id": "3eb2b627e1d84609a1882557533b19a4", + "id": "b1fc5e470b5a4abf99061ef551610a41", "title": "[ТЕСТУВАННЯ] футляри до державних нагород", - "dateModified": "2016-09-16T16:17:56.786804+03:00", + "dateModified": "2016-09-19T12:00:29.409545+03:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2016-09-16T16:17:56.782905+03:00", - "endDate": "2016-09-29T16:17:40.440370+03:00" + "startDate": "2016-09-19T12:00:29.406886+03:00", + "endDate": "2016-10-02T12:00:24.494765+03:00" }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-03T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", - "date": "2016-09-16T16:17:56.782905+03:00", + "date": "2016-09-19T12:00:29.406886+03:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -107,7 +107,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/3eb2b627e1d "name": "item" }, "description": "Земля для військовослужбовців", - "id": "3bb229592e6d48089d34bdb1f72ab352", + "id": "85c79d97046c47ca8f7e1c2b07fbb4bd", "classification": { "scheme": "CAV", "description": "Земельні ділянки", diff --git a/docs/source/tutorial/finauction-adding-vdr.http b/docs/source/tutorial/finauction-adding-vdr.http index 8f8c237c..b93700f2 100644 --- a/docs/source/tutorial/finauction-adding-vdr.http +++ b/docs/source/tutorial/finauction-adding-vdr.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents?acc_token=b1e80485543748f98d8de05d5e308989 HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents?acc_token=f5dcffce601147e79012b0a1a450a7cb HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 127 Content-Type: application/json @@ -15,17 +15,17 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents/dc72a333eacf4e48b41105c60d13ccfa +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents/e35ea583a676414381b0e2a8531fbb36 { "data": { "title": "VDR for auction lot", "url": "http://virtial-data-room.com/id_of_room", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.294853+03:00", + "datePublished": "2016-09-19T12:00:28.048344+03:00", "documentType": "virtualDataRoom", - "dateModified": "2016-09-16T16:23:54.294883+03:00", - "id": "dc72a333eacf4e48b41105c60d13ccfa" + "dateModified": "2016-09-19T12:00:28.048370+03:00", + "id": "e35ea583a676414381b0e2a8531fbb36" } } diff --git a/docs/source/tutorial/finauction-documents-2.http b/docs/source/tutorial/finauction-documents-2.http index 67dcfa75..3be3a702 100644 --- a/docs/source/tutorial/finauction-documents-2.http +++ b/docs/source/tutorial/finauction-documents-2.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents HTTP/1.0 +GET /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,24 +10,25 @@ Content-Type: application/json; charset=UTF-8 "data": [ { "hash": "md5:00000000000000000000000000000000", + "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8972e06cbb054348bd1541d8cffe0d12?KeyID=7e02a228&Signature=5eD7m7%2FqRfZya6rDkEppsA8KAmohY5G2gE2BpwPXr9sHGS84KouWN96K7%2FGNn4XsUG5P38UgpXJmth9yurrMCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a35282b6540c4f09b172ae94a1661965?KeyID=5d03ea6b&Signature=sdaI4TkkNGXIcVC%252B8o6b7bEqmRuItgeGHX2hCA%2Ffs42PyO4s%2FFgaVt5Hwl2KeY8ARRW%252BBDdJ7U3oVpnD0QgxDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.095483+03:00", + "datePublished": "2016-09-19T12:00:27.886033+03:00", "documentType": "technicalSpecifications", - "dateModified": "2016-09-16T16:23:54.095516+03:00", - "id": "c617deb800f2403b9617d6ffbfec18d0" + "id": "12cc54b47fb24aa599f5444218d79d0d", + "dateModified": "2016-09-19T12:00:27.886064+03:00" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/d02ca3ed4a0a4e5ea1d6af673721a386?KeyID=7e02a228&Signature=Jmo8Wj0fQkSHI%2F3Y7p47n0gJHsJ9o6cmvQaPykAHwWtUgL39%2FlKEl54ABwy63mcCleKBqmjbcqB%252BVtz6JfK%2FDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6271b5faf4054d0ba28fe1d11cd2c1b0?KeyID=5d03ea6b&Signature=2p4WoKK5zDPQaaj0oevynrzrKVCGlUZLaxFG1zCGubMClp6uY2jkJ1HncDufF4pRNgQJcwnDkfA0V1IOQQVQDA%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.158894+03:00", - "dateModified": "2016-09-16T16:23:54.158923+03:00", - "id": "4f97136eb4ae48dc91af1bafd7d0f435" + "datePublished": "2016-09-19T12:00:27.936248+03:00", + "dateModified": "2016-09-19T12:00:27.936284+03:00", + "id": "615e45cb6f0b42368be76e4ce9b19921" } ] } diff --git a/docs/source/tutorial/finauction-documents-3.http b/docs/source/tutorial/finauction-documents-3.http index 12209bed..df1788f1 100644 --- a/docs/source/tutorial/finauction-documents-3.http +++ b/docs/source/tutorial/finauction-documents-3.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents HTTP/1.0 +GET /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,24 +10,25 @@ Content-Type: application/json; charset=UTF-8 "data": [ { "hash": "md5:00000000000000000000000000000000", + "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8972e06cbb054348bd1541d8cffe0d12?KeyID=7e02a228&Signature=5eD7m7%2FqRfZya6rDkEppsA8KAmohY5G2gE2BpwPXr9sHGS84KouWN96K7%2FGNn4XsUG5P38UgpXJmth9yurrMCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a35282b6540c4f09b172ae94a1661965?KeyID=5d03ea6b&Signature=sdaI4TkkNGXIcVC%252B8o6b7bEqmRuItgeGHX2hCA%2Ffs42PyO4s%2FFgaVt5Hwl2KeY8ARRW%252BBDdJ7U3oVpnD0QgxDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.095483+03:00", + "datePublished": "2016-09-19T12:00:27.886033+03:00", "documentType": "technicalSpecifications", - "dateModified": "2016-09-16T16:23:54.095516+03:00", - "id": "c617deb800f2403b9617d6ffbfec18d0" + "id": "12cc54b47fb24aa599f5444218d79d0d", + "dateModified": "2016-09-19T12:00:27.886064+03:00" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/77e44bdf099048378b65aaa67c1bf51d?KeyID=7e02a228&Signature=waYHB4k3BVNR6G%2FmlBthdr4eRE8h7DiFhOOB0qUPHVLs%252BBwm%2FCv80IclDQb3Fg%2FW8qFYikWkJPxcdVBHdy1rBw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9a637962c9084947bc5353a2b27f33e8?KeyID=5d03ea6b&Signature=05h4U1opHsr2YqkcbkG%252Bl1VG%2FvXvlQL9Z8RkeVrBNrzavYn7TYi7nNKj2tpYiTTFJT8wXDWkePwGWkEklWTIAw%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.158894+03:00", - "dateModified": "2016-09-16T16:23:54.222887+03:00", - "id": "4f97136eb4ae48dc91af1bafd7d0f435" + "datePublished": "2016-09-19T12:00:27.936248+03:00", + "dateModified": "2016-09-19T12:00:27.992072+03:00", + "id": "615e45cb6f0b42368be76e4ce9b19921" } ] } diff --git a/docs/source/tutorial/finauction-documents.http b/docs/source/tutorial/finauction-documents.http index adeb8223..fcaa5c02 100644 --- a/docs/source/tutorial/finauction-documents.http +++ b/docs/source/tutorial/finauction-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents/c617deb800f2403b9617d6ffbfec18d0 HTTP/1.0 +GET /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents/12cc54b47fb24aa599f5444218d79d0d HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -9,15 +9,16 @@ Content-Type: application/json; charset=UTF-8 { "data": { "hash": "md5:00000000000000000000000000000000", + "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8972e06cbb054348bd1541d8cffe0d12?KeyID=7e02a228&Signature=5eD7m7%2FqRfZya6rDkEppsA8KAmohY5G2gE2BpwPXr9sHGS84KouWN96K7%2FGNn4XsUG5P38UgpXJmth9yurrMCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a35282b6540c4f09b172ae94a1661965?KeyID=5d03ea6b&Signature=sdaI4TkkNGXIcVC%252B8o6b7bEqmRuItgeGHX2hCA%2Ffs42PyO4s%2FFgaVt5Hwl2KeY8ARRW%252BBDdJ7U3oVpnD0QgxDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.095483+03:00", + "datePublished": "2016-09-19T12:00:27.886033+03:00", "previousVersions": [], "documentType": "technicalSpecifications", - "dateModified": "2016-09-16T16:23:54.095516+03:00", - "id": "c617deb800f2403b9617d6ffbfec18d0" + "id": "12cc54b47fb24aa599f5444218d79d0d", + "dateModified": "2016-09-19T12:00:27.886064+03:00" } } diff --git a/docs/source/tutorial/finauction-post-attempt-json-data.http b/docs/source/tutorial/finauction-post-attempt-json-data.http index 3d2bf4b0..fa90931e 100644 --- a/docs/source/tutorial/finauction-post-attempt-json-data.http +++ b/docs/source/tutorial/finauction-post-attempt-json-data.http @@ -1,6 +1,6 @@ POST /api/2.3/auctions?opt_pretty=1 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 2022 +Content-Length: 2077 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -12,7 +12,7 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2016-09-30T16:23:51.898535" + "startDate": "2016-10-03T12:00:24.493072" }, "procurementMethodType": "dgfFinancialAssets", "value": { @@ -39,6 +39,7 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" } }, + "procurementMethodDetails": "quick, accelerator=1440", "items": [ { "description": "Земля для військовослужбовців", @@ -55,8 +56,8 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:23:51.898535", - "endDate": "2016-09-21T16:23:51.898535" + "startDate": "2016-09-21T12:00:24.493072", + "endDate": "2016-09-24T12:00:24.493072" }, "unit": { "code": "44617100-9", @@ -71,18 +72,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c { "access": { - "token": "b1e80485543748f98d8de05d5e308989" + "token": "f5dcffce601147e79012b0a1a450a7cb" }, "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:23:53.936429+03:00", - "endDate": "2016-09-29T16:23:51.898535+03:00" + "startDate": "2016-09-19T12:00:27.732518+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -91,7 +92,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-09-30T00:00:00+03:00" + "shouldStartAfter": "2016-10-04T00:00:00+03:00" }, "procurementMethodType": "dgfFinancialAssets", "value": { @@ -100,16 +101,17 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:23:53.936429+03:00", - "dateModified": "2016-09-16T16:23:53.940055+03:00", + "date": "2016-09-19T12:00:27.732518+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:27.735442+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:23:53.936429+03:00", - "endDate": "2016-09-29T16:23:51.898535+03:00" + "startDate": "2016-09-19T12:00:27.732518+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-09-29T16:23:51.898535+03:00", + "next_check": "2016-10-03T11:59:24.493072+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -126,10 +128,10 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:23:51.898535+03:00", - "endDate": "2016-09-21T16:23:51.898535+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "4a526b21f1164a29a09f7af336220a5c", + "id": "b39c297305b3411eae1c9e5e5c9c492f", "unit": { "code": "44617100-9", "name": "item" @@ -137,7 +139,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d "quantity": 5 } ], - "id": "706c4c4a18d54e00a077064d496cb895", + "id": "aec6f83699b144ff89f095545e155f6c", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/finauction-update-award-criteria.http b/docs/source/tutorial/finauction-update-award-criteria.http index 62bb46d0..e9b1ec0e 100644 --- a/docs/source/tutorial/finauction-update-award-criteria.http +++ b/docs/source/tutorial/finauction-update-award-criteria.http @@ -1,12 +1,12 @@ -PUT /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents/4f97136eb4ae48dc91af1bafd7d0f435?acc_token=b1e80485543748f98d8de05d5e308989 HTTP/1.0 +PUT /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents/615e45cb6f0b42368be76e4ce9b19921?acc_token=f5dcffce601147e79012b0a1a450a7cb HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 338 +Content-Length: 334 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/77e44bdf099048378b65aaa67c1bf51d?KeyID=7e02a228&Signature=12NgRrpz8avS3mX%2BaFbCUTXNbGaTRRDAAywrKlLxQ1F9YzUt7VQSh6g2K%2FYmg689KjHiLYC96u548FFIUArQDg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9a637962c9084947bc5353a2b27f33e8?KeyID=5d03ea6b&Signature=nrUkgBykPp3JV64QmAg4RxXEu1Q2ybG7mksf1n3KXI6XrVbEZGUSOH9JQ2bzSca8aYY0T3NPTb0n32dK2USkDw%3D%3D", "title": "AwardCriteria-2.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -21,12 +21,12 @@ Content-Type: application/json; charset=UTF-8 "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/77e44bdf099048378b65aaa67c1bf51d?KeyID=7e02a228&Signature=waYHB4k3BVNR6G%2FmlBthdr4eRE8h7DiFhOOB0qUPHVLs%252BBwm%2FCv80IclDQb3Fg%2FW8qFYikWkJPxcdVBHdy1rBw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9a637962c9084947bc5353a2b27f33e8?KeyID=5d03ea6b&Signature=05h4U1opHsr2YqkcbkG%252Bl1VG%2FvXvlQL9Z8RkeVrBNrzavYn7TYi7nNKj2tpYiTTFJT8wXDWkePwGWkEklWTIAw%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.158894+03:00", - "dateModified": "2016-09-16T16:23:54.222887+03:00", - "id": "4f97136eb4ae48dc91af1bafd7d0f435" + "datePublished": "2016-09-19T12:00:27.936248+03:00", + "dateModified": "2016-09-19T12:00:27.992072+03:00", + "id": "615e45cb6f0b42368be76e4ce9b19921" } } diff --git a/docs/source/tutorial/finauction-upload-award-criteria.http b/docs/source/tutorial/finauction-upload-award-criteria.http index c8bc0086..5c4538a4 100644 --- a/docs/source/tutorial/finauction-upload-award-criteria.http +++ b/docs/source/tutorial/finauction-upload-award-criteria.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents?acc_token=b1e80485543748f98d8de05d5e308989 HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents?acc_token=f5dcffce601147e79012b0a1a450a7cb HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 340 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/d02ca3ed4a0a4e5ea1d6af673721a386?KeyID=7e02a228&Signature=zP6cR14enBf5IKsgQaF6zt1V22V1VRLuozb0Cj6wVBPSi%2F5WjRsrUlOOn1Yr6qQGXzb%2FwR1rr3l8vM%2F5%2F00eCQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6271b5faf4054d0ba28fe1d11cd2c1b0?KeyID=5d03ea6b&Signature=Np8yPrbSNS%2Fto6YP%2BnZ1gG7xJx%2BTl9w6zs9dwCYUqtGtQI5N6A3Ohhmm%2BJ7F2nyWrtH3oYhErmsaweQaAhYGBg%3D%3D", "title": "AwardCriteria.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents/4f97136eb4ae48dc91af1bafd7d0f435 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents/615e45cb6f0b42368be76e4ce9b19921 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/d02ca3ed4a0a4e5ea1d6af673721a386?KeyID=7e02a228&Signature=Jmo8Wj0fQkSHI%2F3Y7p47n0gJHsJ9o6cmvQaPykAHwWtUgL39%2FlKEl54ABwy63mcCleKBqmjbcqB%252BVtz6JfK%2FDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6271b5faf4054d0ba28fe1d11cd2c1b0?KeyID=5d03ea6b&Signature=2p4WoKK5zDPQaaj0oevynrzrKVCGlUZLaxFG1zCGubMClp6uY2jkJ1HncDufF4pRNgQJcwnDkfA0V1IOQQVQDA%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.158894+03:00", - "dateModified": "2016-09-16T16:23:54.158923+03:00", - "id": "4f97136eb4ae48dc91af1bafd7d0f435" + "datePublished": "2016-09-19T12:00:27.936248+03:00", + "dateModified": "2016-09-19T12:00:27.936284+03:00", + "id": "615e45cb6f0b42368be76e4ce9b19921" } } diff --git a/docs/source/tutorial/finbidder-documents.http b/docs/source/tutorial/finbidder-documents.http index 0a86fd79..400eee2d 100644 --- a/docs/source/tutorial/finbidder-documents.http +++ b/docs/source/tutorial/finbidder-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545/documents?acc_token=8d53a2a1b627489e998aaea5794f0880 HTTP/1.0 +GET /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9/documents?acc_token=7af7fc680ef1493598a05dbb30fa0b95 HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,12 +11,12 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545/documents/187bfca4f18547b0a3d2a6c269bb54d6?download=d8fb65ac50c3496186bef5e898ad2efe", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9/documents/1687f965aa8f47ac8191c553e04b80bf?download=ab61573cd92a4dc2aa865959f73eb4dc", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.465900+03:00", - "dateModified": "2016-09-16T16:23:54.465930+03:00", - "id": "187bfca4f18547b0a3d2a6c269bb54d6" + "datePublished": "2016-09-19T12:00:28.186948+03:00", + "dateModified": "2016-09-19T12:00:28.186974+03:00", + "id": "1687f965aa8f47ac8191c553e04b80bf" } ] } diff --git a/docs/source/tutorial/get-answer.http b/docs/source/tutorial/get-answer.http index 86b2e14f..eee0edd9 100644 --- a/docs/source/tutorial/get-answer.http +++ b/docs/source/tutorial/get-answer.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/questions/9412209e588e4fa59b3c60acf2dab925 HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/questions/0d437b25b8574797b0c7ce95c108962a HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,9 +10,9 @@ Content-Type: application/json; charset=UTF-8 "data": { "description": "Просимо додати таблицю потрібної калорійності харчування", "title": "Калорійність", - "date": "2016-09-16T16:17:57.418934+03:00", + "date": "2016-09-19T12:00:29.879928+03:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "9412209e588e4fa59b3c60acf2dab925", + "id": "0d437b25b8574797b0c7ce95c108962a", "questionOf": "tender" } } diff --git a/docs/source/tutorial/initial-auction-listing.http b/docs/source/tutorial/initial-auction-listing.http index e4935616..ebe27706 100644 --- a/docs/source/tutorial/initial-auction-listing.http +++ b/docs/source/tutorial/initial-auction-listing.http @@ -8,14 +8,14 @@ Content-Type: application/json; charset=UTF-8 { "next_page": { - "path": "/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.604358%2B03%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-16T16%3A17%3A56.604358%2B03%3A00", - "offset": "2016-09-16T16:17:56.604358+03:00" + "path": "/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.249642%2B03%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-19T12%3A00%3A29.249642%2B03%3A00", + "offset": "2016-09-19T12:00:29.249642+03:00" }, "data": [ { - "id": "5573af0bada64bdbbe73e4372ae46a32", - "dateModified": "2016-09-16T16:17:56.604358+03:00" + "id": "a94a6fc2999f45eba3faa69f0a577d2f", + "dateModified": "2016-09-19T12:00:29.249642+03:00" } ] } diff --git a/docs/source/tutorial/initial-finauction-listing.http b/docs/source/tutorial/initial-finauction-listing.http index 7feeebb3..ef441d37 100644 --- a/docs/source/tutorial/initial-finauction-listing.http +++ b/docs/source/tutorial/initial-finauction-listing.http @@ -8,14 +8,14 @@ Content-Type: application/json; charset=UTF-8 { "next_page": { - "path": "/api/2.3/auctions?offset=2016-09-16T16%3A23%3A53.940055%2B03%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-16T16%3A23%3A53.940055%2B03%3A00", - "offset": "2016-09-16T16:23:53.940055+03:00" + "path": "/api/2.3/auctions?offset=2016-09-19T12%3A00%3A27.735442%2B03%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2016-09-19T12%3A00%3A27.735442%2B03%3A00", + "offset": "2016-09-19T12:00:27.735442+03:00" }, "data": [ { - "id": "706c4c4a18d54e00a077064d496cb895", - "dateModified": "2016-09-16T16:23:53.940055+03:00" + "id": "aec6f83699b144ff89f095545e155f6c", + "dateModified": "2016-09-19T12:00:27.735442+03:00" } ] } diff --git a/docs/source/tutorial/list-question.http b/docs/source/tutorial/list-question.http index 6481759d..b8285801 100644 --- a/docs/source/tutorial/list-question.http +++ b/docs/source/tutorial/list-question.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/questions HTTP/1.0 +GET /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/questions HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,9 +11,9 @@ Content-Type: application/json; charset=UTF-8 { "description": "Просимо додати таблицю потрібної калорійності харчування", "title": "Калорійність", - "date": "2016-09-16T16:17:57.418934+03:00", + "date": "2016-09-19T12:00:29.879928+03:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "9412209e588e4fa59b3c60acf2dab925", + "id": "0d437b25b8574797b0c7ce95c108962a", "questionOf": "tender" } ] diff --git a/docs/source/tutorial/patch-cancellation.http b/docs/source/tutorial/patch-cancellation.http index c1e75c2f..5d18ccdc 100644 --- a/docs/source/tutorial/patch-cancellation.http +++ b/docs/source/tutorial/patch-cancellation.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769/documents/652affa821654ccfb0e2e5f9226a3b7b?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51/documents/5b4e45743aa84b13879ae191977f2f63?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 48 Content-Type: application/json @@ -19,12 +19,12 @@ Content-Type: application/json; charset=UTF-8 "hash": "md5:00000000000000000000000000000000", "description": "Changed description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cfee83d90ed94b4dba5480ab4c788a47?KeyID=838a2d27&Signature=EvsfUUmQlU%2FgheqUtQhp5ipD0F5hxyLV3uaiKKxfHWLDs52manawziCSH5o9U%2FQDs%252BZVsygEBJxyBhJ1E8VqDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e28f1aa132ad4f52b76237daee14186f?KeyID=f72c2842&Signature=x7a%252BvMR5t7C1Ma%252BuS%252Ba%252BKG6%2F%2FWFBo7eKYVrF2qnRyDNr5WBXRNyNWbL5CFsmMj%2F0Qxy%252BdOTgbMOIU%2FmRlXl%2FDw%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.865865+03:00", - "id": "652affa821654ccfb0e2e5f9226a3b7b", - "dateModified": "2016-09-16T16:17:59.865910+03:00" + "datePublished": "2016-09-19T12:00:31.820064+03:00", + "id": "5b4e45743aa84b13879ae191977f2f63", + "dateModified": "2016-09-19T12:00:31.820089+03:00" } } diff --git a/docs/source/tutorial/patch-items-value-periods.http b/docs/source/tutorial/patch-items-value-periods.http index 61197ec1..c8055e5e 100644 --- a/docs/source/tutorial/patch-items-value-periods.http +++ b/docs/source/tutorial/patch-items-value-periods.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PATCH /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 75 Content-Type: application/json @@ -7,7 +7,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { "tenderPeriod": { - "endDate": "2016-10-01T16:18:06.918414+03:00" + "endDate": "2016-10-04T12:00:39.521452+03:00" } } } @@ -19,10 +19,10 @@ Content-Type: application/json; charset=UTF-8 { "data": { "procurementMethod": "open", - "auctionID": "UA-EA-2016-09-16-000001", + "auctionID": "UA-EA-2016-09-19-000001", "tenderPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-10-01T16:18:06.918414+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-04T12:00:39.521452+03:00" }, "title": "футляри до державних нагород", "minimalStep": { @@ -31,7 +31,7 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "auctionPeriod": { - "shouldStartAfter": "2016-10-02T00:00:00+03:00" + "shouldStartAfter": "2016-10-05T00:00:00+03:00" }, "procurementMethodType": "dgfOtherAssets", "value": { @@ -40,16 +40,17 @@ Content-Type: application/json; charset=UTF-8 "valueAddedTaxIncluded": true }, "submissionMethod": "electronicAuction", - "date": "2016-09-16T16:17:56.600382+03:00", - "dateModified": "2016-09-16T16:17:56.971046+03:00", + "date": "2016-09-19T12:00:29.246758+03:00", + "procurementMethodDetails": "quick, accelerator=1440", + "dateModified": "2016-09-19T12:00:29.568279+03:00", "status": "active.tendering", - "awardCriteria": "lowestCost", + "awardCriteria": "highestCost", "enquiryPeriod": { - "startDate": "2016-09-16T16:17:56.600382+03:00", - "endDate": "2016-09-29T16:17:40.438241+03:00" + "startDate": "2016-09-19T12:00:29.246758+03:00", + "endDate": "2016-10-03T11:59:24.493072+03:00" }, "owner": "broker", - "next_check": "2016-10-01T16:18:06.918414+03:00", + "next_check": "2016-10-04T12:00:39.521452+03:00", "items": [ { "description": "Земля для військовослужбовців", @@ -66,10 +67,10 @@ Content-Type: application/json; charset=UTF-8 "locality": "м. Київ" }, "deliveryDate": { - "startDate": "2016-09-18T16:17:40.438241+03:00", - "endDate": "2016-09-21T16:17:40.438241+03:00" + "startDate": "2016-09-21T12:00:24.493072+03:00", + "endDate": "2016-09-24T12:00:24.493072+03:00" }, - "id": "e6bbd40959494e0786509ce2903eb9f0", + "id": "f72241d26081470bb4685f7671aa9bfc", "unit": { "code": "44617100-9", "name": "item" @@ -77,7 +78,7 @@ Content-Type: application/json; charset=UTF-8 "quantity": 5 } ], - "id": "5573af0bada64bdbbe73e4372ae46a32", + "id": "a94a6fc2999f45eba3faa69f0a577d2f", "procuringEntity": { "contactPoint": { "name": "Державне управління справами", diff --git a/docs/source/tutorial/prepare-cancellation.http b/docs/source/tutorial/prepare-cancellation.http index c1e6569f..5dca3fb9 100644 --- a/docs/source/tutorial/prepare-cancellation.http +++ b/docs/source/tutorial/prepare-cancellation.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 43 Content-Type: application/json @@ -13,15 +13,15 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51 { "data": { - "date": "2016-09-16T16:17:59.699272+03:00", + "date": "2016-09-19T12:00:31.710312+03:00", "status": "pending", "reason": "cancellation reason", "cancellationOf": "tender", - "id": "e2054b6179e6411da29c34c1214fb769" + "id": "23dd8cae307f4f749f75e862b5b24a51" } } diff --git a/docs/source/tutorial/register-2nd-bidder.http b/docs/source/tutorial/register-2nd-bidder.http index 2bd371c1..5b87069f 100644 --- a/docs/source/tutorial/register-2nd-bidder.http +++ b/docs/source/tutorial/register-2nd-bidder.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 727 +Content-Length: 723 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "selfQualified": true, + "qualified": true, "value": { "amount": 501 }, @@ -38,11 +38,11 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/97a7b447432b4456b9dd1f55a6195471 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/2ab83592132245ad99cbbe2c0da29acd { "access": { - "token": "0e92e9d2935447bbad3d248c29d97df9" + "token": "fc0fde4e25844e8db86b1b39a64aae5c" }, "data": { "status": "active", @@ -51,7 +51,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "amount": 501.0, "valueAddedTaxIncluded": true }, - "id": "97a7b447432b4456b9dd1f55a6195471", + "qualified": true, "tenderers": [ { "contactPoint": { @@ -74,8 +74,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada } } ], - "date": "2016-09-16T16:17:57.935119+03:00", - "selfQualified": true + "date": "2016-09-19T12:00:30.244935+03:00", + "id": "2ab83592132245ad99cbbe2c0da29acd" } } diff --git a/docs/source/tutorial/register-2nd-finbidder.http b/docs/source/tutorial/register-2nd-finbidder.http index 2758c919..6154ec04 100644 --- a/docs/source/tutorial/register-2nd-finbidder.http +++ b/docs/source/tutorial/register-2nd-finbidder.http @@ -1,18 +1,12 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 1012 +Content-Length: 1004 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "selfEligible": true, - "selfQualified": true, - "value": { - "currency": "UAH", - "amount": 479, - "valueAddedTaxIncluded": true - }, + "qualified": true, "tenderers": [ { "additionalIdentifiers": [ @@ -39,28 +33,34 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" } } - ] + ], + "value": { + "currency": "UAH", + "amount": 479, + "valueAddedTaxIncluded": true + }, + "eligible": true } } 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/69b94089860f4748af1900fb51bc500c +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/9fe1d45aae1b47be9981cbeda89c674d { "access": { - "token": "b4312350df8346ecb52567755ca6fccd" + "token": "493ed575706a4533a12bedc50278fd82" }, "data": { "status": "active", - "selfEligible": true, + "eligible": true, "value": { "currency": "UAH", "amount": 479.0, "valueAddedTaxIncluded": true }, - "id": "69b94089860f4748af1900fb51bc500c", + "qualified": true, "tenderers": [ { "additionalIdentifiers": [ @@ -88,8 +88,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d } } ], - "date": "2016-09-16T16:23:54.573715+03:00", - "selfQualified": true + "date": "2016-09-19T12:00:28.268657+03:00", + "id": "9fe1d45aae1b47be9981cbeda89c674d" } } diff --git a/docs/source/tutorial/register-bidder.http b/docs/source/tutorial/register-bidder.http index 046c5791..22a50d86 100644 --- a/docs/source/tutorial/register-bidder.http +++ b/docs/source/tutorial/register-bidder.http @@ -1,13 +1,13 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 780 +Content-Length: 776 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { "status": "draft", - "selfQualified": true, + "qualified": true, "value": { "amount": 500 }, @@ -39,11 +39,11 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b { "access": { - "token": "a3ab0150d5df4c678813861bf7b95c2c" + "token": "ba22e896f9ed4c09bf0650db74207c59" }, "data": { "status": "draft", @@ -52,7 +52,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada "amount": 500.0, "valueAddedTaxIncluded": true }, - "id": "4ea219dcffe54bda9f106d9609ef4070", + "qualified": true, "tenderers": [ { "contactPoint": { @@ -75,8 +75,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada } } ], - "date": "2016-09-16T16:17:57.612140+03:00", - "selfQualified": true + "date": "2016-09-19T12:00:30.022400+03:00", + "id": "1c62513a026e445280f1d3115519af4b" } } diff --git a/docs/source/tutorial/register-finbidder.http b/docs/source/tutorial/register-finbidder.http index c64ea07e..c72746d6 100644 --- a/docs/source/tutorial/register-finbidder.http +++ b/docs/source/tutorial/register-finbidder.http @@ -1,18 +1,12 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 1012 +Content-Length: 1004 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "selfEligible": true, - "selfQualified": true, - "value": { - "currency": "UAH", - "amount": 469, - "valueAddedTaxIncluded": true - }, + "qualified": true, "tenderers": [ { "additionalIdentifiers": [ @@ -39,28 +33,34 @@ Host: api-sandbox.ea.openprocurement.org "locality": "м. Київ" } } - ] + ], + "value": { + "currency": "UAH", + "amount": 469, + "valueAddedTaxIncluded": true + }, + "eligible": true } } 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9 { "access": { - "token": "8d53a2a1b627489e998aaea5794f0880" + "token": "7af7fc680ef1493598a05dbb30fa0b95" }, "data": { "status": "active", - "selfEligible": true, + "eligible": true, "value": { "currency": "UAH", "amount": 469.0, "valueAddedTaxIncluded": true }, - "id": "108a119f7da042fbb48360f63c342545", + "qualified": true, "tenderers": [ { "additionalIdentifiers": [ @@ -88,8 +88,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d } } ], - "date": "2016-09-16T16:23:54.353950+03:00", - "selfQualified": true + "date": "2016-09-19T12:00:28.096078+03:00", + "id": "5b1cdc740f58440fb055365a165a23e9" } } diff --git a/docs/source/tutorial/update-award-criteria.http b/docs/source/tutorial/update-award-criteria.http index ff4ec518..8571d156 100644 --- a/docs/source/tutorial/update-award-criteria.http +++ b/docs/source/tutorial/update-award-criteria.http @@ -1,12 +1,12 @@ -PUT /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents/18b33a0bb4054886b6ad5ac97c239678?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PUT /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents/aa764a7181324de792a3499f7b5ee3fb?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 336 +Content-Length: 342 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/032691d37a5c46168395fa35ccb936fa?KeyID=838a2d27&Signature=4rrehMuEJqF7dhtqhmeHtFZgxHmvqiwmnQwi9v7VgRtLfPrUj7%2BLipQcN8XeI7vv3R4RCdodDEHwTMOC3oCcAQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9f93211818db4d63af35c1bb14761e0d?KeyID=f72c2842&Signature=I%2ByBlXZdhtjbB4RDP%2Be9ODq0ij8TjDP5G8BuCClxF92J95g4L0Q2BNTlOHMed%2BnWSD6%2FEGlTL10Lw6eBpPepDA%3D%3D", "title": "AwardCriteria-2.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -21,12 +21,12 @@ Content-Type: application/json; charset=UTF-8 "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/032691d37a5c46168395fa35ccb936fa?KeyID=838a2d27&Signature=Iv%252BvbMODFJDl1O249mmUbVKq8EgVVMPCMqFwZ9TPm2TGo2PR9ChYuGBlYCC3XKBeBAWyU%252BHAt52TqB9Kww9sBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9f93211818db4d63af35c1bb14761e0d?KeyID=f72c2842&Signature=%2F%2FR7VBBAf22sL7UG7yJU4BzlAz2KT%252B97Pu2vbCgvsHy0r9qaJBvxsKAdgCfQdIwExTVHyIJP%252BD1M%2FiK3mXDmBg%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.332420+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.808090+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" } } diff --git a/docs/source/tutorial/update-cancellation-doc.http b/docs/source/tutorial/update-cancellation-doc.http index 2e8ee2b2..d4febb9f 100644 --- a/docs/source/tutorial/update-cancellation-doc.http +++ b/docs/source/tutorial/update-cancellation-doc.http @@ -1,12 +1,12 @@ -PUT /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769/documents/652affa821654ccfb0e2e5f9226a3b7b?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +PUT /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51/documents/5b4e45743aa84b13879ae191977f2f63?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 333 +Content-Length: 335 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9dd82264a20143049df59a760458a4e8?KeyID=838a2d27&Signature=2J97rbQypJGQH2YLpd7pbolrLLvOYlMa3BJKEXvF6D7%2Fx6soxte77wLPjkdNQr4aOG8iE8wGL%2F1%2FYih73CNbDw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/3713458159774094b1a9581d87344da3?KeyID=f72c2842&Signature=xpCwa%2FYr6%2Bfeu8WB8v1%2B3EOpEgcdb0hb8XUyu4HJgAtqMjvSMXMU5A3epXC%2BOleTEEDvUR7uIbIZFr9XCuFXCw%3D%3D", "title": "Notice-2.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -22,12 +22,12 @@ Content-Type: application/json; charset=UTF-8 "hash": "md5:00000000000000000000000000000000", "description": "Changed description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/9dd82264a20143049df59a760458a4e8?KeyID=838a2d27&Signature=rK%2F8FUZHFPwTp51HAl5LKAvu2B%2FMWmWpgSsbVbzlo9%2FpX4JmrVMtmYBzNlGE1HPDCh%2Fbrqv1aFG1pavgg9sxBw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/3713458159774094b1a9581d87344da3?KeyID=f72c2842&Signature=zKkYR0a6Q%2FvctPLcpC836Yj%252BS9G2X01TTencNh4Kql9tu0Bn37Ed30P06w6ZPkO7vEXz9XeMLDTwo%252BSzU%2FbvDg%253D%253D", "title": "Notice-2.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.865865+03:00", - "id": "652affa821654ccfb0e2e5f9226a3b7b", - "dateModified": "2016-09-16T16:18:00.155422+03:00" + "datePublished": "2016-09-19T12:00:31.820064+03:00", + "id": "5b4e45743aa84b13879ae191977f2f63", + "dateModified": "2016-09-19T12:00:32.062630+03:00" } } diff --git a/docs/source/tutorial/upload-auction-notice.http b/docs/source/tutorial/upload-auction-notice.http index 670b0cf1..019f6197 100644 --- a/docs/source/tutorial/upload-auction-notice.http +++ b/docs/source/tutorial/upload-auction-notice.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 413 Content-Type: application/json @@ -9,7 +9,7 @@ Host: api-sandbox.ea.openprocurement.org "hash": "md5:00000000000000000000000000000000", "description": "document description", "title": "Notice.pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=ml0NGo394SxkOgylSpfvBnGs8tJ%2BXCvDl2l85Syo49G9eUc3eGpoaAYcd3fBMBM0bTh4%2FO%2BqINvMNNazcQB7BQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=NSeuGNy8odpQ%2FE6lUHHPhjRWz%2BZkFW4QJtm%2FAbPdYn53kUTWfRnNjYOG2UZ1WYD8xAciHxcBJYl8x8JWv1A9CA%3D%3D", "format": "application/pdf", "documentType": "technicalSpecifications" } @@ -18,20 +18,20 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents/1a8dfa8acee64f52bbe8e45b55b7b85b +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents/6e9b5f4dad8044278bd4d024a1a1ff65 { "data": { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/f85a5134d1d74e628cc5e995da6059bc?KeyID=838a2d27&Signature=5IXDYG52KHFR%252Bor5FzA2xMbAuPYIdAVMyTWgTQbFZEEUAWMxqS7ywTLd8PDumkOFqu%2FDWQEs4CH%2Fa%252Br4pU27CA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/45bb74f9760b4d11ae893552b77f06bd?KeyID=f72c2842&Signature=ChrxhbsqiMsnsBJMr0Tk50l2EaE%252BqvLhGXU4HWDRMdRRarNWi84lOCiH6uFRQY3H3OYQxgNhS1dgCYWCYbcpDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.105481+03:00", + "datePublished": "2016-09-19T12:00:29.704147+03:00", "documentType": "technicalSpecifications", - "id": "1a8dfa8acee64f52bbe8e45b55b7b85b", - "dateModified": "2016-09-16T16:17:57.105518+03:00" + "id": "6e9b5f4dad8044278bd4d024a1a1ff65", + "dateModified": "2016-09-19T12:00:29.704176+03:00" } } diff --git a/docs/source/tutorial/upload-award-criteria.http b/docs/source/tutorial/upload-award-criteria.http index fad8ed82..439b6c67 100644 --- a/docs/source/tutorial/upload-award-criteria.http +++ b/docs/source/tutorial/upload-award-criteria.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 332 +Content-Length: 336 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7a1191ed2879480dac96cf2c3afe6cf1?KeyID=838a2d27&Signature=Q6wy1fxqQzRdaHUKG9R6cdOvWhPWvvz11jt8OXB6vaCzDInM8VQkjXebqu4VndBDyz6hpfO66AOPOoRwTSfcAQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e2ee3325c89340c689f86c16f5109bae?KeyID=f72c2842&Signature=zh4GB0bJDqBoSSOnTNN1QiVKuEjPnAitMwoxQ7nwebcO9nI7NWQOlEAAKWze9SaeG23AYO%2FV%2BEoY0x2GoFbADA%3D%3D", "title": "AwardCriteria.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/documents/18b33a0bb4054886b6ad5ac97c239678 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/documents/aa764a7181324de792a3499f7b5ee3fb { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7a1191ed2879480dac96cf2c3afe6cf1?KeyID=838a2d27&Signature=ekIAzD0DGZIraeiT37N3gosa2fE%2FDFKlMoCOe2tC7g05FfsDNdx0VcK4qW8BSRQa0xsdYlHeUzQ7toCOuN%252BYCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e2ee3325c89340c689f86c16f5109bae?KeyID=f72c2842&Signature=fd%2FC%2FQnja3bKT4AkDSlKdLlcJ31RONGzbe6O9%252BLpmXuSycZaDznwUU6s8dy1tADxNQRCGISAQRxq4Ii5xLaPCw%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.257203+03:00", - "dateModified": "2016-09-16T16:17:57.257237+03:00", - "id": "18b33a0bb4054886b6ad5ac97c239678" + "datePublished": "2016-09-19T12:00:29.754289+03:00", + "dateModified": "2016-09-19T12:00:29.754316+03:00", + "id": "aa764a7181324de792a3499f7b5ee3fb" } } diff --git a/docs/source/tutorial/upload-bid-proposal.http b/docs/source/tutorial/upload-bid-proposal.http index 9a359edf..ff09ff05 100644 --- a/docs/source/tutorial/upload-bid-proposal.http +++ b/docs/source/tutorial/upload-bid-proposal.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents?acc_token=a3ab0150d5df4c678813861bf7b95c2c HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents?acc_token=ba22e896f9ed4c09bf0650db74207c59 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 335 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/884c80b4ef5c4e6db028fabd4a38ccaa?KeyID=838a2d27&Signature=3Le1WXcAG2A0mMx%2B9FuVR43q4YXR7pVB%2FiQiLwdH60BQ80h6aJQZho3ptiY5fQhO0vWs3S%2FQzoTCbZ4dWC%2B8Cg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/418aa93eb6ef4e79973457c8c111983a?KeyID=f72c2842&Signature=Vl0EOkdtTQxCF5sV%2B%2FQjItZX1vwX06vZp%2BlFvMGTB0vAhXuYnc9pD0Fx4Hs6l%2Bc3L0tka8SZ56zvkyY4pMwGCw%3D%3D", "title": "Proposal.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents/3bf8539138a04937ba784477e681bfa9 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents/ac61e8151436457b90828ca2bdd9b839 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/bids/4ea219dcffe54bda9f106d9609ef4070/documents/3bf8539138a04937ba784477e681bfa9?download=884c80b4ef5c4e6db028fabd4a38ccaa", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/bids/1c62513a026e445280f1d3115519af4b/documents/ac61e8151436457b90828ca2bdd9b839?download=418aa93eb6ef4e79973457c8c111983a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:57.798354+03:00", - "dateModified": "2016-09-16T16:17:57.798392+03:00", - "id": "3bf8539138a04937ba784477e681bfa9" + "datePublished": "2016-09-19T12:00:30.157061+03:00", + "dateModified": "2016-09-19T12:00:30.157091+03:00", + "id": "ac61e8151436457b90828ca2bdd9b839" } } diff --git a/docs/source/tutorial/upload-cancellation-doc.http b/docs/source/tutorial/upload-cancellation-doc.http index e1c92f12..7a9c6b38 100644 --- a/docs/source/tutorial/upload-cancellation-doc.http +++ b/docs/source/tutorial/upload-cancellation-doc.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769/documents?acc_token=ffdada9a59754aeca6b4fd1604b29147 HTTP/1.0 +POST /api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51/documents?acc_token=0e35fdfe8c9d45a3bdcef079068990e9 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 331 +Content-Length: 329 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cfee83d90ed94b4dba5480ab4c788a47?KeyID=838a2d27&Signature=a%2B0g9Dysosk7VliaX%2Fn6qExloWtDsrI7xuVgU6hUuDdin32%2B29cM8pwDsEd9RB8tRFSC5Pk5WwnxOVjVPc2UAw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e28f1aa132ad4f52b76237daee14186f?KeyID=f72c2842&Signature=qrFZLmcWLSNQAzJfBIjdUHa5PPN2R25dBD0Edd4dvrViM8LzJXF8mRA5wgJuk4fJB%2Buvf%2BWb2mz376ze69D1BQ%3D%3D", "title": "Notice.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/5573af0bada64bdbbe73e4372ae46a32/cancellations/e2054b6179e6411da29c34c1214fb769/documents/652affa821654ccfb0e2e5f9226a3b7b +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/a94a6fc2999f45eba3faa69f0a577d2f/cancellations/23dd8cae307f4f749f75e862b5b24a51/documents/5b4e45743aa84b13879ae191977f2f63 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cfee83d90ed94b4dba5480ab4c788a47?KeyID=838a2d27&Signature=EvsfUUmQlU%2FgheqUtQhp5ipD0F5hxyLV3uaiKKxfHWLDs52manawziCSH5o9U%2FQDs%252BZVsygEBJxyBhJ1E8VqDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/e28f1aa132ad4f52b76237daee14186f?KeyID=f72c2842&Signature=x7a%252BvMR5t7C1Ma%252BuS%252Ba%252BKG6%2F%2FWFBo7eKYVrF2qnRyDNr5WBXRNyNWbL5CFsmMj%2F0Qxy%252BdOTgbMOIU%2FmRlXl%2FDw%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:17:59.865865+03:00", - "dateModified": "2016-09-16T16:17:59.865910+03:00", - "id": "652affa821654ccfb0e2e5f9226a3b7b" + "datePublished": "2016-09-19T12:00:31.820064+03:00", + "dateModified": "2016-09-19T12:00:31.820089+03:00", + "id": "5b4e45743aa84b13879ae191977f2f63" } } diff --git a/docs/source/tutorial/upload-finauction-notice.http b/docs/source/tutorial/upload-finauction-notice.http index f0bab908..b3ad305d 100644 --- a/docs/source/tutorial/upload-finauction-notice.http +++ b/docs/source/tutorial/upload-finauction-notice.http @@ -1,15 +1,16 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents?acc_token=b1e80485543748f98d8de05d5e308989 HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents?acc_token=f5dcffce601147e79012b0a1a450a7cb HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 376 +Content-Length: 410 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8972e06cbb054348bd1541d8cffe0d12?KeyID=7e02a228&Signature=3iUVB2sh0LbCOsj%2FtY3loT0nrTZ1QDHlapOxUhuct8Ur%2F%2F3KRuRTmLq4rXhBKnaGJhuQB0rcuK%2FcRdeJ17lIDw%3D%3D", + "hash": "md5:00000000000000000000000000000000", + "description": "technical specification", "title": "Notice.pdf", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a35282b6540c4f09b172ae94a1661965?KeyID=5d03ea6b&Signature=AUgGz9EKkark096kLnQ6AQnCxXxGTNsUnvj9QHkkAr9rdJNfLQhsooWkDesIhrChKDhPCd6OJ6QN06ElXhg5Dg%3D%3D", "format": "application/pdf", - "hash": "md5:00000000000000000000000000000000", "documentType": "technicalSpecifications" } } @@ -17,19 +18,20 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/documents/c617deb800f2403b9617d6ffbfec18d0 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/documents/12cc54b47fb24aa599f5444218d79d0d { "data": { "hash": "md5:00000000000000000000000000000000", + "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8972e06cbb054348bd1541d8cffe0d12?KeyID=7e02a228&Signature=5eD7m7%2FqRfZya6rDkEppsA8KAmohY5G2gE2BpwPXr9sHGS84KouWN96K7%2FGNn4XsUG5P38UgpXJmth9yurrMCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a35282b6540c4f09b172ae94a1661965?KeyID=5d03ea6b&Signature=sdaI4TkkNGXIcVC%252B8o6b7bEqmRuItgeGHX2hCA%2Ffs42PyO4s%2FFgaVt5Hwl2KeY8ARRW%252BBDdJ7U3oVpnD0QgxDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.095483+03:00", + "datePublished": "2016-09-19T12:00:27.886033+03:00", "documentType": "technicalSpecifications", - "dateModified": "2016-09-16T16:23:54.095516+03:00", - "id": "c617deb800f2403b9617d6ffbfec18d0" + "id": "12cc54b47fb24aa599f5444218d79d0d", + "dateModified": "2016-09-19T12:00:27.886064+03:00" } } diff --git a/docs/source/tutorial/upload-finbid-proposal.http b/docs/source/tutorial/upload-finbid-proposal.http index 52964e42..edb517a8 100644 --- a/docs/source/tutorial/upload-finbid-proposal.http +++ b/docs/source/tutorial/upload-finbid-proposal.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545/documents?acc_token=8d53a2a1b627489e998aaea5794f0880 HTTP/1.0 +POST /api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9/documents?acc_token=7af7fc680ef1493598a05dbb30fa0b95 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 333 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/d8fb65ac50c3496186bef5e898ad2efe?KeyID=7e02a228&Signature=H452t0UumR4hXS4Tfp%2B150nza913nicnW%2Fi6yQwr1OaOo2sYXfu5fT0U1zVRXq%2FeJDQJLXL1BrXeschPvICSDw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/ab61573cd92a4dc2aa865959f73eb4dc?KeyID=5d03ea6b&Signature=92ofo0h%2BdBVTltkHGnxbQhHjnDho7JGFdw10jxIIGvV4XzZwa1uIG06U%2BAwV6mtXCa5dV77KZA%2FWFPtJ5OGYCg%3D%3D", "title": "Proposal.pdf", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf" @@ -16,18 +16,18 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 -Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545/documents/187bfca4f18547b0a3d2a6c269bb54d6 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9/documents/1687f965aa8f47ac8191c553e04b80bf { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/706c4c4a18d54e00a077064d496cb895/bids/108a119f7da042fbb48360f63c342545/documents/187bfca4f18547b0a3d2a6c269bb54d6?download=d8fb65ac50c3496186bef5e898ad2efe", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/aec6f83699b144ff89f095545e155f6c/bids/5b1cdc740f58440fb055365a165a23e9/documents/1687f965aa8f47ac8191c553e04b80bf?download=ab61573cd92a4dc2aa865959f73eb4dc", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2016-09-16T16:23:54.465900+03:00", - "dateModified": "2016-09-16T16:23:54.465930+03:00", - "id": "187bfca4f18547b0a3d2a6c269bb54d6" + "datePublished": "2016-09-19T12:00:28.186948+03:00", + "dateModified": "2016-09-19T12:00:28.186974+03:00", + "id": "1687f965aa8f47ac8191c553e04b80bf" } }