diff --git a/buildout.cfg b/buildout.cfg index a91ca79a..79d6fe5b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -8,6 +8,8 @@ auto-checkout = openprocurement.api openprocurement.auctions.core openprocurement.auctions.flash + openprocurement.schemas.dgf + schematics-flexible find-links = http://op:x9W3jZ@dist.quintagroup.com/op/ [test] @@ -17,9 +19,13 @@ eggs = openprocurement.auctions.dgf openprocurement.api [test] nose + openprocurement.schemas.dgf + schematics-flexible [sources] openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=ea_production openprocurement.auctions.flash = git https://github.com/openprocurement/openprocurement.auctions.flash.git openprocurement.auctions.core = git https://github.com/openprocurement/openprocurement.auctions.core.git +schematics-flexible = git https://github.com/openprocurement/schematics-flexible.git +openprocurement.schemas.dgf = git https://github.com/openprocurement/openprocurement.schemas.dgf.git \ No newline at end of file diff --git a/docs/source/qualification/award-active-cancel-disqualify.http b/docs/source/qualification/award-active-cancel-disqualify.http index 3896c98d..065d2995 100644 --- a/docs/source/qualification/award-active-cancel-disqualify.http +++ b/docs/source/qualification/award-active-cancel-disqualify.http @@ -1,4 +1,8 @@ +<<<<<<< HEAD PATCH /api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/27de40b4b1f34704bd129d137793f41c?acc_token=2b3771d637ee4a69bc526df9419d9346 HTTP/1.0 +======= +PATCH /api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/38c818341580494aaea7b79a627dd876?acc_token=cbfa815b2be643988519fbfa9bae51bc HTTP/1.0 +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a Authorization: Basic YnJva2VyOg== Content-Length: 146 Content-Type: application/json @@ -15,7 +19,11 @@ Host: api-sandbox.ea.openprocurement.org 200 OK Content-Type: application/json; charset=UTF-8 +<<<<<<< HEAD Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/29fa621c25c9474f97218727d825fae4 +======= +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/5cff30adb0c04485b60191aa749efc42 +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a { "data": { @@ -25,18 +33,32 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad5088523 "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", "format": "application/pdf", +<<<<<<< HEAD "url": "http://public.docs-sandbox.ea.openprocurement.org/get/989fc783c3dc44a8a10a2d6db93ec6e3?KeyID=65db22b2&Signature=g3uPJmhgGvac%252Bwj3VQuz18dNCBp6SJNzNQyhs6IaOyaNX5eDvu%2FLYp8ftimUUxysmPeTIRXpE2aeqVmVvguDDw%253D%253D", "title": "Disqualified_reason.pdf", "documentOf": "tender", "datePublished": "2016-12-02T19:52:44.260574+02:00", "dateModified": "2016-12-02T19:52:44.260628+02:00", "id": "c4e5cb5569f1482fbe00d0ce67a45d53" +======= + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7ff79c00fb9a499193dcec45f7520db5?KeyID=d6e35c6f&Signature=aU%252BOpJP3pwMCShiTepteA%252BHwhUrnYY8k1Q8uQdZn78DV8avvDIBdC3PMRJc%2F9MWOKC6D8dFexTl%252BKlsToL22CA%253D%253D", + "title": "Disqualified_reason.pdf", + "documentOf": "tender", + "datePublished": "2016-12-21T19:57:55.128666+02:00", + "dateModified": "2016-12-21T19:57:55.128701+02:00", + "id": "f18bf4b2d47d48d19cf16f6ab176033c" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a } ], "description": "Candidate didn’t sign the auction protocol in 3 business days", "complaintPeriod": { +<<<<<<< HEAD "startDate": "2016-12-02T19:52:44.025803+02:00", "endDate": "2016-12-02T19:52:44.475165+02:00" +======= + "startDate": "2016-12-21T19:57:54.970672+02:00", + "endDate": "2016-12-21T19:57:55.259862+02:00" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a }, "suppliers": [ { @@ -61,14 +83,23 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad5088523 } ], "title": "Disqualified", +<<<<<<< HEAD "bid_id": "3c10053a459b48759e0f8bd371133786", +======= + "bid_id": "f42f2b9b4122448cbdc199a9c387984b", +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a "value": { "currency": "UAH", "amount": 475.0, "valueAddedTaxIncluded": true }, +<<<<<<< HEAD "date": "2016-12-02T19:52:44.498472+02:00", "id": "27de40b4b1f34704bd129d137793f41c" +======= + "date": "2016-12-21T19:57:55.270432+02:00", + "id": "38c818341580494aaea7b79a627dd876" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a } } diff --git a/docs/source/qualification/award-active-cancel-upload.http b/docs/source/qualification/award-active-cancel-upload.http index 33bb8a3e..7f0c36f8 100644 --- a/docs/source/qualification/award-active-cancel-upload.http +++ b/docs/source/qualification/award-active-cancel-upload.http @@ -1,12 +1,20 @@ +<<<<<<< HEAD POST /api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/27de40b4b1f34704bd129d137793f41c/documents?acc_token=2b3771d637ee4a69bc526df9419d9346 HTTP/1.0 +======= +POST /api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/38c818341580494aaea7b79a627dd876/documents?acc_token=cbfa815b2be643988519fbfa9bae51bc HTTP/1.0 +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a Authorization: Basic YnJva2VyOg== -Content-Length: 386 +Content-Length: 384 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { +<<<<<<< HEAD "url": "http://public.docs-sandbox.ea.openprocurement.org/get/989fc783c3dc44a8a10a2d6db93ec6e3?KeyID=65db22b2&Signature=6AR2DH2oHchcNpplCmByuYizLrQSH0TGK61nnK1t0oyFkeyba8%2Fgxe9ZDf0GD2QIYVaxcynpA%2Fyx%2Br0mHg0kAw%3D%3D", +======= + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7ff79c00fb9a499193dcec45f7520db5?KeyID=d6e35c6f&Signature=uFpLyQRLUwP4PeBXo1HAlw5GYAOe5FXwSGqj%2BxWRNNGAxWtz6ZvneoqJ8ujc7QcfXI%2FCyE4Ubr7EBkOFXNJiDQ%3D%3D", +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a "title": "Disqualified_reason.pdf", "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", @@ -17,19 +25,32 @@ Host: api-sandbox.ea.openprocurement.org 201 Created Content-Type: application/json; charset=UTF-8 +<<<<<<< HEAD Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/27de40b4b1f34704bd129d137793f41c/documents/c4e5cb5569f1482fbe00d0ce67a45d53 +======= +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/38c818341580494aaea7b79a627dd876/documents/f18bf4b2d47d48d19cf16f6ab176033c +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a { "data": { "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", "format": "application/pdf", +<<<<<<< HEAD "url": "http://public.docs-sandbox.ea.openprocurement.org/get/989fc783c3dc44a8a10a2d6db93ec6e3?KeyID=65db22b2&Signature=g3uPJmhgGvac%252Bwj3VQuz18dNCBp6SJNzNQyhs6IaOyaNX5eDvu%2FLYp8ftimUUxysmPeTIRXpE2aeqVmVvguDDw%253D%253D", "title": "Disqualified_reason.pdf", "documentOf": "tender", "datePublished": "2016-12-02T19:52:44.260574+02:00", "dateModified": "2016-12-02T19:52:44.260628+02:00", "id": "c4e5cb5569f1482fbe00d0ce67a45d53" +======= + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/7ff79c00fb9a499193dcec45f7520db5?KeyID=d6e35c6f&Signature=aU%252BOpJP3pwMCShiTepteA%252BHwhUrnYY8k1Q8uQdZn78DV8avvDIBdC3PMRJc%2F9MWOKC6D8dFexTl%252BKlsToL22CA%253D%253D", + "title": "Disqualified_reason.pdf", + "documentOf": "tender", + "datePublished": "2016-12-21T19:57:55.128666+02:00", + "dateModified": "2016-12-21T19:57:55.128701+02:00", + "id": "f18bf4b2d47d48d19cf16f6ab176033c" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a } } diff --git a/docs/source/qualification/award-active-cancel.http b/docs/source/qualification/award-active-cancel.http index 0a67f38a..e2f0d50d 100644 --- a/docs/source/qualification/award-active-cancel.http +++ b/docs/source/qualification/award-active-cancel.http @@ -1,4 +1,8 @@ +<<<<<<< HEAD PATCH /api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/2c6df40ce4904b3b831663e96064a085?acc_token=2b3771d637ee4a69bc526df9419d9346 HTTP/1.0 +======= +PATCH /api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/6666a3343c504f20bac61045217de457?acc_token=cbfa815b2be643988519fbfa9bae51bc HTTP/1.0 +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a Authorization: Basic YnJva2VyOg== Content-Length: 33 Content-Type: application/json @@ -13,14 +17,23 @@ Host: api-sandbox.ea.openprocurement.org 200 OK Content-Type: application/json; charset=UTF-8 +<<<<<<< HEAD Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad508852384ef7b62fdb69b2239597/awards/27de40b4b1f34704bd129d137793f41c +======= +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/83cfeb7141804609a5edcc700bef1ba2/awards/38c818341580494aaea7b79a627dd876 +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a { "data": { "status": "cancelled", "complaintPeriod": { +<<<<<<< HEAD "startDate": "2016-12-02T19:52:43.761952+02:00", "endDate": "2016-12-02T19:52:43.898225+02:00" +======= + "startDate": "2016-12-21T19:57:54.720017+02:00", + "endDate": "2016-12-21T19:57:54.857749+02:00" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a }, "suppliers": [ { @@ -44,14 +57,23 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2fad5088523 } } ], +<<<<<<< HEAD "bid_id": "3c10053a459b48759e0f8bd371133786", +======= + "bid_id": "f42f2b9b4122448cbdc199a9c387984b", +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a "value": { "currency": "UAH", "amount": 475.0, "valueAddedTaxIncluded": true }, +<<<<<<< HEAD "date": "2016-12-02T19:52:44.039504+02:00", "id": "2c6df40ce4904b3b831663e96064a085" +======= + "date": "2016-12-21T19:57:54.979744+02:00", + "id": "6666a3343c504f20bac61045217de457" +>>>>>>> a4ea63f1d9d94975bc16dd220243459e640fe56a } } diff --git a/docs/source/qualification/award-active-disqualify.http b/docs/source/qualification/award-active-disqualify.http index 551d8c5b..b2d58fbc 100644 --- a/docs/source/qualification/award-active-disqualify.http +++ b/docs/source/qualification/award-active-disqualify.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/87cbaf905f744171bbb68247868d55cf/awards/bea26852644e4800800bedfbc0d1e1cd?acc_token=1db0c376545f47ffa3c3647df401ac95 HTTP/1.0 +PATCH /api/2.3/auctions/9a59bb8ceebb45e1a8cb066f45d0559e/awards/1eb3796bc4644f8fad147a3f04d3be97?acc_token=099c222b8df344d7b76ae485e4b994ef HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 146 Content-Type: application/json @@ -20,38 +20,38 @@ Content-Type: application/json; charset=UTF-8 "data": { "status": "unsuccessful", "paymentPeriod": { - "startDate": "2017-02-15T11:48:39.525031+02:00", - "endDate": "2017-02-15T11:59:39.525031+02:00" + "startDate": "2017-02-15T12:04:17.851809+02:00", + "endDate": "2017-02-15T12:15:17.851809+02:00" }, "documents": [ { - "dateModified": "2017-02-15T11:48:39.740839+02:00", + "dateModified": "2017-02-15T12:04:18.013183+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1b4f2812c55d4ff9aeab47ffb333617a?KeyID=62e7abe7&Signature=V1hLnrhpQN9OkVxjOpbMcLgZK9Z8t6PEnULYOoZobVIXF2EvrbKT%2FjVh27BE7OtDejYn8aa5dhxvKKE1y4dzCw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6eff2b7698c24fcfa14c689c18f8d64d?KeyID=c6a6a5ed&Signature=iKsBKCBUv57PkEYBl%252BeVH%2FqfANPeGei4P6vuEpGg6PzSAWUaYCgCEztduf9mNTnix3OTJqRGOuJdxpVZts5LCA%253D%253D", "author": "bid_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:39.740788+02:00", + "datePublished": "2017-02-15T12:04:18.013145+02:00", "documentType": "auctionProtocol", "title": "auction_protocol.pdf", - "id": "a873cc9a165e4d8d875200a6a42f101e" + "id": "8120076381c04f20b549b57e7940cca8" }, { - "dateModified": "2017-02-15T11:48:40.022583+02:00", + "dateModified": "2017-02-15T12:04:18.130350+02:00", "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", "author": "auction_owner", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/973b2fe3b6294810a31d72de1b311e30?KeyID=62e7abe7&Signature=fJPMz1nIru00OiJzr4WxKkE8EMZ%2FaSiFP48FjlvNBXuXOQZjzbZrp0ZZv7f4Di0YxrOobNVE3tXNm%2FeAcfVsDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc469afdc2f54f4a94355789d1a3f3f2?KeyID=c6a6a5ed&Signature=RkCWFPk0vXb7wx7sYfoHvvO1V6MEl8xYLn09FBlGbl0lzr%2Fg1irT9hEB0Kx7fbgq1lHpIQMIuwctTVC2XSUGAA%253D%253D", "format": "application/pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:40.022537+02:00", + "datePublished": "2017-02-15T12:04:18.130320+02:00", "title": "Disqualified_reason.pdf", - "id": "6735edffd6504d528e1a812b72cafa07" + "id": "3980d9d058664ba5b37bc5944d750ba9" } ], "verificationPeriod": { - "startDate": "2017-02-15T11:48:39.525031+02:00", - "endDate": "2017-02-15T11:48:40.263099+02:00" + "startDate": "2017-02-15T12:04:17.851809+02:00", + "endDate": "2017-02-15T12:04:18.388893+02:00" }, "description": "Candidate didn’t sign the auction protocol in 3 business days", "title": "Disqualified", @@ -78,20 +78,20 @@ Content-Type: application/json; charset=UTF-8 } ], "complaintPeriod": { - "startDate": "2017-02-15T11:48:39.525031+02:00", - "endDate": "2017-02-15T11:48:40.263099+02:00" + "startDate": "2017-02-15T12:04:17.851809+02:00", + "endDate": "2017-02-15T12:04:18.388893+02:00" }, - "bid_id": "3e5b169128cd4970b358acc2f3851fb9", + "bid_id": "4a072664a1134db18bc662ec5e73fc0e", "value": { "currency": "UAH", "amount": 475.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:40.305793+02:00", - "id": "bea26852644e4800800bedfbc0d1e1cd", + "date": "2017-02-15T12:04:18.402870+02:00", + "id": "1eb3796bc4644f8fad147a3f04d3be97", "signingPeriod": { - "startDate": "2017-02-15T11:48:39.525031+02:00", - "endDate": "2017-02-15T11:59:39.525031+02:00" + "startDate": "2017-02-15T12:04:17.851809+02:00", + "endDate": "2017-02-15T12:15:17.851809+02:00" } } } diff --git a/docs/source/qualification/award-active-unsuccessful-upload.http b/docs/source/qualification/award-active-unsuccessful-upload.http index 0fae19a3..d9113ea9 100644 --- a/docs/source/qualification/award-active-unsuccessful-upload.http +++ b/docs/source/qualification/award-active-unsuccessful-upload.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/87cbaf905f744171bbb68247868d55cf/awards/bea26852644e4800800bedfbc0d1e1cd/documents?acc_token=1db0c376545f47ffa3c3647df401ac95 HTTP/1.0 +POST /api/2.3/auctions/9a59bb8ceebb45e1a8cb066f45d0559e/awards/1eb3796bc4644f8fad147a3f04d3be97/documents?acc_token=099c222b8df344d7b76ae485e4b994ef HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 386 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/973b2fe3b6294810a31d72de1b311e30?KeyID=62e7abe7&Signature=o8HmrRrhBZhsXSbUKavfXeitGLD21qrUZgF4NKl1DdoD6TD%2B6Qe6bPG2ChyhL0HJpADxqvtvRqf8H%2BSsWMt%2FDQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc469afdc2f54f4a94355789d1a3f3f2?KeyID=c6a6a5ed&Signature=clh5w0e8BNXnV41HLh%2BIEkIfp8Swu1geLg1RRkXQfxR2j0exvxeCmE4G%2Bq0L9YKiaBJF3d0L3JG%2FeD2F1EHOAw%3D%3D", "title": "Disqualified_reason.pdf", "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", @@ -17,20 +17,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/87cbaf905f744171bbb68247868d55cf/awards/bea26852644e4800800bedfbc0d1e1cd/documents/6735edffd6504d528e1a812b72cafa07 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/9a59bb8ceebb45e1a8cb066f45d0559e/awards/1eb3796bc4644f8fad147a3f04d3be97/documents/3980d9d058664ba5b37bc5944d750ba9 { "data": { - "dateModified": "2017-02-15T11:48:40.022583+02:00", + "dateModified": "2017-02-15T12:04:18.130350+02:00", "hash": "md5:00000000000000000000000000000000", "description": "Disqualification reason", "author": "auction_owner", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/973b2fe3b6294810a31d72de1b311e30?KeyID=62e7abe7&Signature=fJPMz1nIru00OiJzr4WxKkE8EMZ%2FaSiFP48FjlvNBXuXOQZjzbZrp0ZZv7f4Di0YxrOobNVE3tXNm%2FeAcfVsDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/fc469afdc2f54f4a94355789d1a3f3f2?KeyID=c6a6a5ed&Signature=RkCWFPk0vXb7wx7sYfoHvvO1V6MEl8xYLn09FBlGbl0lzr%2Fg1irT9hEB0Kx7fbgq1lHpIQMIuwctTVC2XSUGAA%253D%253D", "format": "application/pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:40.022537+02:00", + "datePublished": "2017-02-15T12:04:18.130320+02:00", "title": "Disqualified_reason.pdf", - "id": "6735edffd6504d528e1a812b72cafa07" + "id": "3980d9d058664ba5b37bc5944d750ba9" } } diff --git a/docs/source/qualification/award-waiting-cancel.http b/docs/source/qualification/award-waiting-cancel.http index 8d2a12e4..abb77653 100644 --- a/docs/source/qualification/award-waiting-cancel.http +++ b/docs/source/qualification/award-waiting-cancel.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/awards/d87ec5270edc4b879678bf002353e8a0?acc_token=86aae1a55f6b45779e49ca7dc8a100c1 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/8501a6b862524b4fb89a7ed57706d094?acc_token=f2d99d3116eb4bb9a37edab822d395e4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 33 Content-Type: application/json @@ -18,8 +18,8 @@ Content-Type: application/json; charset=UTF-8 "data": { "status": "cancelled", "complaintPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:48:46.435268+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:04:23.483622+02:00" }, "suppliers": [ { @@ -43,14 +43,14 @@ Content-Type: application/json; charset=UTF-8 } } ], - "bid_id": "228b7e67141b464eb6fac7258ff00757", + "bid_id": "453c894f713e41c8ad2b8550add3c927", "value": { "currency": "UAH", "amount": 500.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:46.445215+02:00", - "id": "d87ec5270edc4b879678bf002353e8a0" + "date": "2017-02-15T12:04:23.493069+02:00", + "id": "8501a6b862524b4fb89a7ed57706d094" } } diff --git a/docs/source/standard/document.rst b/docs/source/standard/document.rst index 79eaadd6..a6c47bdd 100644 --- a/docs/source/standard/document.rst +++ b/docs/source/standard/document.rst @@ -56,14 +56,14 @@ Schema A non-disclosure agreement between a participant and a bank/Deposit Guarantee Fund. + * `x_dgfAssetFamiliarization` - **Asset Familiarization** + + Goods examination procedure rules / Asset familiarization procedure in data room. Contains information on where and when a given document can be examined offline. + * `x_dgfPlatformLegalDetails` - **Platform Legal Details** Place and application forms for participation in the auction as well as bank details for transferring guarantee deposits. - * `x_dgfAssetFamiliarization` - **Asset Familiarization** - - Goods examination procedure rules / Asset familiarization procedure in data room. Contains information on where and when a given document can be examined offline. - Possible values for :ref:`award` diff --git a/docs/source/tutorial/activate-bidder.http b/docs/source/tutorial/activate-bidder.http index 5891e849..1a6afea9 100644 --- a/docs/source/tutorial/activate-bidder.http +++ b/docs/source/tutorial/activate-bidder.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757?acc_token=86aae1a55f6b45779e49ca7dc8a100c1 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927?acc_token=f2d99d3116eb4bb9a37edab822d395e4 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 }, - "date": "2017-02-15T11:48:45.059489+02:00", + "date": "2017-02-15T12:04:22.253975+02:00", "qualified": true, "tenderers": [ { @@ -47,7 +47,7 @@ Content-Type: application/json; charset=UTF-8 } ], "owner": "broker", - "id": "228b7e67141b464eb6fac7258ff00757" + "id": "453c894f713e41c8ad2b8550add3c927" } } diff --git a/docs/source/tutorial/activate-finbidder.http b/docs/source/tutorial/activate-finbidder.http index 137df84d..ea8801d4 100644 --- a/docs/source/tutorial/activate-finbidder.http +++ b/docs/source/tutorial/activate-finbidder.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8?acc_token=d43f8072e3434664a166f897b7056f84 HTTP/1.0 +PATCH /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1?acc_token=cf1d5755ed9843d388c5c2759806fc5f 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 93f7c759..60fcf58a 100644 --- a/docs/source/tutorial/active-cancellation.http +++ b/docs/source/tutorial/active-cancellation.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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/0e9d48d6370f4580b40695201d635ec3?KeyID=91671178&Signature=BsUBe%2FtVGN9J5qJlIwW7Jmvwdz%2FZ%2FyIpfNQatzspVab75sJI35eko0cLZ0huy5SaHHd8AiNDQ9oiV9E1Xw8ADg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1d44ad14742d4dd68c4a6f7cdf548013?KeyID=513f88c1&Signature=QCI%2FZrQmMWwBEcElppEHFAS1AB7lzgrbX8ud2J7dL1g5%252BcA6iPklOUb2%252BJX0Xoun9ViBTtlJ8t2%2FlUpWhm6SDg%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:48.342615+02:00", - "dateModified": "2017-02-15T11:48:48.342661+02:00", - "id": "4353c853028e4416bfd13d7fedec11bd" + "datePublished": "2017-02-15T12:04:25.340640+02:00", + "dateModified": "2017-02-15T12:04:25.340688+02:00", + "id": "b5df08b9fd83467ebbcba4beaca58043" }, { "hash": "md5:00000000000000000000000000000000", "description": "Changed description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/0ae7c15639364e5ba3d13585006d453d?KeyID=91671178&Signature=RdxT4QFXIx8KqM0VKtdEe3rkEtlIQ268wcDtjbsMgv5vGJ0VGHzQJ6i0HRNMuwtLwbMZF7zm5qr26%2FTfyFpTAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/67b6d7550d0f4c46a17ebadec188f568?KeyID=513f88c1&Signature=j3mfFe%2FAvkQj0bkPkmIL0vLZmi6%2FLkOf1DNvHKVl4akf%252BhbNcdCza5sCwNgBA2BfB2vLIeuQGsCwhKQXuBl%2FCw%253D%253D", "title": "Notice-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:48.342615+02:00", - "dateModified": "2017-02-15T11:48:48.846937+02:00", - "id": "4353c853028e4416bfd13d7fedec11bd" + "datePublished": "2017-02-15T12:04:25.340640+02:00", + "dateModified": "2017-02-15T12:04:25.819938+02:00", + "id": "b5df08b9fd83467ebbcba4beaca58043" } ], "reason": "cancellation reason", - "date": "2017-02-15T11:48:49.065696+02:00", + "date": "2017-02-15T12:04:26.102335+02:00", "cancellationOf": "tender", - "id": "37137b6992c74125b414f756ce9ac6e7" + "id": "600a1e12d81646afa22610152ac11f3c" } } diff --git a/docs/source/tutorial/add-asset-familiarization-document.http b/docs/source/tutorial/add-asset-familiarization-document.http index bf9404fb..70a6e723 100644 --- a/docs/source/tutorial/add-asset-familiarization-document.http +++ b/docs/source/tutorial/add-asset-familiarization-document.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 160 Content-Type: application/json @@ -15,7 +15,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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/5c0db6abb29943be8464cd52c98dac6e +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/6026abe4ae144eb1a521d51b4e555a14 { "data": { @@ -23,10 +23,10 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "format": "offline/on-site-examination", "accessDetails": "Familiar with asset: days, time, address", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.745192+02:00", + "datePublished": "2017-02-15T12:04:21.950020+02:00", "documentType": "x_dgfAssetFamiliarization", - "dateModified": "2017-02-15T11:48:44.745222+02:00", - "id": "5c0db6abb29943be8464cd52c98dac6e" + "dateModified": "2017-02-15T12:04:21.950063+02:00", + "id": "6026abe4ae144eb1a521d51b4e555a14" } } diff --git a/docs/source/tutorial/answer-question.http b/docs/source/tutorial/answer-question.http index 5af18034..07402756 100644 --- a/docs/source/tutorial/answer-question.http +++ b/docs/source/tutorial/answer-question.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/questions/884f91f1e2624fe59fa733589b03352d?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/questions/0da101e71af24bafbab478e1d09f469a?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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": "2017-02-15T11:48:44.839221+02:00", + "date": "2017-02-15T12:04:22.047860+02:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "884f91f1e2624fe59fa733589b03352d", + "id": "0da101e71af24bafbab478e1d09f469a", "questionOf": "tender" } } diff --git a/docs/source/tutorial/ask-question.http b/docs/source/tutorial/ask-question.http index fb1f839b..09bac5f4 100644 --- a/docs/source/tutorial/ask-question.http +++ b/docs/source/tutorial/ask-question.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/questions HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/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/f6a8d0f1fd564397b3f1fd30ce85b004/questions/884f91f1e2624fe59fa733589b03352d +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/questions/0da101e71af24bafbab478e1d09f469a { "data": { @@ -62,8 +62,8 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "locality": "м. Вінниця" } }, - "date": "2017-02-15T11:48:44.839221+02:00", - "id": "884f91f1e2624fe59fa733589b03352d", + "date": "2017-02-15T12:04:22.047860+02:00", + "id": "0da101e71af24bafbab478e1d09f469a", "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 51292833..6173712f 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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/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/c6990ffa51b84b228ba8164a73898c4c?KeyID=91671178&Signature=fwi%252BQ9N8KjJumyl7IJVHDtMgR1RLaKPZr4xMtyafcMWQ76Y9HhnVfir49dIAW%252B%252B56UDQrqT50MFfQ7RTXfSQAA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8eb0fee5b2b64cffbec18d9c976fcbc7?KeyID=513f88c1&Signature=L3jr0lH5LbCA0GpoRB5q3RZArOvvqm0eFm28LDluoA2pNhTHO%2FkKDnjtTFEtLmpamaffTZdFOrlJJT9L90ELCg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.468636+02:00", - "dateModified": "2017-02-15T11:48:47.468662+02:00", - "id": "fa19ff46a4fc4c0d9f7a5cdbc84a3810" + "datePublished": "2017-02-15T12:04:24.443236+02:00", + "dateModified": "2017-02-15T12:04:24.443262+02:00", + "id": "407fd791943044d9a5be9740b856da82" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/55c887b4c3ea49b2a6e588df9ef47b61?KeyID=91671178&Signature=ZnQsrXOcpjuy0Bs5VrF%2FTynToYwP7BykFuCOq7%252BKnRr9CV703yZUld%252BXrvHfQGbelWJMoAtxLFFYl0ThyLlLDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8bf49c6d068344b6a063f52525bee61c?KeyID=513f88c1&Signature=H%2FykZFxwpG4YN9BaNQHSf%252BHj2xb870rWR%252ByS3FZ1P0jiPZnBTNqEtsPw%2FQ3dd2%2FZczQLsodKGl2RCxLVjNizBQ%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.667814+02:00", - "dateModified": "2017-02-15T11:48:47.667852+02:00", - "id": "91683f03ea1e4ecd959e834578ddce9b" + "datePublished": "2017-02-15T12:04:24.653834+02:00", + "dateModified": "2017-02-15T12:04:24.653858+02:00", + "id": "f98758a0ed0b4f06a335dbfe6cba86ca" } ] } diff --git a/docs/source/tutorial/auction-contract-get-documents.http b/docs/source/tutorial/auction-contract-get-documents.http index f51a6e9c..6505bcb4 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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/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/c6990ffa51b84b228ba8164a73898c4c?KeyID=91671178&Signature=fwi%252BQ9N8KjJumyl7IJVHDtMgR1RLaKPZr4xMtyafcMWQ76Y9HhnVfir49dIAW%252B%252B56UDQrqT50MFfQ7RTXfSQAA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8eb0fee5b2b64cffbec18d9c976fcbc7?KeyID=513f88c1&Signature=L3jr0lH5LbCA0GpoRB5q3RZArOvvqm0eFm28LDluoA2pNhTHO%2FkKDnjtTFEtLmpamaffTZdFOrlJJT9L90ELCg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.468636+02:00", - "dateModified": "2017-02-15T11:48:47.468662+02:00", - "id": "fa19ff46a4fc4c0d9f7a5cdbc84a3810" + "datePublished": "2017-02-15T12:04:24.443236+02:00", + "dateModified": "2017-02-15T12:04:24.443262+02:00", + "id": "407fd791943044d9a5be9740b856da82" } ] } diff --git a/docs/source/tutorial/auction-contract-period.http b/docs/source/tutorial/auction-contract-period.http index d7be4839..bf1e3e39 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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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": "2017-02-15T11:48:32.681534", - "endDate": "2018-02-15T11:48:32.681534" + "startDate": "2017-02-15T12:04:13.069421", + "endDate": "2018-02-15T12:04:13.069421" } } } @@ -26,7 +26,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -35,7 +35,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "unit": { "code": "44617100-9", "name": "item" @@ -66,17 +74,17 @@ Content-Type: application/json; charset=UTF-8 } ], "period": { - "startDate": "2017-02-15T11:48:32.681534+02:00", - "endDate": "2018-02-15T11:48:32.681534+02:00" + "startDate": "2017-02-15T12:04:13.069421+02:00", + "endDate": "2018-02-15T12:04:13.069421+02:00" }, "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:47.088725+02:00", - "awardID": "9bd8a6d2f7624bcebe94c2333eb5cbc7", - "id": "81887b6893c24f98a6f5909aa71c0ebb", + "date": "2017-02-15T12:04:24.069943+02:00", + "awardID": "7b73afec0618469286be741f0151924d", + "id": "f8ee7baf0eaf41038c1ba5a76709c4cc", "contractID": "UA-EA-2017-02-15-000001-1" } } diff --git a/docs/source/tutorial/auction-contract-sign.http b/docs/source/tutorial/auction-contract-sign.http index 83d5f879..7a24e572 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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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": "2017-02-15T11:48:47.826728+02:00" + "dateSigned": "2017-02-15T12:04:24.815066+02: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/c6990ffa51b84b228ba8164a73898c4c?KeyID=91671178&Signature=fwi%252BQ9N8KjJumyl7IJVHDtMgR1RLaKPZr4xMtyafcMWQ76Y9HhnVfir49dIAW%252B%252B56UDQrqT50MFfQ7RTXfSQAA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8eb0fee5b2b64cffbec18d9c976fcbc7?KeyID=513f88c1&Signature=L3jr0lH5LbCA0GpoRB5q3RZArOvvqm0eFm28LDluoA2pNhTHO%2FkKDnjtTFEtLmpamaffTZdFOrlJJT9L90ELCg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.468636+02:00", - "dateModified": "2017-02-15T11:48:47.468662+02:00", - "id": "fa19ff46a4fc4c0d9f7a5cdbc84a3810" + "datePublished": "2017-02-15T12:04:24.443236+02:00", + "dateModified": "2017-02-15T12:04:24.443262+02:00", + "id": "407fd791943044d9a5be9740b856da82" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/55c887b4c3ea49b2a6e588df9ef47b61?KeyID=91671178&Signature=ZnQsrXOcpjuy0Bs5VrF%2FTynToYwP7BykFuCOq7%252BKnRr9CV703yZUld%252BXrvHfQGbelWJMoAtxLFFYl0ThyLlLDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8bf49c6d068344b6a063f52525bee61c?KeyID=513f88c1&Signature=H%2FykZFxwpG4YN9BaNQHSf%252BHj2xb870rWR%252ByS3FZ1P0jiPZnBTNqEtsPw%2FQ3dd2%2FZczQLsodKGl2RCxLVjNizBQ%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.667814+02:00", - "dateModified": "2017-02-15T11:48:47.667852+02:00", - "id": "91683f03ea1e4ecd959e834578ddce9b" + "datePublished": "2017-02-15T12:04:24.653834+02:00", + "dateModified": "2017-02-15T12:04:24.653858+02:00", + "id": "f98758a0ed0b4f06a335dbfe6cba86ca" } ], "items": [ @@ -46,7 +46,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -55,7 +55,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "unit": { "code": "44617100-9", "name": "item" @@ -86,18 +94,18 @@ Content-Type: application/json; charset=UTF-8 } ], "period": { - "startDate": "2017-02-15T11:48:32.681534+02:00", - "endDate": "2018-02-15T11:48:32.681534+02:00" + "startDate": "2017-02-15T12:04:13.069421+02:00", + "endDate": "2018-02-15T12:04:13.069421+02:00" }, "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "dateSigned": "2017-02-15T11:48:47.826728+02:00", - "date": "2017-02-15T11:48:47.922351+02:00", - "awardID": "9bd8a6d2f7624bcebe94c2333eb5cbc7", - "id": "81887b6893c24f98a6f5909aa71c0ebb", + "dateSigned": "2017-02-15T12:04:24.815066+02:00", + "date": "2017-02-15T12:04:24.910697+02:00", + "awardID": "7b73afec0618469286be741f0151924d", + "id": "f8ee7baf0eaf41038c1ba5a76709c4cc", "contractID": "UA-EA-2017-02-15-000001-1" } } diff --git a/docs/source/tutorial/auction-contract-upload-document.http b/docs/source/tutorial/auction-contract-upload-document.http index 47587682..9f5ce0fc 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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 349 +Content-Length: 353 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/c6990ffa51b84b228ba8164a73898c4c?KeyID=91671178&Signature=rcIbE1Y9nYeP0cCRM0uHvqcAgWTK4KDMmJswWwOn%2BC2LvAQD8kNIQYHIZHoNNDujP%2B5PqibWC3vMzKpv40jYBQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8eb0fee5b2b64cffbec18d9c976fcbc7?KeyID=513f88c1&Signature=%2BaFYjxG5DSIXqQOqoYLxWG4%2Bb27dwV68aqq%2FgH39x%2BgbW5NnXUR8PEh7Hhqs3aCF1Cz8bOO4GuXTiRmwkD8KAA%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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents/fa19ff46a4fc4c0d9f7a5cdbc84a3810 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/documents/407fd791943044d9a5be9740b856da82 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/c6990ffa51b84b228ba8164a73898c4c?KeyID=91671178&Signature=fwi%252BQ9N8KjJumyl7IJVHDtMgR1RLaKPZr4xMtyafcMWQ76Y9HhnVfir49dIAW%252B%252B56UDQrqT50MFfQ7RTXfSQAA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8eb0fee5b2b64cffbec18d9c976fcbc7?KeyID=513f88c1&Signature=L3jr0lH5LbCA0GpoRB5q3RZArOvvqm0eFm28LDluoA2pNhTHO%2FkKDnjtTFEtLmpamaffTZdFOrlJJT9L90ELCg%253D%253D", "title": "contract_first_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.468636+02:00", - "dateModified": "2017-02-15T11:48:47.468662+02:00", - "id": "fa19ff46a4fc4c0d9f7a5cdbc84a3810" + "datePublished": "2017-02-15T12:04:24.443236+02:00", + "dateModified": "2017-02-15T12:04:24.443262+02:00", + "id": "407fd791943044d9a5be9740b856da82" } } diff --git a/docs/source/tutorial/auction-contract-upload-second-document.http b/docs/source/tutorial/auction-contract-upload-second-document.http index 726294ca..4d6d4f3f 100644 --- a/docs/source/tutorial/auction-contract-upload-second-document.http +++ b/docs/source/tutorial/auction-contract-upload-second-document.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 352 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/55c887b4c3ea49b2a6e588df9ef47b61?KeyID=91671178&Signature=7GSx8ggQOmM9T%2F7EvYfi8xw1uxe%2F65UEj4evyMupMySXcqVf0nCofbA4AZa%2FaEyr9mRmuU4pHqNAvaqjU1RmAA%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8bf49c6d068344b6a063f52525bee61c?KeyID=513f88c1&Signature=q%2FXNBmTfSbLjbe4e2iRJmqi6USuS6yesmMvB5xwrAun8GHurlN%2BO2%2B9bp0yGyNzGXjuPXX95gANesCkPmbpDAw%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/f6a8d0f1fd564397b3f1fd30ce85b004/contracts/81887b6893c24f98a6f5909aa71c0ebb/documents/91683f03ea1e4ecd959e834578ddce9b +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/contracts/f8ee7baf0eaf41038c1ba5a76709c4cc/documents/f98758a0ed0b4f06a335dbfe6cba86ca { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/msword", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/55c887b4c3ea49b2a6e588df9ef47b61?KeyID=91671178&Signature=ZnQsrXOcpjuy0Bs5VrF%2FTynToYwP7BykFuCOq7%252BKnRr9CV703yZUld%252BXrvHfQGbelWJMoAtxLFFYl0ThyLlLDw%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8bf49c6d068344b6a063f52525bee61c?KeyID=513f88c1&Signature=H%2FykZFxwpG4YN9BaNQHSf%252BHj2xb870rWR%252ByS3FZ1P0jiPZnBTNqEtsPw%2FQ3dd2%2FZczQLsodKGl2RCxLVjNizBQ%253D%253D", "title": "contract_second_document.doc", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:47.667814+02:00", - "dateModified": "2017-02-15T11:48:47.667852+02:00", - "id": "91683f03ea1e4ecd959e834578ddce9b" + "datePublished": "2017-02-15T12:04:24.653834+02:00", + "dateModified": "2017-02-15T12:04:24.653858+02:00", + "id": "f98758a0ed0b4f06a335dbfe6cba86ca" } } diff --git a/docs/source/tutorial/auction-documents-2.http b/docs/source/tutorial/auction-documents-2.http index 00736324..58ca28e5 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/f6a8d0f1fd564397b3f1fd30ce85b004/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,32 +12,32 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/598d2980428a474eb2d1144f5f211ae9?KeyID=91671178&Signature=FiK7LZKZoHZoPpe4iBBIr%2FNLxuEn85uFH8gaCeYEFGKuQezeY4EcftXVCk%252BCRfQLs1is6Ps%252BJMcuXEAJ%2FQMCDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cbd4dffeef5b4e78a3ba24e33be172fc?KeyID=513f88c1&Signature=0o%252BRKcl%252BRcqyxT5pgXQUdbBcdIFsiz5QZZ0AaHL1%252BgP6420rvWzmpzUo7vVx5TO05c2hJ9v%252BYRGnAO574cj7BQ%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.388895+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.581784+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" } ] } diff --git a/docs/source/tutorial/auction-documents-3.http b/docs/source/tutorial/auction-documents-3.http index a9e9e1c3..fa3926b0 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/f6a8d0f1fd564397b3f1fd30ce85b004/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,32 +12,32 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" } ] } diff --git a/docs/source/tutorial/auction-documents-4.http b/docs/source/tutorial/auction-documents-4.http index 7d705da2..212f6cd9 100644 --- a/docs/source/tutorial/auction-documents-4.http +++ b/docs/source/tutorial/auction-documents-4.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,45 +12,45 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" }, { "index": 1, "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=kofmdnOptllb6eqXjvalAJQ3Z7NsMve2bgeqOkqSPihFBjQMt6oKVBqq1E3bdGAnHtmMYDhrCyY6iVzHrQp%252BCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=9I8EwQ5TOyeOaqcgzowYLFIl%2FpfCiHss%2FiMctkCGHt3vJkGCF4roRicx76QzmrFb%2FLalnLxQonI%252BdiXZnIxqDQ%253D%253D", "title": "first_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.529271+02:00", + "datePublished": "2017-02-15T12:04:21.720619+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.529298+02:00", - "id": "725a6cbb69c94ef1a4c099e624439ead" + "dateModified": "2017-02-15T12:04:21.720645+02:00", + "id": "a3f36d70eba640f6be70071f527e9bba" } ] } diff --git a/docs/source/tutorial/auction-documents-5.http b/docs/source/tutorial/auction-documents-5.http index 26c5499d..8ba894b0 100644 --- a/docs/source/tutorial/auction-documents-5.http +++ b/docs/source/tutorial/auction-documents-5.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,71 +12,71 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" }, { "index": 1, "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=kofmdnOptllb6eqXjvalAJQ3Z7NsMve2bgeqOkqSPihFBjQMt6oKVBqq1E3bdGAnHtmMYDhrCyY6iVzHrQp%252BCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=9I8EwQ5TOyeOaqcgzowYLFIl%2FpfCiHss%2FiMctkCGHt3vJkGCF4roRicx76QzmrFb%2FLalnLxQonI%252BdiXZnIxqDQ%253D%253D", "title": "first_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.529271+02:00", + "datePublished": "2017-02-15T12:04:21.720619+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.529298+02:00", - "id": "725a6cbb69c94ef1a4c099e624439ead" + "dateModified": "2017-02-15T12:04:21.720645+02:00", + "id": "a3f36d70eba640f6be70071f527e9bba" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Second illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1912057e75324bb28bcee5e7874487e0?KeyID=91671178&Signature=xtJhuAQL93fR4cIsPp6Swa8Z0SU65II5bWyKrlQKtXQgpR%2F6bncpeIakyk1ZAkrsG8mUMNsBJVyQwwW9lwHCCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8be34838741246879fa694d236b4a238?KeyID=513f88c1&Signature=kusVIYjKXXnBtOAjNKMzL%2FasFnsMa7MvlFvDlOz%2FfZcyB1uE5yqoak%252BYop2qyZYr4Bi%252BzGOrnCzR9%252BvY5xbmAA%253D%253D", "title": "second_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.603123+02:00", + "datePublished": "2017-02-15T12:04:21.795607+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.603151+02:00", - "id": "12163c496da04e6bb8b182908b509306" + "dateModified": "2017-02-15T12:04:21.795642+02:00", + "id": "9e13495aa76442c8b9364eb0115c03b2" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Third illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/dcb6bd41640c4839ab48612fd20eb1b1?KeyID=91671178&Signature=By09ugOfgmG9uFzw313XwBY65GA%252BHQGmrT7yMGKgFlrXjoNUnS7uUZUaBqR9Q09Z8NutVo9nsGefUMAzJtP%2FAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a891965963324f0890270d0446026961?KeyID=513f88c1&Signature=UYEM23rqxpOfPMf9AFApWEyvULHNcOdmlFUJ4tJtTKnVU8VGNXUOkARBGZ32I0jVtRaUpag4JAFkqzFf001WDg%253D%253D", "title": "third_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.658168+02:00", + "datePublished": "2017-02-15T12:04:21.854410+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.658195+02:00", - "id": "3a61fa159083439cadb989b6359a1313" + "dateModified": "2017-02-15T12:04:21.854438+02:00", + "id": "20e49e85cfdd4d87a1c248ac6d53efed" } ] } diff --git a/docs/source/tutorial/auction-documents-6.http b/docs/source/tutorial/auction-documents-6.http index 9f2c1707..94450483 100644 --- a/docs/source/tutorial/auction-documents-6.http +++ b/docs/source/tutorial/auction-documents-6.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,81 +12,81 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" }, { "index": 1, "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=kofmdnOptllb6eqXjvalAJQ3Z7NsMve2bgeqOkqSPihFBjQMt6oKVBqq1E3bdGAnHtmMYDhrCyY6iVzHrQp%252BCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=9I8EwQ5TOyeOaqcgzowYLFIl%2FpfCiHss%2FiMctkCGHt3vJkGCF4roRicx76QzmrFb%2FLalnLxQonI%252BdiXZnIxqDQ%253D%253D", "title": "first_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.529271+02:00", + "datePublished": "2017-02-15T12:04:21.720619+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.529298+02:00", - "id": "725a6cbb69c94ef1a4c099e624439ead" + "dateModified": "2017-02-15T12:04:21.720645+02:00", + "id": "a3f36d70eba640f6be70071f527e9bba" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Second illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1912057e75324bb28bcee5e7874487e0?KeyID=91671178&Signature=xtJhuAQL93fR4cIsPp6Swa8Z0SU65II5bWyKrlQKtXQgpR%2F6bncpeIakyk1ZAkrsG8mUMNsBJVyQwwW9lwHCCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8be34838741246879fa694d236b4a238?KeyID=513f88c1&Signature=kusVIYjKXXnBtOAjNKMzL%2FasFnsMa7MvlFvDlOz%2FfZcyB1uE5yqoak%252BYop2qyZYr4Bi%252BzGOrnCzR9%252BvY5xbmAA%253D%253D", "title": "second_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.603123+02:00", + "datePublished": "2017-02-15T12:04:21.795607+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.603151+02:00", - "id": "12163c496da04e6bb8b182908b509306" + "dateModified": "2017-02-15T12:04:21.795642+02:00", + "id": "9e13495aa76442c8b9364eb0115c03b2" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Third illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/dcb6bd41640c4839ab48612fd20eb1b1?KeyID=91671178&Signature=By09ugOfgmG9uFzw313XwBY65GA%252BHQGmrT7yMGKgFlrXjoNUnS7uUZUaBqR9Q09Z8NutVo9nsGefUMAzJtP%2FAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a891965963324f0890270d0446026961?KeyID=513f88c1&Signature=UYEM23rqxpOfPMf9AFApWEyvULHNcOdmlFUJ4tJtTKnVU8VGNXUOkARBGZ32I0jVtRaUpag4JAFkqzFf001WDg%253D%253D", "title": "third_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.658168+02:00", + "datePublished": "2017-02-15T12:04:21.854410+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.658195+02:00", - "id": "3a61fa159083439cadb989b6359a1313" + "dateModified": "2017-02-15T12:04:21.854438+02:00", + "id": "20e49e85cfdd4d87a1c248ac6d53efed" }, { "title": "Familiarization with bank asset", "format": "offline/on-site-examination", "accessDetails": "Familiar with asset: days, time, address", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.745192+02:00", + "datePublished": "2017-02-15T12:04:21.950020+02:00", "documentType": "x_dgfAssetFamiliarization", - "dateModified": "2017-02-15T11:48:44.745222+02:00", - "id": "5c0db6abb29943be8464cd52c98dac6e" + "dateModified": "2017-02-15T12:04:21.950063+02:00", + "id": "6026abe4ae144eb1a521d51b4e555a14" } ] } diff --git a/docs/source/tutorial/auction-documents.http b/docs/source/tutorial/auction-documents.http index 4d35a744..573ba730 100644 --- a/docs/source/tutorial/auction-documents.http +++ b/docs/source/tutorial/auction-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents/e0ad540e77844a1eaa8cdb60a5989af0 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/f0faf9ed62c248b2ac8513cc8f5b533a 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/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "previousVersions": [], "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" } } diff --git a/docs/source/tutorial/auction-listing-after-patch.http b/docs/source/tutorial/auction-listing-after-patch.http index f1d08f91..38a04450 100644 --- a/docs/source/tutorial/auction-listing-after-patch.http +++ b/docs/source/tutorial/auction-listing-after-patch.http @@ -7,22 +7,22 @@ Content-Type: application/json; charset=UTF-8 { "next_page": { - "path": "/api/2.3/auctions?offset=2017-02-15T11%3A48%3A44.127631%2B02%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T11%3A48%3A44.127631%2B02%3A00", - "offset": "2017-02-15T11:48:44.127631+02:00" + "path": "/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.316285%2B02%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.316285%2B02%3A00", + "offset": "2017-02-15T12:04:21.316285+02:00" }, "data": [ { - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", - "dateModified": "2017-02-15T11:48:43.896913+02:00" + "id": "967c60be43ae4e15861d31155d334f0c", + "dateModified": "2017-02-15T12:04:21.088379+02:00" }, { - "id": "2251f86efe274eddb4cf3473d06f03e1", - "dateModified": "2017-02-15T11:48:44.078450+02:00" + "id": "2af12329e5a14897a71f3fe7d7851996", + "dateModified": "2017-02-15T12:04:21.263649+02:00" }, { - "id": "feab8985d8084ff2828de75498518b26", - "dateModified": "2017-02-15T11:48:44.127631+02:00" + "id": "789669643f5f4d9cb0324cd7efef930a", + "dateModified": "2017-02-15T12:04:21.316285+02:00" } ] } diff --git a/docs/source/tutorial/auction-listing-after-procuringEntity.http b/docs/source/tutorial/auction-listing-after-procuringEntity.http index e78f7f7f..942c1218 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=2017-02-15T11%3A48%3A43.896913%2B02%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T11%3A48%3A43.896913%2B02%3A00", - "offset": "2017-02-15T11:48:43.896913+02:00" + "path": "/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.088379%2B02%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.088379%2B02%3A00", + "offset": "2017-02-15T12:04:21.088379+02:00" }, "data": [ { - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", - "dateModified": "2017-02-15T11:48:43.896913+02:00" + "id": "967c60be43ae4e15861d31155d334f0c", + "dateModified": "2017-02-15T12:04:21.088379+02:00" } ] } diff --git a/docs/source/tutorial/auction-patch-2pc.http b/docs/source/tutorial/auction-patch-2pc.http index 55cd240e..85953a1e 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/d9ca871c97f74cd0843b469ee153d0d9?acc_token=0b64895115744468830c2029f7121361 HTTP/1.0 +PATCH /api/2.3/auctions/e97956c442e042388ada92b736237fc5?acc_token=1a1bac44b2fc48be9fde130f1222635a HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 40 Content-Type: application/json @@ -19,7 +19,7 @@ Content-Type: application/json; charset=UTF-8 "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:34.836144+02:00", + "startDate": "2017-02-15T12:04:14.811076+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -28,25 +28,25 @@ Content-Type: application/json; charset=UTF-8 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "d9ca871c97f74cd0843b469ee153d0d9", + "id": "e97956c442e042388ada92b736237fc5", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:34.836536+02:00", + "datePublished": "2017-02-15T12:04:14.811435+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:34.836565+02:00", - "id": "d6265778451440e099720be6ef67e238" + "dateModified": "2017-02-15T12:04:14.811463+02:00", + "id": "ae5405a2477046fd98c91098d4e19c0c" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:34.894509+02:00", + "dateModified": "2017-02-15T12:04:14.865150+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:34.836144+02:00", + "startDate": "2017-02-15T12:04:14.811076+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -54,7 +54,7 @@ Content-Type: application/json; charset=UTF-8 }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:34.894509+02:00", + "date": "2017-02-15T12:04:14.865150+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -66,7 +66,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -75,7 +75,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "370beab7ca0848a1805317fcd3b73c32", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "3edb816821e54379b7d24dbcf0db297b", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/auction-post-2pc.http b/docs/source/tutorial/auction-post-2pc.http index 83a65568..b5d92d1f 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: 2047 +Content-Length: 2168 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -27,24 +27,32 @@ Host: api-sandbox.ea.openprocurement.org "procurementMethodDetails": "quick, accelerator=1440", "items": [ { + "description": "Земля для військовослужбовців", "classification": { "scheme": "CAV", - "id": "06000000-2", + "id": "04114000-0", "description": "Земельні ділянки" }, - "quantity": 5, - "description": "Земля для військовослужбовців", - "unit": { - "code": "44617100-9", - "name": "item" - }, "address": { "countryName": "Україна", "postalCode": "79000", "region": "м. Київ", "streetAddress": "вул. Банкова 1", "locality": "м. Київ" - } + }, + "schema_properties": { + "code": "04114000-0", + "version": "latest", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "unit": { + "code": "44617100-9", + "name": "item" + }, + "quantity": 5 } ], "procuringEntity": { @@ -72,17 +80,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/d9ca871c97f74cd0843b469ee153d0d9 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/e97956c442e042388ada92b736237fc5 { "access": { - "token": "0b64895115744468830c2029f7121361" + "token": "1a1bac44b2fc48be9fde130f1222635a" }, "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:34.836144+02:00", + "startDate": "2017-02-15T12:04:14.811076+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -90,30 +98,30 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/d9ca871c97f "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "d9ca871c97f74cd0843b469ee153d0d9", + "id": "e97956c442e042388ada92b736237fc5", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:34.836536+02:00", + "datePublished": "2017-02-15T12:04:14.811435+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:34.836565+02:00", - "id": "d6265778451440e099720be6ef67e238" + "dateModified": "2017-02-15T12:04:14.811463+02:00", + "id": "ae5405a2477046fd98c91098d4e19c0c" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, - "dateModified": "2017-02-15T11:48:34.840208+02:00", + "dateModified": "2017-02-15T12:04:14.814984+02:00", "status": "draft", "tenderPeriod": { - "startDate": "2017-02-15T11:48:34.836144+02:00", + "startDate": "2017-02-15T12:04:14.811076+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "procurementMethodDetails": "quick, accelerator=1440", "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:34.836144+02:00", + "date": "2017-02-15T12:04:14.811076+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -125,7 +133,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/d9ca871c97f "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -134,7 +142,15 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/d9ca871c97f "region": "м. Київ", "locality": "м. Київ" }, - "id": "370beab7ca0848a1805317fcd3b73c32", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "3edb816821e54379b7d24dbcf0db297b", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/auction-post-acceleration.http b/docs/source/tutorial/auction-post-acceleration.http index 8510158b..af265919 100644 --- a/docs/source/tutorial/auction-post-acceleration.http +++ b/docs/source/tutorial/auction-post-acceleration.http @@ -1,6 +1,6 @@ POST /api/2.3/auctions?opt_pretty=1 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 2096 +Content-Length: 2217 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -12,7 +12,7 @@ Host: api-sandbox.ea.openprocurement.org "amount": 35 }, "auctionPeriod": { - "startDate": "2017-02-15T11:53:32.681534" + "startDate": "2017-02-15T12:09:13.069421" }, "tenderAttempts": 1, "procurementMethodType": "dgfOtherAssets", @@ -46,24 +46,32 @@ Host: api-sandbox.ea.openprocurement.org "procurementMethodDetails": "quick, accelerator=1440", "items": [ { + "description": "Земля для військовослужбовців", "classification": { "scheme": "CAV", - "id": "06000000-2", + "id": "04114000-0", "description": "Земельні ділянки" }, - "quantity": 5, - "description": "Земля для військовослужбовців", - "unit": { - "code": "44617100-9", - "name": "item" - }, "address": { "countryName": "Україна", "postalCode": "79000", "region": "м. Київ", "streetAddress": "вул. Банкова 1", "locality": "м. Київ" - } + }, + "schema_properties": { + "code": "04114000-0", + "version": "latest", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "unit": { + "code": "44617100-9", + "name": "item" + }, + "quantity": 5 } ], "dgfID": "219560" @@ -73,53 +81,53 @@ 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/80b29870920642e480e0f4ffb51ec8d1 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/fe743763517b452a8621f1ff06462fd3 { "access": { - "token": "f555f6a9d0b34ffca7dd77273c014cee" + "token": "0599d041d59b4b68b12e5e2536032f27" }, "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:36.149205+02:00", - "endDate": "2017-02-15T11:52:52.950505+02:00" + "startDate": "2017-02-15T12:04:15.789047+02:00", + "endDate": "2017-02-15T12:08:32.685345+02:00" }, "submissionMethod": "electronicAuction", "dgfDecisionDate": "2016-11-17", - "next_check": "2017-02-15T11:52:52.950505+02:00", + "next_check": "2017-02-15T12:08:32.685345+02:00", "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", "title_en": "[TESTING] ", - "id": "80b29870920642e480e0f4ffb51ec8d1", + "id": "fe743763517b452a8621f1ff06462fd3", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:36.149646+02:00", + "datePublished": "2017-02-15T12:04:15.789398+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:36.149686+02:00", - "id": "01ca2e5d0cd0485c855583669060a0b4" + "dateModified": "2017-02-15T12:04:15.789425+02:00", + "id": "38f6f2bd400a4902996d252c16008fff" } ], "title": "[ТЕСТУВАННЯ] футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:36.154813+02:00", + "dateModified": "2017-02-15T12:04:15.793562+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:36.149205+02:00", - "endDate": "2017-02-15T11:52:52.950505+02:00" + "startDate": "2017-02-15T12:04:15.789047+02:00", + "endDate": "2017-02-15T12:08:32.685345+02:00" }, "auctionPeriod": { - "shouldStartAfter": "2017-02-15T11:52:52.950505+02:00" + "shouldStartAfter": "2017-02-15T12:08:32.685345+02:00" }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:36.149205+02:00", + "date": "2017-02-15T12:04:15.789047+02:00", "submissionMethodDetails": "quick", "items": [ { @@ -127,7 +135,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/80b29870920 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -136,7 +144,15 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/80b29870920 "region": "м. Київ", "locality": "м. Київ" }, - "id": "1856a75debe2484fad6f5717b3fd1de6", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "d0906b4fe6514b1599c9dbf7b7ede0ec", "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 65f91aff..b2bf4fdd 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: 2028 +Content-Length: 2149 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -26,24 +26,32 @@ Host: api-sandbox.ea.openprocurement.org "procurementMethodDetails": "quick, accelerator=1440", "items": [ { + "description": "Земля для військовослужбовців", "classification": { "scheme": "CAV", - "id": "06000000-2", + "id": "04114000-0", "description": "Земельні ділянки" }, - "quantity": 5, - "description": "Земля для військовослужбовців", - "unit": { - "code": "44617100-9", - "name": "item" - }, "address": { "countryName": "Україна", "postalCode": "79000", "region": "м. Київ", "streetAddress": "вул. Банкова 1", "locality": "м. Київ" - } + }, + "schema_properties": { + "code": "04114000-0", + "version": "latest", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "unit": { + "code": "44617100-9", + "name": "item" + }, + "quantity": 5 } ], "procuringEntity": { @@ -71,17 +79,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/f6a8d0f1fd564397b3f1fd30ce85b004 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c { "access": { - "token": "b71ba50d2bc1415db843b262774e02e9" + "token": "255cdd07b6f241ba8634ca4af4d36bc4" }, "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -90,25 +98,25 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", + "id": "967c60be43ae4e15861d31155d334f0c", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:43.896913+02:00", + "dateModified": "2017-02-15T12:04:21.088379+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -116,7 +124,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:43.891841+02:00", + "date": "2017-02-15T12:04:21.084087+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -128,7 +136,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -137,7 +145,15 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/auction-url.http b/docs/source/tutorial/auction-url.http index a9320083..00e57e5b 100644 --- a/docs/source/tutorial/auction-url.http +++ b/docs/source/tutorial/auction-url.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -10,136 +10,136 @@ Content-Type: application/json; charset=UTF-8 "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", - "auctionUrl": "http://auction-sandbox.openprocurement.org/auctions/f6a8d0f1fd564397b3f1fd30ce85b004", + "auctionUrl": "http://auction-sandbox.openprocurement.org/auctions/967c60be43ae4e15861d31155d334f0c", "enquiryPeriod": { - "startDate": "2017-02-08T11:48:32.653313+02:00", - "endDate": "2017-02-15T11:48:32.653313+02:00" + "startDate": "2017-02-08T12:04:13.043802+02:00", + "endDate": "2017-02-15T12:04:13.043802+02:00" }, "submissionMethod": "electronicAuction", "dgfDecisionDate": "2016-11-17", - "next_check": "2017-02-15T12:32:32.653313+02:00", + "next_check": "2017-02-15T12:48:13.043802+02:00", "awardCriteria": "highestCost", "questions": [ { "description": "Просимо додати таблицю потрібної калорійності харчування", "title": "Калорійність", - "date": "2017-02-15T11:48:44.839221+02:00", + "date": "2017-02-15T12:04:22.047860+02:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "884f91f1e2624fe59fa733589b03352d", + "id": "0da101e71af24bafbab478e1d09f469a", "questionOf": "tender" } ], "dgfDecisionID": "219560", "owner": "broker", - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", + "id": "967c60be43ae4e15861d31155d334f0c", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" }, { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/598d2980428a474eb2d1144f5f211ae9?KeyID=91671178&Signature=FiK7LZKZoHZoPpe4iBBIr%2FNLxuEn85uFH8gaCeYEFGKuQezeY4EcftXVCk%252BCRfQLs1is6Ps%252BJMcuXEAJ%2FQMCDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cbd4dffeef5b4e78a3ba24e33be172fc?KeyID=513f88c1&Signature=0o%252BRKcl%252BRcqyxT5pgXQUdbBcdIFsiz5QZZ0AaHL1%252BgP6420rvWzmpzUo7vVx5TO05c2hJ9v%252BYRGnAO574cj7BQ%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.388895+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.581784+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" }, { "index": 1, "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=kofmdnOptllb6eqXjvalAJQ3Z7NsMve2bgeqOkqSPihFBjQMt6oKVBqq1E3bdGAnHtmMYDhrCyY6iVzHrQp%252BCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=9I8EwQ5TOyeOaqcgzowYLFIl%2FpfCiHss%2FiMctkCGHt3vJkGCF4roRicx76QzmrFb%2FLalnLxQonI%252BdiXZnIxqDQ%253D%253D", "title": "first_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.529271+02:00", + "datePublished": "2017-02-15T12:04:21.720619+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.529298+02:00", - "id": "725a6cbb69c94ef1a4c099e624439ead" + "dateModified": "2017-02-15T12:04:21.720645+02:00", + "id": "a3f36d70eba640f6be70071f527e9bba" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Second illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1912057e75324bb28bcee5e7874487e0?KeyID=91671178&Signature=xtJhuAQL93fR4cIsPp6Swa8Z0SU65II5bWyKrlQKtXQgpR%2F6bncpeIakyk1ZAkrsG8mUMNsBJVyQwwW9lwHCCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8be34838741246879fa694d236b4a238?KeyID=513f88c1&Signature=kusVIYjKXXnBtOAjNKMzL%2FasFnsMa7MvlFvDlOz%2FfZcyB1uE5yqoak%252BYop2qyZYr4Bi%252BzGOrnCzR9%252BvY5xbmAA%253D%253D", "title": "second_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.603123+02:00", + "datePublished": "2017-02-15T12:04:21.795607+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.603151+02:00", - "id": "12163c496da04e6bb8b182908b509306" + "dateModified": "2017-02-15T12:04:21.795642+02:00", + "id": "9e13495aa76442c8b9364eb0115c03b2" }, { "index": 2, "hash": "md5:00000000000000000000000000000000", "description": "Third illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/dcb6bd41640c4839ab48612fd20eb1b1?KeyID=91671178&Signature=By09ugOfgmG9uFzw313XwBY65GA%252BHQGmrT7yMGKgFlrXjoNUnS7uUZUaBqR9Q09Z8NutVo9nsGefUMAzJtP%2FAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a891965963324f0890270d0446026961?KeyID=513f88c1&Signature=UYEM23rqxpOfPMf9AFApWEyvULHNcOdmlFUJ4tJtTKnVU8VGNXUOkARBGZ32I0jVtRaUpag4JAFkqzFf001WDg%253D%253D", "title": "third_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.658168+02:00", + "datePublished": "2017-02-15T12:04:21.854410+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.658195+02:00", - "id": "3a61fa159083439cadb989b6359a1313" + "dateModified": "2017-02-15T12:04:21.854438+02:00", + "id": "20e49e85cfdd4d87a1c248ac6d53efed" }, { "title": "Familiarization with bank asset", "format": "offline/on-site-examination", "accessDetails": "Familiar with asset: days, time, address", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.745192+02:00", + "datePublished": "2017-02-15T12:04:21.950020+02:00", "documentType": "x_dgfAssetFamiliarization", - "dateModified": "2017-02-15T11:48:44.745222+02:00", - "id": "5c0db6abb29943be8464cd52c98dac6e" + "dateModified": "2017-02-15T12:04:21.950063+02:00", + "id": "6026abe4ae144eb1a521d51b4e555a14" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:45.801070+02:00", + "dateModified": "2017-02-15T12:04:22.804839+02:00", "status": "active.auction", "tenderPeriod": { - "startDate": "2017-02-08T11:48:32.653313+02:00", - "endDate": "2017-02-15T11:48:32.653313+02:00" + "startDate": "2017-02-08T12:04:13.043802+02:00", + "endDate": "2017-02-15T12:04:13.043802+02:00" }, "auctionPeriod": { - "startDate": "2017-02-15T11:48:32.653313+02:00", + "startDate": "2017-02-15T12:04:13.043802+02:00", "shouldStartAfter": "2017-02-16T00:00:00+02:00" }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:43.891841+02:00", + "date": "2017-02-15T12:04:21.084087+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -151,7 +151,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -160,7 +160,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "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 3dc84cf0..6c9fb7b0 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/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7/documents?acc_token=c6872c0b3eb54fa899c981e823d219f0 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d/documents?acc_token=3ad364450c4048aba7ae7a456b5a89f5 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 379 +Content-Length: 381 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6dd84eb79863499facffb3e5652d42d5?KeyID=91671178&Signature=aTJ8y7g1GvT2p1%2FWbwlA9HJi6xeT4gzzWUu4%2FlWT040Gny0uNO6jvd10MqDu5hKRCnkzN7DWCL2BNtvjYszKBg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/04854d792f3747689e2d2d408e58a4af?KeyID=513f88c1&Signature=SeGS957o6d6l89pem1EDZH8LbyZe8JwyDGRdw%2BSBxYUkdU0M85fIXIatjXuc%2BChzNU%2BmrUmEURmMYCmehxMJBw%3D%3D", "title": "SignedAuctionProtocol.pdf", "format": "application/pdf", "hash": "md5:00000000000000000000000000000000", @@ -17,20 +17,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/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7/documents/955aa34cbd224133bb12934b22483e87 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d/documents/ac001f6919fa4061b42860e2b9d86799 { "data": { - "dateModified": "2017-02-15T11:48:46.613698+02:00", + "dateModified": "2017-02-15T12:04:23.644534+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6dd84eb79863499facffb3e5652d42d5?KeyID=91671178&Signature=J6jkWeSMLS7Bd%252BeTsuXwYaIMgrnvAmJHEbxFzYDEPg6PAsB%252B4grcicD7EIGTzea3pniKw2yAv3peEnHqzmmGCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/04854d792f3747689e2d2d408e58a4af?KeyID=513f88c1&Signature=oswnG4Qt9kkJNMO8RyElHobnISIPDs%252BY2miFAyYqEP68wWFFM%252BOgLvNX%2Flv4e1lj9MDZZ9O8YZlghR%252Bnd6rABg%253D%253D", "author": "bid_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.613661+02:00", + "datePublished": "2017-02-15T12:04:23.644507+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "955aa34cbd224133bb12934b22483e87" + "id": "ac001f6919fa4061b42860e2b9d86799" } } diff --git a/docs/source/tutorial/bidder-documents.http b/docs/source/tutorial/bidder-documents.http index 2ff6c0c3..ae261702 100644 --- a/docs/source/tutorial/bidder-documents.http +++ b/docs/source/tutorial/bidder-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents?acc_token=86aae1a55f6b45779e49ca7dc8a100c1 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents?acc_token=f2d99d3116eb4bb9a37edab822d395e4 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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents/d3161b8eb98047e48999f6277103ea6e?download=76db669db70b408983a47315c4c0ed6d", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents/372028e1c3bf4c678c04120402283914?download=bdee0f97200340a5bbc1e3aa533d557a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:45.301345+02:00", - "dateModified": "2017-02-15T11:48:45.301393+02:00", - "id": "d3161b8eb98047e48999f6277103ea6e" + "datePublished": "2017-02-15T12:04:22.431161+02:00", + "dateModified": "2017-02-15T12:04:22.431188+02:00", + "id": "372028e1c3bf4c678c04120402283914" } ] } diff --git a/docs/source/tutorial/bidder-participation-url.http b/docs/source/tutorial/bidder-participation-url.http index dbd62650..33108ea5 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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757?acc_token=86aae1a55f6b45779e49ca7dc8a100c1 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927?acc_token=f2d99d3116eb4bb9a37edab822d395e4 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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents/d3161b8eb98047e48999f6277103ea6e?download=76db669db70b408983a47315c4c0ed6d", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents/372028e1c3bf4c678c04120402283914?download=bdee0f97200340a5bbc1e3aa533d557a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:45.301345+02:00", - "dateModified": "2017-02-15T11:48:45.301393+02:00", - "id": "d3161b8eb98047e48999f6277103ea6e" + "datePublished": "2017-02-15T12:04:22.431161+02:00", + "dateModified": "2017-02-15T12:04:22.431188+02:00", + "id": "372028e1c3bf4c678c04120402283914" } ], "value": { @@ -26,7 +26,7 @@ Content-Type: application/json; charset=UTF-8 "amount": 500.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:45.059489+02:00", + "date": "2017-02-15T12:04:22.253975+02:00", "qualified": true, "tenderers": [ { @@ -51,8 +51,8 @@ Content-Type: application/json; charset=UTF-8 } ], "owner": "broker", - "id": "228b7e67141b464eb6fac7258ff00757", - "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/f6a8d0f1fd564397b3f1fd30ce85b004?key_for_bid=228b7e67141b464eb6fac7258ff00757" + "id": "453c894f713e41c8ad2b8550add3c927", + "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/967c60be43ae4e15861d31155d334f0c?key_for_bid=453c894f713e41c8ad2b8550add3c927" } } diff --git a/docs/source/tutorial/bidder2-participation-url.http b/docs/source/tutorial/bidder2-participation-url.http index 1c0296a5..7a280c90 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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/af88ae708f384bdd9a9d2a6740759998?acc_token=c6872c0b3eb54fa899c981e823d219f0 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/4a5b47e584824138853b8152d8738a6f?acc_token=3ad364450c4048aba7ae7a456b5a89f5 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 }, - "date": "2017-02-15T11:48:45.452125+02:00", + "date": "2017-02-15T12:04:22.553400+02:00", "qualified": true, "tenderers": [ { @@ -39,8 +39,8 @@ Content-Type: application/json; charset=UTF-8 } ], "owner": "broker", - "id": "af88ae708f384bdd9a9d2a6740759998", - "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/f6a8d0f1fd564397b3f1fd30ce85b004?key_for_bid=af88ae708f384bdd9a9d2a6740759998" + "id": "4a5b47e584824138853b8152d8738a6f", + "participationUrl": "http://auction-sandbox.openprocurement.org/auctions/967c60be43ae4e15861d31155d334f0c?key_for_bid=4a5b47e584824138853b8152d8738a6f" } } diff --git a/docs/source/tutorial/blank-auction-view.http b/docs/source/tutorial/blank-auction-view.http index dfb1e709..5bbcaf61 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/f6a8d0f1fd564397b3f1fd30ce85b004 HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,7 +11,7 @@ Content-Type: application/json; charset=UTF-8 "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -20,25 +20,25 @@ Content-Type: application/json; charset=UTF-8 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", + "id": "967c60be43ae4e15861d31155d334f0c", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:43.896913+02:00", + "dateModified": "2017-02-15T12:04:21.088379+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -46,7 +46,7 @@ Content-Type: application/json; charset=UTF-8 }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:43.891841+02:00", + "date": "2017-02-15T12:04:21.084087+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -58,7 +58,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -67,7 +67,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/blank-finauction-view.http b/docs/source/tutorial/blank-finauction-view.http index 3158bc5a..7f5606e7 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/7d809bf30a104837a5882d1472e19d5a HTTP/1.0 +GET /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809 HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,7 +11,7 @@ Content-Type: application/json; charset=UTF-8 "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:42.013810+02:00", + "startDate": "2017-02-15T12:04:19.417512+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -20,28 +20,28 @@ Content-Type: application/json; charset=UTF-8 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "7d809bf30a104837a5882d1472e19d5a", + "id": "ddadd11c25ac44d18e3996b52ae95809", "eligibilityCriteria_ru": "К участию допускаются только лицензированные финансовые учреждения.", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.014241+02:00", + "datePublished": "2017-02-15T12:04:19.417856+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:42.014286+02:00", - "id": "7ad2bf126420455a8ff76a2bdcf44747" + "dateModified": "2017-02-15T12:04:19.417882+02:00", + "id": "541d30ff63994757a8bd7a750d30ffe1" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "eligibilityCriteria_en": "Only licensed financial institutions are eligible to participate.", "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:42.019722+02:00", + "dateModified": "2017-02-15T12:04:19.421648+02:00", "status": "active.tendering", "eligibilityCriteria": "До участі допускаються лише ліцензовані фінансові установи.", "tenderPeriod": { - "startDate": "2017-02-15T11:48:42.013810+02:00", + "startDate": "2017-02-15T12:04:19.417512+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -49,7 +49,7 @@ Content-Type: application/json; charset=UTF-8 }, "procurementMethodType": "dgfFinancialAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:42.013810+02:00", + "date": "2017-02-15T12:04:19.417512+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -61,7 +61,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -70,7 +70,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "323508d02ab142d2bc60151cf3f5cdb8", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "ab15871878cb48b1a1d3774066be693a", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/confirm-qualification.http b/docs/source/tutorial/confirm-qualification.http index 6e3162ae..c1c23fd0 100644 --- a/docs/source/tutorial/confirm-qualification.http +++ b/docs/source/tutorial/confirm-qualification.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 30 Content-Type: application/json @@ -18,42 +18,42 @@ Content-Type: application/json; charset=UTF-8 "data": { "status": "active", "paymentPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:48:47.074052+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:04:24.063278+02:00" }, "documents": [ { - "dateModified": "2017-02-15T11:48:46.613698+02:00", + "dateModified": "2017-02-15T12:04:23.644534+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6dd84eb79863499facffb3e5652d42d5?KeyID=91671178&Signature=J6jkWeSMLS7Bd%252BeTsuXwYaIMgrnvAmJHEbxFzYDEPg6PAsB%252B4grcicD7EIGTzea3pniKw2yAv3peEnHqzmmGCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/04854d792f3747689e2d2d408e58a4af?KeyID=513f88c1&Signature=oswnG4Qt9kkJNMO8RyElHobnISIPDs%252BY2miFAyYqEP68wWFFM%252BOgLvNX%2Flv4e1lj9MDZZ9O8YZlghR%252Bnd6rABg%253D%253D", "author": "bid_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.613661+02:00", + "datePublished": "2017-02-15T12:04:23.644507+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "955aa34cbd224133bb12934b22483e87" + "id": "ac001f6919fa4061b42860e2b9d86799" }, { - "dateModified": "2017-02-15T11:48:46.753442+02:00", + "dateModified": "2017-02-15T12:04:23.763926+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a3c68b255d504bf28e8a006b5fe82c59?KeyID=91671178&Signature=%252BaEaPrTjk6CEwDBMLOrUq9Y%2F9ZkOPc7jbYWmnFJVpTPQm30aDHaQFblvXv2GNmcq0K9lCwjx6ISK4h8AJs%2FTBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/90b414a8a2784f308db51c4372f050b4?KeyID=513f88c1&Signature=ElKbDDj7gIEGWsM4E658Atnl6jAQxPKCpVKkEJdENALb7mIwIQmc%252BayTCVk9a%252Bt2CJX9dgy5vjozMOuaUV2nAw%253D%253D", "author": "auction_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.753410+02:00", + "datePublished": "2017-02-15T12:04:23.763894+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "efa2d54da4b340ea8e39c8a15c0ef059" + "id": "0b9ad053bc18402f8af43a78ae0af94c" } ], "verificationPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:48:46.901914+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:04:23.903626+02:00" }, "complaintPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:48:47.074052+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:04:24.063278+02:00" }, "suppliers": [ { @@ -78,17 +78,17 @@ Content-Type: application/json; charset=UTF-8 } ], "signingPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, - "bid_id": "af88ae708f384bdd9a9d2a6740759998", + "bid_id": "4a5b47e584824138853b8152d8738a6f", "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:47.098631+02:00", - "id": "9bd8a6d2f7624bcebe94c2333eb5cbc7" + "date": "2017-02-15T12:04:24.078414+02:00", + "id": "7b73afec0618469286be741f0151924d" } } diff --git a/docs/source/tutorial/create-auction-procuringEntity.http b/docs/source/tutorial/create-auction-procuringEntity.http index fde9f698..4fc9d422 100644 --- a/docs/source/tutorial/create-auction-procuringEntity.http +++ b/docs/source/tutorial/create-auction-procuringEntity.http @@ -33,7 +33,7 @@ Host: api-sandbox.ea.openprocurement.org "description": "Земельні ділянки" }, "description": "Земля для військовослужбовців", - "id": "b57bc17ceaf748e6a2f3080d00966b71", + "id": "cddf8ff00fc54ab39e3ce58621162dab", "unit": { "code": "44617100-9", "name": "item" @@ -68,17 +68,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/2251f86efe274eddb4cf3473d06f03e1 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2af12329e5a14897a71f3fe7d7851996 { "access": { - "token": "bce5ab4ae8db4a8697c6b836acb95f1b" + "token": "1d3557337dcd43beaf298d66c6b82aab" }, "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000002", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:44.072974+02:00", + "startDate": "2017-02-15T12:04:21.259759+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -88,25 +88,25 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2251f86efe2 "dgfDecisionID": "219560", "owner": "broker", "title_en": "Cases with state awards", - "id": "2251f86efe274eddb4cf3473d06f03e1", + "id": "2af12329e5a14897a71f3fe7d7851996", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.073369+02:00", + "datePublished": "2017-02-15T12:04:21.260121+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:44.073402+02:00", - "id": "7c0ae7061b2c4d1187bd2cac77490352" + "dateModified": "2017-02-15T12:04:21.260149+02:00", + "id": "c3bd877a289f45c3819533f5a93a2b66" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:44.078450+02:00", + "dateModified": "2017-02-15T12:04:21.263649+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:44.072974+02:00", + "startDate": "2017-02-15T12:04:21.259759+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -114,7 +114,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2251f86efe2 }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:44.072974+02:00", + "date": "2017-02-15T12:04:21.259759+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -127,7 +127,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/2251f86efe2 "name": "item" }, "description": "Земля для військовослужбовців", - "id": "b57bc17ceaf748e6a2f3080d00966b71", + "id": "cddf8ff00fc54ab39e3ce58621162dab", "classification": { "scheme": "CAV", "description": "Земельні ділянки", diff --git a/docs/source/tutorial/finauction-adding-vdr.http b/docs/source/tutorial/finauction-adding-vdr.http index aab133f1..f4e3d974 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/7d809bf30a104837a5882d1472e19d5a/documents?acc_token=16aa3b1621444b1a8f7044dfb1238aaa HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents?acc_token=10ff2440c9ef45739b377671e9f71f8b 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/7d809bf30a104837a5882d1472e19d5a/documents/004ea951be8f4fd0acde80278a266cdc +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents/2d7a6017478047e582cc4993e8b7384d { "data": { "title": "VDR for auction lot", "url": "http://virtial-data-room.com/id_of_room", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.480451+02:00", + "datePublished": "2017-02-15T12:04:19.803619+02:00", "documentType": "virtualDataRoom", - "dateModified": "2017-02-15T11:48:42.480495+02:00", - "id": "004ea951be8f4fd0acde80278a266cdc" + "dateModified": "2017-02-15T12:04:19.803646+02:00", + "id": "2d7a6017478047e582cc4993e8b7384d" } } diff --git a/docs/source/tutorial/finauction-documents-2.http b/docs/source/tutorial/finauction-documents-2.http index f6f93335..0ff13f7a 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/7d809bf30a104837a5882d1472e19d5a/documents HTTP/1.0 +GET /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,32 +12,32 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.014241+02:00", + "datePublished": "2017-02-15T12:04:19.417856+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:42.014286+02:00", - "id": "7ad2bf126420455a8ff76a2bdcf44747" + "dateModified": "2017-02-15T12:04:19.417882+02:00", + "id": "541d30ff63994757a8bd7a750d30ffe1" }, { "hash": "md5:00000000000000000000000000000000", "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b2463466ab674ddba4bc5ab2d8a1a4eb?KeyID=d2667361&Signature=BXe5mEJQy4Jb8%2FhVrBJK1TrdM9Cy8locieKlewOkHRFRkjommm%2Ffom5HrJ2RXzbLVqgnhoecq7Ff8sY5WNQjCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/15aaf9337069418f85fda818982f24fd?KeyID=7f62614a&Signature=v5qxW7e1LVYob8YpSg85I5YLbfFMnLAZA0rUzfvTKSkUlMtdxKLTJ2jetpnqy35ozpAN8dXPi1hOKywSgJasDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.213238+02:00", + "datePublished": "2017-02-15T12:04:19.591204+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:42.213283+02:00", - "id": "9930674eb3ed468bb75f7758fcd714f6" + "dateModified": "2017-02-15T12:04:19.591252+02:00", + "id": "bf8a9d825c824699b44aa16b76e095ed" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/064fcd52bf6c4dc592a9824b1a646bec?KeyID=d2667361&Signature=8m%2FBZr9IHR8hiXnIF8lFm1K3Yru%252B490vJksKlcpT%2FeT90v9OxSTEfgYI98noQbTeTY8jVW2ZOBKTIcJR%2F%252B6aCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a6b987bed6724d17a02091dc4fbc27ec?KeyID=7f62614a&Signature=LQJ4tdD1Z7gAdPBFyPzFZecesVyWyzXWMKJRwtoVR4Uw7zq%2Fs4I4IN0UCI%252B4Lk0LRmJTx1N0uBGsIIkwxsv6DQ%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.298261+02:00", - "dateModified": "2017-02-15T11:48:42.298306+02:00", - "id": "3b4e2e825fce407cbbbc465bddaf67a8" + "datePublished": "2017-02-15T12:04:19.660650+02:00", + "dateModified": "2017-02-15T12:04:19.660684+02:00", + "id": "3e3a4d4ef80f409390a79010914a12a3" } ] } diff --git a/docs/source/tutorial/finauction-documents-3.http b/docs/source/tutorial/finauction-documents-3.http index fd1f6816..1e921197 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/7d809bf30a104837a5882d1472e19d5a/documents HTTP/1.0 +GET /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -12,32 +12,32 @@ Content-Type: application/json; charset=UTF-8 "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.014241+02:00", + "datePublished": "2017-02-15T12:04:19.417856+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:42.014286+02:00", - "id": "7ad2bf126420455a8ff76a2bdcf44747" + "dateModified": "2017-02-15T12:04:19.417882+02:00", + "id": "541d30ff63994757a8bd7a750d30ffe1" }, { "hash": "md5:00000000000000000000000000000000", "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b2463466ab674ddba4bc5ab2d8a1a4eb?KeyID=d2667361&Signature=BXe5mEJQy4Jb8%2FhVrBJK1TrdM9Cy8locieKlewOkHRFRkjommm%2Ffom5HrJ2RXzbLVqgnhoecq7Ff8sY5WNQjCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/15aaf9337069418f85fda818982f24fd?KeyID=7f62614a&Signature=v5qxW7e1LVYob8YpSg85I5YLbfFMnLAZA0rUzfvTKSkUlMtdxKLTJ2jetpnqy35ozpAN8dXPi1hOKywSgJasDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.213238+02:00", + "datePublished": "2017-02-15T12:04:19.591204+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:42.213283+02:00", - "id": "9930674eb3ed468bb75f7758fcd714f6" + "dateModified": "2017-02-15T12:04:19.591252+02:00", + "id": "bf8a9d825c824699b44aa16b76e095ed" }, { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/abf8844a94214c1aaf144a906a72ea0d?KeyID=d2667361&Signature=k0Z%2F0YczjIlhVa5uj9OP%2Fwe6oO3ZMhiKFNeX85SnB%2Fso0mXEyvHercIb76mfEDV4XWzPwAnXNw%252B4djAmIy4OAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/2de88b45dd1d429f8335227e3374efd7?KeyID=7f62614a&Signature=QNXzD0d4S26wq0eYET6K7moKAzS3PKe%2FM8XHBBHVA9felM3LPpsN2VsBLHLdsI0DNoz0hClAu8b7lD5EXkMgAA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.298261+02:00", - "dateModified": "2017-02-15T11:48:42.383984+02:00", - "id": "3b4e2e825fce407cbbbc465bddaf67a8" + "datePublished": "2017-02-15T12:04:19.660650+02:00", + "dateModified": "2017-02-15T12:04:19.729868+02:00", + "id": "3e3a4d4ef80f409390a79010914a12a3" } ] } diff --git a/docs/source/tutorial/finauction-documents.http b/docs/source/tutorial/finauction-documents.http index b68d0c89..a1dfb151 100644 --- a/docs/source/tutorial/finauction-documents.http +++ b/docs/source/tutorial/finauction-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/documents/9930674eb3ed468bb75f7758fcd714f6 HTTP/1.0 +GET /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents/bf8a9d825c824699b44aa16b76e095ed 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": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b2463466ab674ddba4bc5ab2d8a1a4eb?KeyID=d2667361&Signature=BXe5mEJQy4Jb8%2FhVrBJK1TrdM9Cy8locieKlewOkHRFRkjommm%2Ffom5HrJ2RXzbLVqgnhoecq7Ff8sY5WNQjCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/15aaf9337069418f85fda818982f24fd?KeyID=7f62614a&Signature=v5qxW7e1LVYob8YpSg85I5YLbfFMnLAZA0rUzfvTKSkUlMtdxKLTJ2jetpnqy35ozpAN8dXPi1hOKywSgJasDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.213238+02:00", + "datePublished": "2017-02-15T12:04:19.591204+02:00", "previousVersions": [], "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:42.213283+02:00", - "id": "9930674eb3ed468bb75f7758fcd714f6" + "dateModified": "2017-02-15T12:04:19.591252+02:00", + "id": "bf8a9d825c824699b44aa16b76e095ed" } } diff --git a/docs/source/tutorial/finauction-post-attempt-json-data.http b/docs/source/tutorial/finauction-post-attempt-json-data.http index 2c5ad0e3..eebd6d60 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: 2032 +Content-Length: 2153 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -26,24 +26,32 @@ Host: api-sandbox.ea.openprocurement.org "procurementMethodDetails": "quick, accelerator=1440", "items": [ { + "description": "Земля для військовослужбовців", "classification": { "scheme": "CAV", - "id": "06000000-2", + "id": "04114000-0", "description": "Земельні ділянки" }, - "quantity": 5, - "description": "Земля для військовослужбовців", - "unit": { - "code": "44617100-9", - "name": "item" - }, "address": { "countryName": "Україна", "postalCode": "79000", "region": "м. Київ", "streetAddress": "вул. Банкова 1", "locality": "м. Київ" - } + }, + "schema_properties": { + "code": "04114000-0", + "version": "latest", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "unit": { + "code": "44617100-9", + "name": "item" + }, + "quantity": 5 } ], "procuringEntity": { @@ -71,17 +79,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/7d809bf30a104837a5882d1472e19d5a +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809 { "access": { - "token": "16aa3b1621444b1a8f7044dfb1238aaa" + "token": "10ff2440c9ef45739b377671e9f71f8b" }, "data": { "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:42.013810+02:00", + "startDate": "2017-02-15T12:04:19.417512+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -90,28 +98,28 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "7d809bf30a104837a5882d1472e19d5a", + "id": "ddadd11c25ac44d18e3996b52ae95809", "eligibilityCriteria_ru": "К участию допускаются только лицензированные финансовые учреждения.", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.014241+02:00", + "datePublished": "2017-02-15T12:04:19.417856+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:42.014286+02:00", - "id": "7ad2bf126420455a8ff76a2bdcf44747" + "dateModified": "2017-02-15T12:04:19.417882+02:00", + "id": "541d30ff63994757a8bd7a750d30ffe1" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "eligibilityCriteria_en": "Only licensed financial institutions are eligible to participate.", "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:42.019722+02:00", + "dateModified": "2017-02-15T12:04:19.421648+02:00", "status": "active.tendering", "eligibilityCriteria": "До участі допускаються лише ліцензовані фінансові установи.", "tenderPeriod": { - "startDate": "2017-02-15T11:48:42.013810+02:00", + "startDate": "2017-02-15T12:04:19.417512+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -119,7 +127,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 }, "procurementMethodType": "dgfFinancialAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:42.013810+02:00", + "date": "2017-02-15T12:04:19.417512+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -131,7 +139,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -140,7 +148,15 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 "region": "м. Київ", "locality": "м. Київ" }, - "id": "323508d02ab142d2bc60151cf3f5cdb8", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "ab15871878cb48b1a1d3774066be693a", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/finauction-update-award-criteria.http b/docs/source/tutorial/finauction-update-award-criteria.http index 2963f5c1..c5dbad74 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/7d809bf30a104837a5882d1472e19d5a/documents/3b4e2e825fce407cbbbc465bddaf67a8?acc_token=16aa3b1621444b1a8f7044dfb1238aaa HTTP/1.0 +PUT /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents/3e3a4d4ef80f409390a79010914a12a3?acc_token=10ff2440c9ef45739b377671e9f71f8b 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/abf8844a94214c1aaf144a906a72ea0d?KeyID=d2667361&Signature=9PJllDCcYW07FFHBWNcEQK7la4P35H09M5hxNLd0GIaNqfZcjqimJXYLhJmKf6HyKTZCIl4FKBNMAznvV%2FKEDg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/2de88b45dd1d429f8335227e3374efd7?KeyID=7f62614a&Signature=cgvlVQB5SEvShOyd4wLtgt%2BBt2kzXF%2Flj%2Fjv47%2BvFmqxiNCMoTYq6uRoFsgsUaHuRKe3KbfJsHLqdvxalAs3AA%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/abf8844a94214c1aaf144a906a72ea0d?KeyID=d2667361&Signature=k0Z%2F0YczjIlhVa5uj9OP%2Fwe6oO3ZMhiKFNeX85SnB%2Fso0mXEyvHercIb76mfEDV4XWzPwAnXNw%252B4djAmIy4OAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/2de88b45dd1d429f8335227e3374efd7?KeyID=7f62614a&Signature=QNXzD0d4S26wq0eYET6K7moKAzS3PKe%2FM8XHBBHVA9felM3LPpsN2VsBLHLdsI0DNoz0hClAu8b7lD5EXkMgAA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.298261+02:00", - "dateModified": "2017-02-15T11:48:42.383984+02:00", - "id": "3b4e2e825fce407cbbbc465bddaf67a8" + "datePublished": "2017-02-15T12:04:19.660650+02:00", + "dateModified": "2017-02-15T12:04:19.729868+02:00", + "id": "3e3a4d4ef80f409390a79010914a12a3" } } diff --git a/docs/source/tutorial/finauction-upload-award-criteria.http b/docs/source/tutorial/finauction-upload-award-criteria.http index f025a536..b03f8cdd 100644 --- a/docs/source/tutorial/finauction-upload-award-criteria.http +++ b/docs/source/tutorial/finauction-upload-award-criteria.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/documents?acc_token=16aa3b1621444b1a8f7044dfb1238aaa HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents?acc_token=10ff2440c9ef45739b377671e9f71f8b HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 336 +Content-Length: 344 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/064fcd52bf6c4dc592a9824b1a646bec?KeyID=d2667361&Signature=ft%2FpYQ1E8N4l3bo4Mo%2BohW1EHbPTWQkCS6FgpX64tRLq6QhWpymtE5Tbc5QCfbWrJ5Ip79QbpWL0WNTz1pxPCw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a6b987bed6724d17a02091dc4fbc27ec?KeyID=7f62614a&Signature=sCO8QTdEk%2Fz%2FVk%2F49PcRw5QLNomUVmx5rGGidWKJ89kqkl%2BCoskI0EYDKRl4OGstu%2FMd7CVcY%2FqlBwcme389Bg%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/7d809bf30a104837a5882d1472e19d5a/documents/3b4e2e825fce407cbbbc465bddaf67a8 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents/3e3a4d4ef80f409390a79010914a12a3 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/064fcd52bf6c4dc592a9824b1a646bec?KeyID=d2667361&Signature=8m%2FBZr9IHR8hiXnIF8lFm1K3Yru%252B490vJksKlcpT%2FeT90v9OxSTEfgYI98noQbTeTY8jVW2ZOBKTIcJR%2F%252B6aCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a6b987bed6724d17a02091dc4fbc27ec?KeyID=7f62614a&Signature=LQJ4tdD1Z7gAdPBFyPzFZecesVyWyzXWMKJRwtoVR4Uw7zq%2Fs4I4IN0UCI%252B4Lk0LRmJTx1N0uBGsIIkwxsv6DQ%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.298261+02:00", - "dateModified": "2017-02-15T11:48:42.298306+02:00", - "id": "3b4e2e825fce407cbbbc465bddaf67a8" + "datePublished": "2017-02-15T12:04:19.660650+02:00", + "dateModified": "2017-02-15T12:04:19.660684+02:00", + "id": "3e3a4d4ef80f409390a79010914a12a3" } } diff --git a/docs/source/tutorial/finbidder-documents.http b/docs/source/tutorial/finbidder-documents.http index 82af4910..51ba80a6 100644 --- a/docs/source/tutorial/finbidder-documents.http +++ b/docs/source/tutorial/finbidder-documents.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8/documents?acc_token=d43f8072e3434664a166f897b7056f84 HTTP/1.0 +GET /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1/documents?acc_token=cf1d5755ed9843d388c5c2759806fc5f HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,13 +11,13 @@ Content-Type: application/json; charset=UTF-8 { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8/documents/3c5a914edc354600b56c86c4778cdb1a?download=8ef6bb5701eb46c496e6845c6116ac5b", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1/documents/b4d3200c7c344342b701cca7850fd67d?download=614ebccad72a4657a1c25dd38def021d", "title": "FinancialLicense.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.715002+02:00", + "datePublished": "2017-02-15T12:04:19.992340+02:00", "documentType": "financialLicense", - "dateModified": "2017-02-15T11:48:42.715030+02:00", - "id": "3c5a914edc354600b56c86c4778cdb1a" + "dateModified": "2017-02-15T12:04:19.992391+02:00", + "id": "b4d3200c7c344342b701cca7850fd67d" } ] } diff --git a/docs/source/tutorial/get-answer.http b/docs/source/tutorial/get-answer.http index 625b7367..c67ccc2b 100644 --- a/docs/source/tutorial/get-answer.http +++ b/docs/source/tutorial/get-answer.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/questions/884f91f1e2624fe59fa733589b03352d HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/questions/0da101e71af24bafbab478e1d09f469a 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": "2017-02-15T11:48:44.839221+02:00", + "date": "2017-02-15T12:04:22.047860+02:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "884f91f1e2624fe59fa733589b03352d", + "id": "0da101e71af24bafbab478e1d09f469a", "questionOf": "tender" } } diff --git a/docs/source/tutorial/get-awards.http b/docs/source/tutorial/get-awards.http index d0ea29ba..6bd61c1e 100644 --- a/docs/source/tutorial/get-awards.http +++ b/docs/source/tutorial/get-awards.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/awards HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards HTTP/1.0 Authorization: Basic YnJva2VyOg== Host: api-sandbox.ea.openprocurement.org @@ -11,16 +11,16 @@ Content-Type: application/json; charset=UTF-8 { "status": "pending.verification", "paymentPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, "verificationPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:51:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:07:23.272842+02:00" }, "signingPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, "suppliers": [ { @@ -45,22 +45,22 @@ Content-Type: application/json; charset=UTF-8 } ], "complaintPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, - "bid_id": "af88ae708f384bdd9a9d2a6740759998", + "bid_id": "4a5b47e584824138853b8152d8738a6f", "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:46.210702+02:00", - "id": "9bd8a6d2f7624bcebe94c2333eb5cbc7" + "date": "2017-02-15T12:04:23.272842+02:00", + "id": "7b73afec0618469286be741f0151924d" }, { "status": "pending.waiting", "complaintPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00" }, "suppliers": [ { @@ -84,14 +84,14 @@ Content-Type: application/json; charset=UTF-8 } } ], - "bid_id": "228b7e67141b464eb6fac7258ff00757", + "bid_id": "453c894f713e41c8ad2b8550add3c927", "value": { "currency": "UAH", "amount": 500.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:46.210702+02:00", - "id": "d87ec5270edc4b879678bf002353e8a0" + "date": "2017-02-15T12:04:23.272842+02:00", + "id": "8501a6b862524b4fb89a7ed57706d094" } ] } diff --git a/docs/source/tutorial/initial-auction-listing.http b/docs/source/tutorial/initial-auction-listing.http index e78f7f7f..942c1218 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=2017-02-15T11%3A48%3A43.896913%2B02%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T11%3A48%3A43.896913%2B02%3A00", - "offset": "2017-02-15T11:48:43.896913+02:00" + "path": "/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.088379%2B02%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T12%3A04%3A21.088379%2B02%3A00", + "offset": "2017-02-15T12:04:21.088379+02:00" }, "data": [ { - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", - "dateModified": "2017-02-15T11:48:43.896913+02:00" + "id": "967c60be43ae4e15861d31155d334f0c", + "dateModified": "2017-02-15T12:04:21.088379+02:00" } ] } diff --git a/docs/source/tutorial/initial-finauction-listing.http b/docs/source/tutorial/initial-finauction-listing.http index 49f99c28..3d766fa7 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=2017-02-15T11%3A48%3A42.019722%2B02%3A00", - "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T11%3A48%3A42.019722%2B02%3A00", - "offset": "2017-02-15T11:48:42.019722+02:00" + "path": "/api/2.3/auctions?offset=2017-02-15T12%3A04%3A19.421648%2B02%3A00", + "uri": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions?offset=2017-02-15T12%3A04%3A19.421648%2B02%3A00", + "offset": "2017-02-15T12:04:19.421648+02:00" }, "data": [ { - "id": "7d809bf30a104837a5882d1472e19d5a", - "dateModified": "2017-02-15T11:48:42.019722+02:00" + "id": "ddadd11c25ac44d18e3996b52ae95809", + "dateModified": "2017-02-15T12:04:19.421648+02:00" } ] } diff --git a/docs/source/tutorial/list-question.http b/docs/source/tutorial/list-question.http index c35e3ec3..eb2df457 100644 --- a/docs/source/tutorial/list-question.http +++ b/docs/source/tutorial/list-question.http @@ -1,4 +1,4 @@ -GET /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/questions HTTP/1.0 +GET /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/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": "2017-02-15T11:48:44.839221+02:00", + "date": "2017-02-15T12:04:22.047860+02:00", "answer": "Таблицю додано в файлі \"Kalorijnist.xslx\"", - "id": "884f91f1e2624fe59fa733589b03352d", + "id": "0da101e71af24bafbab478e1d09f469a", "questionOf": "tender" } ] diff --git a/docs/source/tutorial/owner-auction-protocol.http b/docs/source/tutorial/owner-auction-protocol.http index 280a6b8c..3ab9054c 100644 --- a/docs/source/tutorial/owner-auction-protocol.http +++ b/docs/source/tutorial/owner-auction-protocol.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 379 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a3c68b255d504bf28e8a006b5fe82c59?KeyID=91671178&Signature=giwjY2B6bKC%2F2uKxGblN1pdfkiegUMqIhO6R2JWk8l5zdf2a4gqcCLAR0c%2BHntu7JvvdLJvoJxoNDJFHMF54Bg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/90b414a8a2784f308db51c4372f050b4?KeyID=513f88c1&Signature=uxgjCbTnnM3MRYGl46BQ32%2FaxF9qUrYXX%2BXG92nVPSg72BWEUFBkO90jO1HkNhKuBveMEa9OHfGbt59IDoQoAg%3D%3D", "title": "SignedAuctionProtocol.pdf", "format": "application/pdf", "hash": "md5:00000000000000000000000000000000", @@ -17,20 +17,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/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7/documents/efa2d54da4b340ea8e39c8a15c0ef059 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d/documents/0b9ad053bc18402f8af43a78ae0af94c { "data": { - "dateModified": "2017-02-15T11:48:46.753442+02:00", + "dateModified": "2017-02-15T12:04:23.763926+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a3c68b255d504bf28e8a006b5fe82c59?KeyID=91671178&Signature=%252BaEaPrTjk6CEwDBMLOrUq9Y%2F9ZkOPc7jbYWmnFJVpTPQm30aDHaQFblvXv2GNmcq0K9lCwjx6ISK4h8AJs%2FTBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/90b414a8a2784f308db51c4372f050b4?KeyID=513f88c1&Signature=ElKbDDj7gIEGWsM4E658Atnl6jAQxPKCpVKkEJdENALb7mIwIQmc%252BayTCVk9a%252Bt2CJX9dgy5vjozMOuaUV2nAw%253D%253D", "author": "auction_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.753410+02:00", + "datePublished": "2017-02-15T12:04:23.763894+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "efa2d54da4b340ea8e39c8a15c0ef059" + "id": "0b9ad053bc18402f8af43a78ae0af94c" } } diff --git a/docs/source/tutorial/patch-cancellation.http b/docs/source/tutorial/patch-cancellation.http index d7328510..69d3ecc9 100644 --- a/docs/source/tutorial/patch-cancellation.http +++ b/docs/source/tutorial/patch-cancellation.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7/documents/4353c853028e4416bfd13d7fedec11bd?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c/documents/b5df08b9fd83467ebbcba4beaca58043?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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/0e9d48d6370f4580b40695201d635ec3?KeyID=91671178&Signature=BsUBe%2FtVGN9J5qJlIwW7Jmvwdz%2FZ%2FyIpfNQatzspVab75sJI35eko0cLZ0huy5SaHHd8AiNDQ9oiV9E1Xw8ADg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1d44ad14742d4dd68c4a6f7cdf548013?KeyID=513f88c1&Signature=QCI%2FZrQmMWwBEcElppEHFAS1AB7lzgrbX8ud2J7dL1g5%252BcA6iPklOUb2%252BJX0Xoun9ViBTtlJ8t2%2FlUpWhm6SDg%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:48.342615+02:00", - "dateModified": "2017-02-15T11:48:48.342661+02:00", - "id": "4353c853028e4416bfd13d7fedec11bd" + "datePublished": "2017-02-15T12:04:25.340640+02:00", + "dateModified": "2017-02-15T12:04:25.340688+02:00", + "id": "b5df08b9fd83467ebbcba4beaca58043" } } diff --git a/docs/source/tutorial/patch-items-value-periods.http b/docs/source/tutorial/patch-items-value-periods.http index 721520f3..0311f79c 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/f6a8d0f1fd564397b3f1fd30ce85b004?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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": "2017-03-02T11:48:54.195385+02:00" + "endDate": "2017-03-02T12:04:31.387229+02:00" } } } @@ -21,7 +21,7 @@ Content-Type: application/json; charset=UTF-8 "procurementMethod": "open", "auctionID": "UA-EA-2017-02-15-000001", "enquiryPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "submissionMethod": "electronicAuction", @@ -30,25 +30,25 @@ Content-Type: application/json; charset=UTF-8 "awardCriteria": "highestCost", "dgfDecisionID": "219560", "owner": "broker", - "id": "f6a8d0f1fd564397b3f1fd30ce85b004", + "id": "967c60be43ae4e15861d31155d334f0c", "documents": [ { "title": "Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків", "url": "http://torgi.fg.gov.ua/prozorrosale", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:43.892272+02:00", + "datePublished": "2017-02-15T12:04:21.084440+02:00", "documentType": "x_dgfPlatformLegalDetails", - "dateModified": "2017-02-15T11:48:43.892313+02:00", - "id": "a0aa0fc4bf9e478f8b7d302c965b6de2" + "dateModified": "2017-02-15T12:04:21.084469+02:00", + "id": "2b61eff66a3a4293bb20adfe7218a7b5" } ], "title": "футляри до державних нагород", "tenderAttempts": 1, "procurementMethodDetails": "quick, accelerator=1440", - "dateModified": "2017-02-15T11:48:43.896913+02:00", + "dateModified": "2017-02-15T12:04:21.088379+02:00", "status": "active.tendering", "tenderPeriod": { - "startDate": "2017-02-15T11:48:43.891841+02:00", + "startDate": "2017-02-15T12:04:21.084087+02:00", "endDate": "2017-02-28T23:59:50+02:00" }, "auctionPeriod": { @@ -56,7 +56,7 @@ Content-Type: application/json; charset=UTF-8 }, "procurementMethodType": "dgfOtherAssets", "dgfID": "219560", - "date": "2017-02-15T11:48:43.891841+02:00", + "date": "2017-02-15T12:04:21.084087+02:00", "minimalStep": { "currency": "UAH", "amount": 35.0, @@ -68,7 +68,7 @@ Content-Type: application/json; charset=UTF-8 "classification": { "scheme": "CAV", "description": "Земельні ділянки", - "id": "06000000-2" + "id": "04114000-0" }, "address": { "postalCode": "79000", @@ -77,7 +77,15 @@ Content-Type: application/json; charset=UTF-8 "region": "м. Київ", "locality": "м. Київ" }, - "id": "e993c2563ee14275a891d3fbf3dd1bef", + "schema_properties": { + "code": "041", + "version": "001", + "properties": { + "number_of_rooms": 4, + "total_area": 4 + } + }, + "id": "06c7cf0475314a5cb57acf0cd4e5c758", "unit": { "code": "44617100-9", "name": "item" diff --git a/docs/source/tutorial/prepare-cancellation.http b/docs/source/tutorial/prepare-cancellation.http index e0401411..bbd48cb6 100644 --- a/docs/source/tutorial/prepare-cancellation.http +++ b/docs/source/tutorial/prepare-cancellation.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 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/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c { "data": { - "date": "2017-02-15T11:48:48.176155+02:00", + "date": "2017-02-15T12:04:25.160857+02:00", "status": "pending", "reason": "cancellation reason", "cancellationOf": "tender", - "id": "37137b6992c74125b414f756ce9ac6e7" + "id": "600a1e12d81646afa22610152ac11f3c" } } diff --git a/docs/source/tutorial/register-2nd-bidder.http b/docs/source/tutorial/register-2nd-bidder.http index 2aef9fde..ce3b5f94 100644 --- a/docs/source/tutorial/register-2nd-bidder.http +++ b/docs/source/tutorial/register-2nd-bidder.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/bids HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 723 Content-Type: application/json @@ -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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/af88ae708f384bdd9a9d2a6740759998 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/4a5b47e584824138853b8152d8738a6f { "access": { - "token": "c6872c0b3eb54fa899c981e823d219f0" + "token": "3ad364450c4048aba7ae7a456b5a89f5" }, "data": { "status": "active", @@ -51,7 +51,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:45.452125+02:00", + "date": "2017-02-15T12:04:22.553400+02:00", "qualified": true, "tenderers": [ { @@ -76,7 +76,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 } ], "owner": "broker", - "id": "af88ae708f384bdd9a9d2a6740759998" + "id": "4a5b47e584824138853b8152d8738a6f" } } diff --git a/docs/source/tutorial/register-2nd-finbidder.http b/docs/source/tutorial/register-2nd-finbidder.http index c4a9d4e9..bc5bfef2 100644 --- a/docs/source/tutorial/register-2nd-finbidder.http +++ b/docs/source/tutorial/register-2nd-finbidder.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 1004 Content-Type: application/json @@ -46,11 +46,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/7d809bf30a104837a5882d1472e19d5a/bids/e1bab439c70b4573a9e8d0cda786cc96 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/3f6fe12a08f94191b163403a4eac9931 { "access": { - "token": "12fcc98babaa4af2a81b54f3b48d78e7" + "token": "0646de3f4a294091b707262043b047d1" }, "data": { "status": "active", @@ -60,7 +60,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 "amount": 479.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:42.824589+02:00", + "date": "2017-02-15T12:04:20.097151+02:00", "qualified": true, "tenderers": [ { @@ -90,7 +90,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 } ], "owner": "broker", - "id": "e1bab439c70b4573a9e8d0cda786cc96" + "id": "3f6fe12a08f94191b163403a4eac9931" } } diff --git a/docs/source/tutorial/register-bidder.http b/docs/source/tutorial/register-bidder.http index 23b4c66b..13729732 100644 --- a/docs/source/tutorial/register-bidder.http +++ b/docs/source/tutorial/register-bidder.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/bids HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 776 Content-Type: application/json @@ -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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927 { "access": { - "token": "86aae1a55f6b45779e49ca7dc8a100c1" + "token": "f2d99d3116eb4bb9a37edab822d395e4" }, "data": { "status": "draft", @@ -52,7 +52,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "amount": 500.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:45.059489+02:00", + "date": "2017-02-15T12:04:22.253975+02:00", "qualified": true, "tenderers": [ { @@ -77,7 +77,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 } ], "owner": "broker", - "id": "228b7e67141b464eb6fac7258ff00757" + "id": "453c894f713e41c8ad2b8550add3c927" } } diff --git a/docs/source/tutorial/register-finbidder.http b/docs/source/tutorial/register-finbidder.http index 5ea6f8aa..1978d2dd 100644 --- a/docs/source/tutorial/register-finbidder.http +++ b/docs/source/tutorial/register-finbidder.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 1004 Content-Type: application/json @@ -46,11 +46,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/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1 { "access": { - "token": "d43f8072e3434664a166f897b7056f84" + "token": "cf1d5755ed9843d388c5c2759806fc5f" }, "data": { "status": "active", @@ -60,7 +60,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 "amount": 469.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:42.559801+02:00", + "date": "2017-02-15T12:04:19.867851+02:00", "qualified": true, "tenderers": [ { @@ -90,7 +90,7 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a1 } ], "owner": "broker", - "id": "7b0b827e6a90457ab06f61617decdde8" + "id": "02f2dd853cbe4b4786d17566fd1351f1" } } diff --git a/docs/source/tutorial/update-award-criteria.http b/docs/source/tutorial/update-award-criteria.http index 2abbe141..33bfebf7 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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/f734a6925da449dc89418157c1f2d50b?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PUT /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/95dad8e3b4164105a06ffda6305ed16c?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 338 +Content-Length: 340 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=iuNQ4gifrwJVEl%2B6cTkFmO5hCVxX6c1tqWbEVICk0nlOJhKJLUSxirsXcIHJjGgWD8tzg%2FFEasbaS4diQHFaDw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=%2F9OD6n%2BkG7AKpiFU58v1ZF5aTTmDQqLLs5scS4nLbcy4P8yxoGtkZsUF69mnOxFWdKkpz5rkocvdQ3U%2F8sVdAA%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/8ea3588f3b70468db9b26644d4245ebe?KeyID=91671178&Signature=bq3AaDHcPXWzjsp5oerKrjRALIxI4bIFYQWW%252BFAim6ao28CgScH3yYtbqCK3PLE2nrBzAyn2rqGdsavkgMN%252BBQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/da1a313399ae4d2a936356b566e73416?KeyID=513f88c1&Signature=KjM04j1aR7YYoPU%2F1O62nazMl6wsu7iVGYvKuD2Ud4dVbNQxsV4OgtKCLFMTgZ%2Fe2Xr4WeRtjqFhd0w%2FN%2FE3AA%253D%253D", "title": "AwardCriteria-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.457209+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.651651+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" } } diff --git a/docs/source/tutorial/update-cancellation-doc.http b/docs/source/tutorial/update-cancellation-doc.http index 5ab5e7b8..54e95e5e 100644 --- a/docs/source/tutorial/update-cancellation-doc.http +++ b/docs/source/tutorial/update-cancellation-doc.http @@ -1,4 +1,4 @@ -PUT /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7/documents/4353c853028e4416bfd13d7fedec11bd?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PUT /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c/documents/b5df08b9fd83467ebbcba4beaca58043?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 331 Content-Type: application/json @@ -6,7 +6,7 @@ Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/0ae7c15639364e5ba3d13585006d453d?KeyID=91671178&Signature=qXjgLoybO1ifqXlmzQc%2FfRx7NABPDF2HUKGn2Kps%2BsWPg3LTyvRuM8Nq2PAoAt9ci3DUlD5Dk1tqwqFOEbxcDw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/67b6d7550d0f4c46a17ebadec188f568?KeyID=513f88c1&Signature=lHHsKsGbbFd%2BuAX9VpYbHGzUyrbg9mYW6dKzyhlKdc8Y7DjNRky1CCCFBk0gf97BgBtn%2BtZTjGatQCZK5EjbBg%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/0ae7c15639364e5ba3d13585006d453d?KeyID=91671178&Signature=RdxT4QFXIx8KqM0VKtdEe3rkEtlIQ268wcDtjbsMgv5vGJ0VGHzQJ6i0HRNMuwtLwbMZF7zm5qr26%2FTfyFpTAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/67b6d7550d0f4c46a17ebadec188f568?KeyID=513f88c1&Signature=j3mfFe%2FAvkQj0bkPkmIL0vLZmi6%2FLkOf1DNvHKVl4akf%252BhbNcdCza5sCwNgBA2BfB2vLIeuQGsCwhKQXuBl%2FCw%253D%253D", "title": "Notice-2.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:48.342615+02:00", - "dateModified": "2017-02-15T11:48:48.846937+02:00", - "id": "4353c853028e4416bfd13d7fedec11bd" + "datePublished": "2017-02-15T12:04:25.340640+02:00", + "dateModified": "2017-02-15T12:04:25.819938+02:00", + "id": "b5df08b9fd83467ebbcba4beaca58043" } } diff --git a/docs/source/tutorial/upload-auction-notice.http b/docs/source/tutorial/upload-auction-notice.http index d9ab4e45..0105dfb1 100644 --- a/docs/source/tutorial/upload-auction-notice.http +++ b/docs/source/tutorial/upload-auction-notice.http @@ -1,6 +1,6 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 417 +Content-Length: 413 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -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/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=axzdA53oZk7yzPP8xC41QmN6Sde%2Fv0x1TdY7FWgtm102DJ%2FAAekZrdhx%2F4t06IZvobHl873T%2BkbnNMNwka%2FEAA%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=pZSlg3nC3K0%2BegXEZ69TBHPozk5G1MI9ZjtvpY4uD7aB4Q29NfOR7nzre%2BN%2B2DOfJHvcAppdiew19AtRuFqICw%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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/e0ad540e77844a1eaa8cdb60a5989af0 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/f0faf9ed62c248b2ac8513cc8f5b533a { "data": { "hash": "md5:00000000000000000000000000000000", "description": "document description", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/efc533babc7f40c5a5afcdb21a55d00b?KeyID=91671178&Signature=s3PH10wY%2FnelG%2Fj4fIdL1eY2aWqH5oluSr4GXnXgHC%2FMyEOdZnkTfjCEQaRBVgYgLrgAdtebi4%2F9P6sLs6HXAQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b36133d28f9349bf997fc77e98dc99a6?KeyID=513f88c1&Signature=mlMl8lpwjIoAD2ChQ2Jz9qkbSJ9MHQBFRfprLTUa%252BZcraecqEFiUxEgElOlqrYpj8q1jNhqx0lVSVHFu51MaAA%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.331320+02:00", + "datePublished": "2017-02-15T12:04:21.518721+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:44.331347+02:00", - "id": "e0ad540e77844a1eaa8cdb60a5989af0" + "dateModified": "2017-02-15T12:04:21.518748+02:00", + "id": "f0faf9ed62c248b2ac8513cc8f5b533a" } } diff --git a/docs/source/tutorial/upload-award-criteria.http b/docs/source/tutorial/upload-award-criteria.http index ed6b6d56..881e70f1 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/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 336 +Content-Length: 334 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/598d2980428a474eb2d1144f5f211ae9?KeyID=91671178&Signature=omrfbgI9GoDPGh6ctedc499Qm8LkaFK0mo1j7zXKH1Jry2ObsBPj%2F1SWeY0NCx%2Fno4MYhlQDR0O4ppXJ9ZTBCg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cbd4dffeef5b4e78a3ba24e33be172fc?KeyID=513f88c1&Signature=JWPa3PjpeJhPQFcEzYLi%2FE27wJ0VEu2vTR8p9MhcuR75Denp1PYx91k1NirKuS3VbJlpte9u6xv70tMyPOHhBw%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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/f734a6925da449dc89418157c1f2d50b +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/95dad8e3b4164105a06ffda6305ed16c { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/598d2980428a474eb2d1144f5f211ae9?KeyID=91671178&Signature=FiK7LZKZoHZoPpe4iBBIr%2FNLxuEn85uFH8gaCeYEFGKuQezeY4EcftXVCk%252BCRfQLs1is6Ps%252BJMcuXEAJ%2FQMCDA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/cbd4dffeef5b4e78a3ba24e33be172fc?KeyID=513f88c1&Signature=0o%252BRKcl%252BRcqyxT5pgXQUdbBcdIFsiz5QZZ0AaHL1%252BgP6420rvWzmpzUo7vVx5TO05c2hJ9v%252BYRGnAO574cj7BQ%253D%253D", "title": "AwardCriteria.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.388869+02:00", - "dateModified": "2017-02-15T11:48:44.388895+02:00", - "id": "f734a6925da449dc89418157c1f2d50b" + "datePublished": "2017-02-15T12:04:21.581759+02:00", + "dateModified": "2017-02-15T12:04:21.581784+02:00", + "id": "95dad8e3b4164105a06ffda6305ed16c" } } diff --git a/docs/source/tutorial/upload-bid-proposal.http b/docs/source/tutorial/upload-bid-proposal.http index 8b392259..7b146c57 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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents?acc_token=86aae1a55f6b45779e49ca7dc8a100c1 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents?acc_token=f2d99d3116eb4bb9a37edab822d395e4 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/76db669db70b408983a47315c4c0ed6d?KeyID=91671178&Signature=nkK%2F9DZCoLiQTPpScB4nE1Of4GimIiuO9RO%2Bu6S%2FBoUCkI%2FwrjiAuFYIkdL3mffDhNVhYRiP5RTSYhalKsCECQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/bdee0f97200340a5bbc1e3aa533d557a?KeyID=513f88c1&Signature=KGIb%2Bda1dnbZ5CVjI7uX2wvAeIaZSP1fHmQPOzM6HBjaZGhrWEhARm0FfBfI4GdZ%2F%2B5FVtpVz7s630%2FkwiFKBw%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/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents/d3161b8eb98047e48999f6277103ea6e +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents/372028e1c3bf4c678c04120402283914 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/bids/228b7e67141b464eb6fac7258ff00757/documents/d3161b8eb98047e48999f6277103ea6e?download=76db669db70b408983a47315c4c0ed6d", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/bids/453c894f713e41c8ad2b8550add3c927/documents/372028e1c3bf4c678c04120402283914?download=bdee0f97200340a5bbc1e3aa533d557a", "title": "Proposal.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:45.301345+02:00", - "dateModified": "2017-02-15T11:48:45.301393+02:00", - "id": "d3161b8eb98047e48999f6277103ea6e" + "datePublished": "2017-02-15T12:04:22.431161+02:00", + "dateModified": "2017-02-15T12:04:22.431188+02:00", + "id": "372028e1c3bf4c678c04120402283914" } } diff --git a/docs/source/tutorial/upload-cancellation-doc.http b/docs/source/tutorial/upload-cancellation-doc.http index 500a8e66..7e61d0ef 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/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 333 +Content-Length: 327 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/0e9d48d6370f4580b40695201d635ec3?KeyID=91671178&Signature=PauZea8hNHKxP7VUsTJzoGR59ExsY7RW4sWBhd%2FPZ1szYvIRQ2c6tXM%2FZrbIEHKM%2BUyycUF01mGRMr%2B2ui7OBQ%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1d44ad14742d4dd68c4a6f7cdf548013?KeyID=513f88c1&Signature=x7j%2BEf9l2XUPGFns5O1fZZsIZ9OipgRSbtDKRIkbL1pVDJBMCKBUMgg2aCx16ixnZbfa7Npt74x9dIwMLthQCg%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/f6a8d0f1fd564397b3f1fd30ce85b004/cancellations/37137b6992c74125b414f756ce9ac6e7/documents/4353c853028e4416bfd13d7fedec11bd +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/cancellations/600a1e12d81646afa22610152ac11f3c/documents/b5df08b9fd83467ebbcba4beaca58043 { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/0e9d48d6370f4580b40695201d635ec3?KeyID=91671178&Signature=BsUBe%2FtVGN9J5qJlIwW7Jmvwdz%2FZ%2FyIpfNQatzspVab75sJI35eko0cLZ0huy5SaHHd8AiNDQ9oiV9E1Xw8ADg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1d44ad14742d4dd68c4a6f7cdf548013?KeyID=513f88c1&Signature=QCI%2FZrQmMWwBEcElppEHFAS1AB7lzgrbX8ud2J7dL1g5%252BcA6iPklOUb2%252BJX0Xoun9ViBTtlJ8t2%2FlUpWhm6SDg%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:48.342615+02:00", - "dateModified": "2017-02-15T11:48:48.342661+02:00", - "id": "4353c853028e4416bfd13d7fedec11bd" + "datePublished": "2017-02-15T12:04:25.340640+02:00", + "dateModified": "2017-02-15T12:04:25.340688+02:00", + "id": "b5df08b9fd83467ebbcba4beaca58043" } } diff --git a/docs/source/tutorial/upload-finauction-notice.http b/docs/source/tutorial/upload-finauction-notice.http index 5730ce21..3fabbff3 100644 --- a/docs/source/tutorial/upload-finauction-notice.http +++ b/docs/source/tutorial/upload-finauction-notice.http @@ -1,6 +1,6 @@ -POST /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/documents?acc_token=16aa3b1621444b1a8f7044dfb1238aaa HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents?acc_token=10ff2440c9ef45739b377671e9f71f8b HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 416 +Content-Length: 410 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -9,7 +9,7 @@ Host: api-sandbox.ea.openprocurement.org "hash": "md5:00000000000000000000000000000000", "description": "technical specification", "title": "Notice.pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b2463466ab674ddba4bc5ab2d8a1a4eb?KeyID=d2667361&Signature=Pia3glC%2FvshT2%2BjPf07InBC12qkprhhf5niIw20tP3eOzMbnKFKE5oaPMRsqbpfm1%2FuG5bwC9B7BQFyQtZpUAw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/15aaf9337069418f85fda818982f24fd?KeyID=7f62614a&Signature=anygS9XRzEAgDltm1BiB8V0RWxKzThONBhmU23leHgMWrC7x792h98BW0lInAJtzMBKYjcSSQeHJlTetMcuwDw%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/7d809bf30a104837a5882d1472e19d5a/documents/9930674eb3ed468bb75f7758fcd714f6 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/documents/bf8a9d825c824699b44aa16b76e095ed { "data": { "hash": "md5:00000000000000000000000000000000", "description": "technical specification", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/b2463466ab674ddba4bc5ab2d8a1a4eb?KeyID=d2667361&Signature=BXe5mEJQy4Jb8%2FhVrBJK1TrdM9Cy8locieKlewOkHRFRkjommm%2Ffom5HrJ2RXzbLVqgnhoecq7Ff8sY5WNQjCA%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/15aaf9337069418f85fda818982f24fd?KeyID=7f62614a&Signature=v5qxW7e1LVYob8YpSg85I5YLbfFMnLAZA0rUzfvTKSkUlMtdxKLTJ2jetpnqy35ozpAN8dXPi1hOKywSgJasDQ%253D%253D", "title": "Notice.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.213238+02:00", + "datePublished": "2017-02-15T12:04:19.591204+02:00", "documentType": "technicalSpecifications", - "dateModified": "2017-02-15T11:48:42.213283+02:00", - "id": "9930674eb3ed468bb75f7758fcd714f6" + "dateModified": "2017-02-15T12:04:19.591252+02:00", + "id": "bf8a9d825c824699b44aa16b76e095ed" } } diff --git a/docs/source/tutorial/upload-finbid-financial-license.http b/docs/source/tutorial/upload-finbid-financial-license.http index 81a414d3..ca865ec9 100644 --- a/docs/source/tutorial/upload-finbid-financial-license.http +++ b/docs/source/tutorial/upload-finbid-financial-license.http @@ -1,12 +1,12 @@ -POST /api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8/documents?acc_token=d43f8072e3434664a166f897b7056f84 HTTP/1.0 +POST /api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1/documents?acc_token=cf1d5755ed9843d388c5c2759806fc5f HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 375 +Content-Length: 377 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org { "data": { - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8ef6bb5701eb46c496e6845c6116ac5b?KeyID=d2667361&Signature=3y6bCNZsIQPCX3iMX6UrfqyKWlXF%2B6wFSaW23YMDLW4naP1vANtMaO9IJwbQEfa%2FiFImrxYZAiFM2Rhywx8PAg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/614ebccad72a4657a1c25dd38def021d?KeyID=7f62614a&Signature=9Njm%2FMjucCerZ4ffJ57p5H%2FQ8d6h3Vhs7P0GFmuq2YNo5SDsHRDf5oEwqKlzUrE9vDSi5jOiL8%2Fj3PYRH9BGCg%3D%3D", "title": "FinancialLicense.pdf", "format": "application/pdf", "hash": "md5:00000000000000000000000000000000", @@ -17,19 +17,19 @@ 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/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8/documents/3c5a914edc354600b56c86c4778cdb1a +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1/documents/b4d3200c7c344342b701cca7850fd67d { "data": { "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/7d809bf30a104837a5882d1472e19d5a/bids/7b0b827e6a90457ab06f61617decdde8/documents/3c5a914edc354600b56c86c4778cdb1a?download=8ef6bb5701eb46c496e6845c6116ac5b", + "url": "http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/ddadd11c25ac44d18e3996b52ae95809/bids/02f2dd853cbe4b4786d17566fd1351f1/documents/b4d3200c7c344342b701cca7850fd67d?download=614ebccad72a4657a1c25dd38def021d", "title": "FinancialLicense.pdf", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:42.715002+02:00", + "datePublished": "2017-02-15T12:04:19.992340+02:00", "documentType": "financialLicense", - "dateModified": "2017-02-15T11:48:42.715030+02:00", - "id": "3c5a914edc354600b56c86c4778cdb1a" + "dateModified": "2017-02-15T12:04:19.992391+02:00", + "id": "b4d3200c7c344342b701cca7850fd67d" } } diff --git a/docs/source/tutorial/upload-first-auction-illustration.http b/docs/source/tutorial/upload-first-auction-illustration.http index cc333f9c..93ff5c73 100644 --- a/docs/source/tutorial/upload-first-auction-illustration.http +++ b/docs/source/tutorial/upload-first-auction-illustration.http @@ -1,4 +1,4 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 428 Content-Type: application/json @@ -10,7 +10,7 @@ Host: api-sandbox.ea.openprocurement.org "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "title": "first_illustration.jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=9UIc09RZYH4v9sdXttlBHrq26GGgpSDCQ2MgsdR8VgNR%2FQWWRumeL0R6o0D3bghRlNpyEvY7meDS98DKqSl4Dw%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=SQcczOAk%2BfZwV5GJAQ4N7if4nx7RyVCtCObEvFni01iyqyoPAKilyk18WADRyC8aqHIrdhgePiKmIKIAR9GRBg%3D%3D", "format": "image/jpeg", "documentType": "illustration" } @@ -19,7 +19,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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/725a6cbb69c94ef1a4c099e624439ead +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/a3f36d70eba640f6be70071f527e9bba { "data": { @@ -27,13 +27,13 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "hash": "md5:00000000000000000000000000000000", "description": "First illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/22d723af7fbc4d98ae339391682f100f?KeyID=91671178&Signature=kofmdnOptllb6eqXjvalAJQ3Z7NsMve2bgeqOkqSPihFBjQMt6oKVBqq1E3bdGAnHtmMYDhrCyY6iVzHrQp%252BCg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/03f0022de9c44f65a6c2348d83a8089a?KeyID=513f88c1&Signature=9I8EwQ5TOyeOaqcgzowYLFIl%2FpfCiHss%2FiMctkCGHt3vJkGCF4roRicx76QzmrFb%2FLalnLxQonI%252BdiXZnIxqDQ%253D%253D", "title": "first_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.529271+02:00", + "datePublished": "2017-02-15T12:04:21.720619+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.529298+02:00", - "id": "725a6cbb69c94ef1a4c099e624439ead" + "dateModified": "2017-02-15T12:04:21.720645+02:00", + "id": "a3f36d70eba640f6be70071f527e9bba" } } diff --git a/docs/source/tutorial/upload-second-auction-illustration.http b/docs/source/tutorial/upload-second-auction-illustration.http index 56344bef..f7114bc4 100644 --- a/docs/source/tutorial/upload-second-auction-illustration.http +++ b/docs/source/tutorial/upload-second-auction-illustration.http @@ -1,6 +1,6 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 436 +Content-Length: 438 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -10,7 +10,7 @@ Host: api-sandbox.ea.openprocurement.org "hash": "md5:00000000000000000000000000000000", "description": "Second illustration description", "title": "second_illustration.jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1912057e75324bb28bcee5e7874487e0?KeyID=91671178&Signature=5aDhy9%2F1Ca5vpYQLEMjaMdGeuAR%2Fh5lRBAdhgC8SrmS4vVD9p%2FwJPvs%2FyjuB9Xi97rtOhWGo1bporD5NA2DhDg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8be34838741246879fa694d236b4a238?KeyID=513f88c1&Signature=FCD1UZ%2BAo%2BVDKWmcjtMgtnbQdrJvW5JdnX9A708NyAcamnXF4%2F%2FRJGaO%2FC7AuaMUonaFkLYEH9W8HBZ1WszUAw%3D%3D", "format": "image/jpeg", "documentType": "illustration" } @@ -19,7 +19,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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/12163c496da04e6bb8b182908b509306 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/9e13495aa76442c8b9364eb0115c03b2 { "data": { @@ -27,13 +27,13 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "hash": "md5:00000000000000000000000000000000", "description": "Second illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/1912057e75324bb28bcee5e7874487e0?KeyID=91671178&Signature=xtJhuAQL93fR4cIsPp6Swa8Z0SU65II5bWyKrlQKtXQgpR%2F6bncpeIakyk1ZAkrsG8mUMNsBJVyQwwW9lwHCCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/8be34838741246879fa694d236b4a238?KeyID=513f88c1&Signature=kusVIYjKXXnBtOAjNKMzL%2FasFnsMa7MvlFvDlOz%2FfZcyB1uE5yqoak%252BYop2qyZYr4Bi%252BzGOrnCzR9%252BvY5xbmAA%253D%253D", "title": "second_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.603123+02:00", + "datePublished": "2017-02-15T12:04:21.795607+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.603151+02:00", - "id": "12163c496da04e6bb8b182908b509306" + "dateModified": "2017-02-15T12:04:21.795642+02:00", + "id": "9e13495aa76442c8b9364eb0115c03b2" } } diff --git a/docs/source/tutorial/upload-third-auction-illustration.http b/docs/source/tutorial/upload-third-auction-illustration.http index b861362b..d00af9eb 100644 --- a/docs/source/tutorial/upload-third-auction-illustration.http +++ b/docs/source/tutorial/upload-third-auction-illustration.http @@ -1,6 +1,6 @@ -POST /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/documents?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +POST /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== -Content-Length: 432 +Content-Length: 428 Content-Type: application/json Host: api-sandbox.ea.openprocurement.org @@ -10,7 +10,7 @@ Host: api-sandbox.ea.openprocurement.org "hash": "md5:00000000000000000000000000000000", "description": "Third illustration description", "title": "third_illustration.jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/dcb6bd41640c4839ab48612fd20eb1b1?KeyID=91671178&Signature=Dtp%2FEis%2BXGRGzb9BxGlatmjEInklV7Za06m6hlLhStD%2FiadzY81jUQStx3ouLzG1OyLBpQVuuXbt3omoopsgBg%3D%3D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a891965963324f0890270d0446026961?KeyID=513f88c1&Signature=cydMH%2B5bsNX52LG7ZoSBeu7LwaFDWuhkdbmnIr65o3kxOZ2wiReLWNNi2sTZ70kG4kFEN0LkjPmFstLABEOxAg%3D%3D", "format": "image/jpeg", "documentType": "illustration" } @@ -19,7 +19,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/f6a8d0f1fd564397b3f1fd30ce85b004/documents/3a61fa159083439cadb989b6359a1313 +Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/documents/20e49e85cfdd4d87a1c248ac6d53efed { "data": { @@ -27,13 +27,13 @@ Location: http://api-sandbox.ea.openprocurement.org/api/2.3/auctions/f6a8d0f1fd5 "hash": "md5:00000000000000000000000000000000", "description": "Third illustration description", "format": "image/jpeg", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/dcb6bd41640c4839ab48612fd20eb1b1?KeyID=91671178&Signature=By09ugOfgmG9uFzw313XwBY65GA%252BHQGmrT7yMGKgFlrXjoNUnS7uUZUaBqR9Q09Z8NutVo9nsGefUMAzJtP%2FAg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a891965963324f0890270d0446026961?KeyID=513f88c1&Signature=UYEM23rqxpOfPMf9AFApWEyvULHNcOdmlFUJ4tJtTKnVU8VGNXUOkARBGZ32I0jVtRaUpag4JAFkqzFf001WDg%253D%253D", "title": "third_illustration.jpeg", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:44.658168+02:00", + "datePublished": "2017-02-15T12:04:21.854410+02:00", "documentType": "illustration", - "dateModified": "2017-02-15T11:48:44.658195+02:00", - "id": "3a61fa159083439cadb989b6359a1313" + "dateModified": "2017-02-15T12:04:21.854438+02:00", + "id": "20e49e85cfdd4d87a1c248ac6d53efed" } } diff --git a/docs/source/tutorial/verify-protocol.http b/docs/source/tutorial/verify-protocol.http index d44071d5..c0d54aa0 100644 --- a/docs/source/tutorial/verify-protocol.http +++ b/docs/source/tutorial/verify-protocol.http @@ -1,4 +1,4 @@ -PATCH /api/2.3/auctions/f6a8d0f1fd564397b3f1fd30ce85b004/awards/9bd8a6d2f7624bcebe94c2333eb5cbc7?acc_token=b71ba50d2bc1415db843b262774e02e9 HTTP/1.0 +PATCH /api/2.3/auctions/967c60be43ae4e15861d31155d334f0c/awards/7b73afec0618469286be741f0151924d?acc_token=255cdd07b6f241ba8634ca4af4d36bc4 HTTP/1.0 Authorization: Basic YnJva2VyOg== Content-Length: 39 Content-Type: application/json @@ -18,42 +18,42 @@ Content-Type: application/json; charset=UTF-8 "data": { "status": "pending.payment", "paymentPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, "documents": [ { - "dateModified": "2017-02-15T11:48:46.613698+02:00", + "dateModified": "2017-02-15T12:04:23.644534+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/6dd84eb79863499facffb3e5652d42d5?KeyID=91671178&Signature=J6jkWeSMLS7Bd%252BeTsuXwYaIMgrnvAmJHEbxFzYDEPg6PAsB%252B4grcicD7EIGTzea3pniKw2yAv3peEnHqzmmGCQ%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/04854d792f3747689e2d2d408e58a4af?KeyID=513f88c1&Signature=oswnG4Qt9kkJNMO8RyElHobnISIPDs%252BY2miFAyYqEP68wWFFM%252BOgLvNX%2Flv4e1lj9MDZZ9O8YZlghR%252Bnd6rABg%253D%253D", "author": "bid_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.613661+02:00", + "datePublished": "2017-02-15T12:04:23.644507+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "955aa34cbd224133bb12934b22483e87" + "id": "ac001f6919fa4061b42860e2b9d86799" }, { - "dateModified": "2017-02-15T11:48:46.753442+02:00", + "dateModified": "2017-02-15T12:04:23.763926+02:00", "hash": "md5:00000000000000000000000000000000", "format": "application/pdf", - "url": "http://public.docs-sandbox.ea.openprocurement.org/get/a3c68b255d504bf28e8a006b5fe82c59?KeyID=91671178&Signature=%252BaEaPrTjk6CEwDBMLOrUq9Y%2F9ZkOPc7jbYWmnFJVpTPQm30aDHaQFblvXv2GNmcq0K9lCwjx6ISK4h8AJs%2FTBg%253D%253D", + "url": "http://public.docs-sandbox.ea.openprocurement.org/get/90b414a8a2784f308db51c4372f050b4?KeyID=513f88c1&Signature=ElKbDDj7gIEGWsM4E658Atnl6jAQxPKCpVKkEJdENALb7mIwIQmc%252BayTCVk9a%252Bt2CJX9dgy5vjozMOuaUV2nAw%253D%253D", "author": "auction_owner", "documentOf": "tender", - "datePublished": "2017-02-15T11:48:46.753410+02:00", + "datePublished": "2017-02-15T12:04:23.763894+02:00", "documentType": "auctionProtocol", "title": "SignedAuctionProtocol.pdf", - "id": "efa2d54da4b340ea8e39c8a15c0ef059" + "id": "0b9ad053bc18402f8af43a78ae0af94c" } ], "verificationPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:48:46.901914+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:04:23.903626+02:00" }, "complaintPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, "suppliers": [ { @@ -78,17 +78,17 @@ Content-Type: application/json; charset=UTF-8 } ], "signingPeriod": { - "startDate": "2017-02-15T11:48:46.210702+02:00", - "endDate": "2017-02-15T11:59:46.210702+02:00" + "startDate": "2017-02-15T12:04:23.272842+02:00", + "endDate": "2017-02-15T12:15:23.272842+02:00" }, - "bid_id": "af88ae708f384bdd9a9d2a6740759998", + "bid_id": "4a5b47e584824138853b8152d8738a6f", "value": { "currency": "UAH", "amount": 501.0, "valueAddedTaxIncluded": true }, - "date": "2017-02-15T11:48:46.915619+02:00", - "id": "9bd8a6d2f7624bcebe94c2333eb5cbc7" + "date": "2017-02-15T12:04:23.917005+02:00", + "id": "7b73afec0618469286be741f0151924d" } } diff --git a/openprocurement/auctions/dgf/models.py b/openprocurement/auctions/dgf/models.py index 1e2384a6..44f23a14 100644 --- a/openprocurement/auctions/dgf/models.py +++ b/openprocurement/auctions/dgf/models.py @@ -26,6 +26,8 @@ ProcuringEntity as BaseProcuringEntity, Question as BaseQuestion, get_auction, ) +from schematics_flexible.schematics_flexible import FlexibleModelType +from openprocurement.schemas.dgf.schemas_store import SchemaStore def read_json(name): @@ -48,7 +50,7 @@ def read_json(name): 'title': u'Місце та форма прийому заяв на участь в аукціоні та банківські реквізити для зарахування гарантійних внесків', 'documentType': 'x_dgfPlatformLegalDetails', } -DGF_PLATFORM_LEGAL_DETAILS_FROM = datetime(2016, 11, 25, tzinfo=TZ) +DGF_PLATFORM_LEGAL_DETAILS_FROM = datetime(2016, 12, 23, tzinfo=TZ) DGF_ID_REQUIRED_FROM = datetime(2017, 1, 1, tzinfo=TZ) DGF_DECISION_REQUIRED_FROM = datetime(2017, 1, 1, tzinfo=TZ) @@ -58,6 +60,7 @@ def validate_disallow_dgfPlatformLegalDetails(docs, *args): if any([i.documentType == 'x_dgfPlatformLegalDetails' for i in docs]): raise ValidationError(u"Disallow documents with x_dgfPlatformLegalDetails documentType") + VERIFY_AUCTION_PROTOCOL_TIME = timedelta(days=3) AWARD_PAYMENT_TIME = timedelta(days=11) CONTRACT_SIGNING_TIME = timedelta(days=11) @@ -79,6 +82,13 @@ class Options: additionalClassifications = ListType(ModelType(Classification), default=list()) address = ModelType(Address) location = ModelType(Location) + schema_properties = FlexibleModelType(SchemaStore()) + + def validate_schema_properties(self, data, new_schema_properties): + """ Raise validation error if code in schema_properties mismatch + with classification id """ + if new_schema_properties and not data['classification']['id'].startswith(new_schema_properties['code']): + raise ValidationError("classification id mismatch with schema_properties code") class Identifier(BaseIdentifier): diff --git a/openprocurement/auctions/dgf/tests/base.py b/openprocurement/auctions/dgf/tests/base.py index 7195bcbc..99e6f749 100644 --- a/openprocurement/auctions/dgf/tests/base.py +++ b/openprocurement/auctions/dgf/tests/base.py @@ -76,6 +76,16 @@ } if SANDBOX_MODE: test_auction_data['procurementMethodDetails'] = 'quick, accelerator=1440' + +test_auction_data_with_schema = test_auction_data.copy() +test_auction_data_with_schema['items'][0]['classification']['id'] = "04114000-0" +test_auction_data_with_schema['items'][0]['schema_properties'] = { + "code": "04114000-0", + "version": "latest", + "properties": {"total_area": 4, + "number_of_rooms": 4} + } + test_features_auction_data = test_auction_data.copy() test_features_item = test_features_auction_data['items'][0].copy() test_features_item['id'] = "1" @@ -208,6 +218,15 @@ bid['tenderers'] = [test_financial_organization] test_financial_bids.append(bid) +test_financial_auction_data_with_schema = test_financial_auction_data = deepcopy(test_financial_auction_data) +test_financial_auction_data_with_schema['items'][0]['classification']['id'] = "04114000-0" +test_financial_auction_data_with_schema['items'][0]['schema_properties'] = { + "code": "04114000-0", + "version": "latest", + "properties": {"total_area": 4, + "number_of_rooms": 4} +} + class BaseWebTest(FlashBaseWebTest): diff --git a/openprocurement/auctions/dgf/tests/tender.py b/openprocurement/auctions/dgf/tests/tender.py index af47e7fa..6dc0b5bb 100644 --- a/openprocurement/auctions/dgf/tests/tender.py +++ b/openprocurement/auctions/dgf/tests/tender.py @@ -8,8 +8,11 @@ from openprocurement.api.utils import ROUTE_PREFIX from openprocurement.api.models import get_now, SANDBOX_MODE, TZ from openprocurement.auctions.dgf.models import DGFOtherAssets, DGFFinancialAssets, DGF_ID_REQUIRED_FROM -from openprocurement.auctions.dgf.tests.base import test_auction_data, test_financial_auction_data, test_organization, test_financial_organization, BaseWebTest, BaseAuctionWebTest - +from openprocurement.auctions.dgf.tests.base import ( + test_auction_data, test_financial_auction_data, + test_organization, test_financial_organization, + BaseWebTest, BaseAuctionWebTest, + test_financial_auction_data_with_schema, test_auction_data_with_schema) class AuctionTest(BaseWebTest): auction = DGFOtherAssets @@ -52,7 +55,7 @@ def test_create_role(self): def test_edit_role(self): fields = set([ - 'features', 'hasEnquiries', + 'features', 'hasEnquiries' ]) if SANDBOX_MODE: fields.add('procurementMethodDetails') @@ -1542,6 +1545,41 @@ class FinancialAuctionProcessTest(AuctionProcessTest): initial_organization = test_financial_organization +class AuctionSchemaResourceTest(AuctionResourceTest): + initial_data = test_auction_data_with_schema + + def test_create_auction_with_bad_schemas_code(self): + response = self.app.get('/auctions') + self.assertEqual(response.status, '200 OK') + self.assertEqual(len(response.json['data']), 0) + bad_initial_data = deepcopy(self.initial_data) + bad_initial_data['items'][0]['classification']['id'] = "42124210-6" + response = self.app.post_json('/auctions', {"data": bad_initial_data}, + status=422) + self.assertEqual(response.status, '422 Unprocessable Entity') + self.assertEqual(response.content_type, 'application/json') + self.assertEqual(response.json['errors'], + [{ + "location": "body", + "name": "items", + "description": [{ + "schema_properties": ["classification id mismatch with schema_properties code"] + }] + }]) + + +class AuctionSchemaProcessTest(AuctionProcessTest): + initial_data = test_auction_data_with_schema + + +class FinancialAuctionSchemaResourceTest(FinancialAuctionResourceTest): + initial_data = test_financial_auction_data_with_schema + + +class FinancialAuctionSchemaProcessTest(FinancialAuctionProcessTest): + initial_data = test_financial_auction_data_with_schema + + def suite(): suite = unittest.TestSuite() suite.addTest(unittest.makeSuite(AuctionProcessTest)) @@ -1550,6 +1588,10 @@ def suite(): suite.addTest(unittest.makeSuite(FinancialAuctionProcessTest)) suite.addTest(unittest.makeSuite(FinancialAuctionResourceTest)) suite.addTest(unittest.makeSuite(FinancialAuctionTest)) + suite.addTest(unittest.makeSuite(AuctionSchemaResourceTest)) + suite.addTest(unittest.makeSuite(AuctionSchemaProcessTest)) + suite.addTest(unittest.makeSuite(FinancialAuctionSchemaResourceTest)) + suite.addTest(unittest.makeSuite(FinancialAuctionSchemaProcessTest)) return suite diff --git a/openprocurement/auctions/dgf/utils.py b/openprocurement/auctions/dgf/utils.py index 29b442e9..36e3ce21 100644 --- a/openprocurement/auctions/dgf/utils.py +++ b/openprocurement/auctions/dgf/utils.py @@ -15,6 +15,7 @@ DOCUMENT_TYPE_URL_ONLY, DOCUMENT_TYPE_OFFLINE, VERIFY_AUCTION_PROTOCOL_TIME, AWARD_PAYMENT_TIME, CONTRACT_SIGNING_TIME ) + PKG = get_distribution(__package__) LOGGER = getLogger(PKG.project_name) diff --git a/requirements.txt b/requirements.txt index 55ab3445..559b98dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,3 +49,5 @@ git+https://github.com/openprocurement/rfc6266.git -e git+https://github.com/openprocurement/openprocurement.api.git@master#egg=openprocurement.api -e git+https://github.com/openprocurement/openprocurement.auctions.core.git@master#egg=openprocurement.auctions.core -e git+https://github.com/openprocurement/openprocurement.auctions.flash.git@master#egg=openprocurement.auctions.flash +-e git+https://github.com/openprocurement/schematics-flexible.git@master#egg=schematics-flexible +-e git+https://github.com/openprocurement/openprocurement.schemas.dgf.git@master#egg=openprocurement.schemas.dgf \ No newline at end of file diff --git a/setup.py b/setup.py index 39c7d71b..dd2db64b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.0.7' +version = '1.0.9' entry_points = { 'openprocurement.auctions.core.plugins': [ @@ -14,6 +14,8 @@ 'openprocurement.api', 'openprocurement.auctions.core', 'openprocurement.auctions.flash', + 'openprocurement.schemas.dgf', + 'schematics-flexible' ] docs_requires = requires + [