Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/a258001251842882_refactoring'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Sep 14, 2017
2 parents d0a9887 + 64ca70b commit 55ad11f
Show file tree
Hide file tree
Showing 55 changed files with 613 additions and 474 deletions.
7 changes: 7 additions & 0 deletions docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,13 @@ def test_docs(self):
self.assertEqual(response.status, '200 OK')
self.assertEqual(response.json['data']['value']['amount'], 238)

#### Set contact.item.unit value
with open('docs/source/tutorial/tender-contract-set-contract_items_unit-value.http', 'w') as self.app.file_obj:
response = self.app.patch_json('/tenders/{}/contracts/{}?acc_token={}'.format(
self.tender_id, self.contract_id, owner_token), {"data": {"items": [{'unit': {'value': {'amount': 12}}}]}})
self.assertEqual(response.status, '200 OK')
self.assertEqual(response.json['data']['items'][0]['unit']['value']['amount'], 12)

#### Setting contract signature date
#

Expand Down
9 changes: 9 additions & 0 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ If you want to **lower contract value**, you can insert new one into the `amount

`200 OK` response was returned. The value was modified successfully.

Setting value per item's unit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. include:: tutorial/tender-contract-set-contract_items_unit-value.http
:code:

`200 OK` response was returned with successfully set item.unit.value structure.


Setting contract signature date
-------------------------------

Expand Down
22 changes: 11 additions & 11 deletions docs/source/tutorial/active-cancellation.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/319699c45d7a4a6cbb437fab5cc6a22b/cancellations/9c59c47ddc644bc4a2dc6f6127d81f56?acc_token=7b798e8f12644defa0f09edf282ffdd8 HTTP/1.0
PATCH /api/2.3/tenders/d014500a9769491a81f3f1cecc1004f3/cancellations/833e548df8844625968737800200d508?acc_token=0b5ecdd3b42e4a3eb9f4c05235bdbbfa HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 30
Content-Type: application/json
Expand All @@ -19,29 +19,29 @@ Content-Type: application/json; charset=UTF-8
{
"description": "Changed description",
"title": "Notice.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/319699c45d7a4a6cbb437fab5cc6a22b/cancellations/9c59c47ddc644bc4a2dc6f6127d81f56/documents/f702c700a9b94bf196724a3c2f799d0a?download=bfc5d374cdc34bf6af1082776987f245",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/d014500a9769491a81f3f1cecc1004f3/cancellations/833e548df8844625968737800200d508/documents/08efed395139410eb9495bc30a29da41?download=0c28ec4bce78403c9e2eb0f99467603e",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2017-06-21T16:18:52.565663+03:00",
"id": "f702c700a9b94bf196724a3c2f799d0a",
"dateModified": "2017-06-21T16:18:52.565708+03:00"
"datePublished": "2017-09-14T19:39:59.162158+03:00",
"id": "08efed395139410eb9495bc30a29da41",
"dateModified": "2017-09-14T19:39:59.162241+03:00"
},
{
"description": "Changed description",
"title": "Notice-2.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/319699c45d7a4a6cbb437fab5cc6a22b/cancellations/9c59c47ddc644bc4a2dc6f6127d81f56/documents/f702c700a9b94bf196724a3c2f799d0a?download=704fdc63b31a4fe986888c9781b08763",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/d014500a9769491a81f3f1cecc1004f3/cancellations/833e548df8844625968737800200d508/documents/08efed395139410eb9495bc30a29da41?download=a979145c13a049628d79ef4f79681ede",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2017-06-21T16:18:52.565663+03:00",
"id": "f702c700a9b94bf196724a3c2f799d0a",
"dateModified": "2017-06-21T16:18:52.811813+03:00"
"datePublished": "2017-09-14T19:39:59.162158+03:00",
"id": "08efed395139410eb9495bc30a29da41",
"dateModified": "2017-09-14T19:40:00.247333+03:00"
}
],
"reason": "cancellation reason",
"reasonType": "unsuccessful",
"date": "2017-06-21T16:18:52.953401+03:00",
"date": "2017-09-14T19:40:00.854722+03:00",
"cancellationOf": "tender",
"id": "9c59c47ddc644bc4a2dc6f6127d81f56"
"id": "833e548df8844625968737800200d508"
}
}

20 changes: 10 additions & 10 deletions docs/source/tutorial/award-complaint-accept.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2 HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 32
Content-Type: application/json
Expand All @@ -19,12 +19,12 @@ Content-Type: application/json; charset=UTF-8
{
"author": "complaint_owner",
"title": "Complaint_Attachement.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d/documents/618aaf4bc75546118cea23f5eb10bd11?download=ea7b6fdd4795428b8d8845da461641a5",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2/documents/349f815d819b481d8bd0dcffd5221681?download=27cb1024cf30489fafd038a7c33a036f",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2017-06-21T16:19:03.304257+03:00",
"id": "618aaf4bc75546118cea23f5eb10bd11",
"dateModified": "2017-06-21T16:19:03.304302+03:00"
"datePublished": "2017-09-14T19:40:30.809507+03:00",
"id": "349f815d819b481d8bd0dcffd5221681",
"dateModified": "2017-09-14T19:40:30.809589+03:00"
}
],
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
Expand All @@ -50,13 +50,13 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateAccepted": "2017-06-21T16:19:04.231870+03:00",
"dateSubmitted": "2017-06-21T16:19:03.413486+03:00",
"complaintID": "UA-2017-06-21-000001.1",
"date": "2017-06-21T16:19:04.238881+03:00",
"dateAccepted": "2017-09-14T19:40:34.443145+03:00",
"dateSubmitted": "2017-09-14T19:40:31.233167+03:00",
"complaintID": "UA-2017-09-14-000001.1",
"date": "2017-09-14T19:40:34.472516+03:00",
"acceptance": true,
"type": "complaint",
"id": "5c937c5a9f2a4f869d6deff875bbf06d"
"id": "c272a954052d4a93a04ad483b84213d2"
}
}

16 changes: 8 additions & 8 deletions docs/source/tutorial/award-complaint-accepted-stopped.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/7d3c07dbec8e436392df85d040108f20 HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/a09e5e8360774ba1b78aac98c10196cd HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 217
Content-Type: application/json
Expand All @@ -16,13 +16,13 @@ Content-Type: application/json; charset=UTF-8
{
"data": {
"status": "stopped",
"dateDecision": "2017-06-21T16:19:05.409039+03:00",
"dateDecision": "2017-09-14T19:40:39.594409+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"title": "Недостатньо інформації",
"decision": "Тендер скасовується замовником",
"acceptance": true,
"dateCanceled": "2017-06-21T16:19:05.409066+03:00",
"dateAccepted": "2017-06-21T16:19:04.704974+03:00",
"dateCanceled": "2017-09-14T19:40:39.594451+03:00",
"dateAccepted": "2017-09-14T19:40:36.667273+03:00",
"author": {
"contactPoint": {
"email": "soleksuk@gmail.com",
Expand All @@ -44,11 +44,11 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateSubmitted": "2017-06-21T16:19:03.925309+03:00",
"complaintID": "UA-2017-06-21-000001.5",
"date": "2017-06-21T16:19:05.416324+03:00",
"dateSubmitted": "2017-09-14T19:40:33.151856+03:00",
"complaintID": "UA-2017-09-14-000001.5",
"date": "2017-09-14T19:40:39.625276+03:00",
"type": "complaint",
"id": "7d3c07dbec8e436392df85d040108f20"
"id": "a09e5e8360774ba1b78aac98c10196cd"
}
}

14 changes: 7 additions & 7 deletions docs/source/tutorial/award-complaint-accepted-stopping.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/0374c9888d6a4a518d14794262dd422a?acc_token=3bdbea6281af45eea9809fbd214805e8 HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/9b496a6845ab4817ac3b41ec54ebd194?acc_token=9e89d9871d0540a99027b84677fa399b HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 228
Content-Type: application/json
Expand Down Expand Up @@ -40,14 +40,14 @@ Content-Type: application/json; charset=UTF-8
},
"acceptance": true,
"cancellationReason": "Тендер скасовується замовником",
"dateCanceled": "2017-06-21T16:19:06.324306+03:00",
"dateAccepted": "2017-06-21T16:19:04.546376+03:00",
"dateSubmitted": "2017-06-21T16:19:03.771918+03:00",
"complaintID": "UA-2017-06-21-000001.4",
"date": "2017-06-21T16:19:06.332778+03:00",
"dateCanceled": "2017-09-14T19:40:43.651500+03:00",
"dateAccepted": "2017-09-14T19:40:35.945168+03:00",
"dateSubmitted": "2017-09-14T19:40:32.596679+03:00",
"complaintID": "UA-2017-09-14-000001.4",
"date": "2017-09-14T19:40:43.681555+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "0374c9888d6a4a518d14794262dd422a"
"id": "9b496a6845ab4817ac3b41ec54ebd194"
}
}

10 changes: 5 additions & 5 deletions docs/source/tutorial/award-complaint-cancel.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/cfe97036d51f41ee971a48556d6fb8f9/complaints/86d5532c1e9b44319643d48336c66bb2?acc_token=35eca2e3015f46fa9e982faca9c34f00 HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/16c53b598ce94c89b62facc41375ec4d/complaints/a8ea9f5eb37d41beb4d108ca801a767c?acc_token=a5ae706a62cc4da492541009706e7656 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 150
Content-Type: application/json
Expand Down Expand Up @@ -40,11 +40,11 @@ Content-Type: application/json; charset=UTF-8
},
"title": "Недостатньо інформації",
"cancellationReason": "Умови виправлено",
"dateCanceled": "2017-06-21T16:19:07.381079+03:00",
"complaintID": "UA-2017-06-21-000001.7",
"date": "2017-06-21T16:19:07.391359+03:00",
"dateCanceled": "2017-09-14T19:40:48.419690+03:00",
"complaintID": "UA-2017-09-14-000001.7",
"date": "2017-09-14T19:40:48.457679+03:00",
"type": "complaint",
"id": "86d5532c1e9b44319643d48336c66bb2"
"id": "a8ea9f5eb37d41beb4d108ca801a767c"
}
}

18 changes: 9 additions & 9 deletions docs/source/tutorial/award-complaint-complaint.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d?acc_token=9d7cdfa3aabf4b4799f8d040c84c2c36 HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2?acc_token=36fbcc2339d7457fab861a20496ec5be HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 31
Content-Type: application/json
Expand All @@ -19,12 +19,12 @@ Content-Type: application/json; charset=UTF-8
{
"author": "complaint_owner",
"title": "Complaint_Attachement.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d/documents/618aaf4bc75546118cea23f5eb10bd11?download=ea7b6fdd4795428b8d8845da461641a5",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2/documents/349f815d819b481d8bd0dcffd5221681?download=27cb1024cf30489fafd038a7c33a036f",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2017-06-21T16:19:03.304257+03:00",
"id": "618aaf4bc75546118cea23f5eb10bd11",
"dateModified": "2017-06-21T16:19:03.304302+03:00"
"datePublished": "2017-09-14T19:40:30.809507+03:00",
"id": "349f815d819b481d8bd0dcffd5221681",
"dateModified": "2017-09-14T19:40:30.809589+03:00"
}
],
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
Expand All @@ -50,11 +50,11 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateSubmitted": "2017-06-21T16:19:03.413486+03:00",
"complaintID": "UA-2017-06-21-000001.1",
"date": "2017-06-21T16:19:03.417736+03:00",
"dateSubmitted": "2017-09-14T19:40:31.233167+03:00",
"complaintID": "UA-2017-09-14-000001.1",
"date": "2017-09-14T19:40:31.249254+03:00",
"type": "complaint",
"id": "5c937c5a9f2a4f869d6deff875bbf06d"
"id": "c272a954052d4a93a04ad483b84213d2"
}
}

14 changes: 7 additions & 7 deletions docs/source/tutorial/award-complaint-decline.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/99ba6a6157014ddcbe02395ee20a3328 HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/0978221c423947ca9098f709c5646ffb HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 32
Content-Type: application/json
Expand All @@ -15,7 +15,7 @@ Content-Type: application/json; charset=UTF-8
{
"data": {
"status": "declined",
"dateDecision": "2017-06-21T16:19:05.227867+03:00",
"dateDecision": "2017-09-14T19:40:38.853200+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"author": {
"contactPoint": {
Expand All @@ -39,13 +39,13 @@ Content-Type: application/json; charset=UTF-8
}
},
"acceptance": true,
"dateAccepted": "2017-06-21T16:19:04.386133+03:00",
"dateSubmitted": "2017-06-21T16:19:03.629228+03:00",
"complaintID": "UA-2017-06-21-000001.3",
"date": "2017-06-21T16:19:05.235327+03:00",
"dateAccepted": "2017-09-14T19:40:35.271319+03:00",
"dateSubmitted": "2017-09-14T19:40:32.103369+03:00",
"complaintID": "UA-2017-09-14-000001.3",
"date": "2017-09-14T19:40:38.880192+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "99ba6a6157014ddcbe02395ee20a3328"
"id": "0978221c423947ca9098f709c5646ffb"
}
}

10 changes: 5 additions & 5 deletions docs/source/tutorial/award-complaint-newaward.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POST /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards?acc_token=2fe49c2f5a39469eaf9a08c04e1655cf HTTP/1.0
POST /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards?acc_token=0b47211b46614b86b9023205c630966f HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 1284
Content-Type: application/json
Expand Down Expand Up @@ -42,12 +42,12 @@ Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/cfe97036d51f41ee971a48556d6fb8f9
Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/16c53b598ce94c89b62facc41375ec4d
{
"data": {
"status": "pending",
"complaintPeriod": {
"startDate": "2017-06-21T16:19:05.943800+03:00"
"startDate": "2017-09-14T19:40:41.918595+03:00"
},
"suppliers": [
{
Expand Down Expand Up @@ -77,8 +77,8 @@ Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba491
"amount": 475000.0,
"valueAddedTaxIncluded": true
},
"date": "2017-06-21T16:19:05.942137+03:00",
"id": "cfe97036d51f41ee971a48556d6fb8f9"
"date": "2017-09-14T19:40:41.912656+03:00",
"id": "16c53b598ce94c89b62facc41375ec4d"
}
}

12 changes: 6 additions & 6 deletions docs/source/tutorial/award-complaint-reject.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/67cb273a738d4e968e65644f3463282b HTTP/1.0
PATCH /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/998c6a513f1a47d480ef6daf2bbe9cfd HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 31
Content-Type: application/json
Expand All @@ -15,7 +15,7 @@ Content-Type: application/json; charset=UTF-8
{
"data": {
"status": "invalid",
"dateDecision": "2017-06-21T16:19:04.072016+03:00",
"dateDecision": "2017-09-14T19:40:33.775939+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"author": {
"contactPoint": {
Expand All @@ -39,12 +39,12 @@ Content-Type: application/json; charset=UTF-8
}
},
"acceptance": false,
"dateSubmitted": "2017-06-21T16:19:03.514480+03:00",
"complaintID": "UA-2017-06-21-000001.2",
"date": "2017-06-21T16:19:04.079018+03:00",
"dateSubmitted": "2017-09-14T19:40:31.646817+03:00",
"complaintID": "UA-2017-09-14-000001.2",
"date": "2017-09-14T19:40:33.806846+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "67cb273a738d4e968e65644f3463282b"
"id": "998c6a513f1a47d480ef6daf2bbe9cfd"
}
}

16 changes: 8 additions & 8 deletions docs/source/tutorial/award-complaint-resolution-upload.http
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
POST /api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d/documents HTTP/1.0
POST /api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2/documents HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 201
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy0662378405739$
Content-Length: 199
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy679155694396$
Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d/documents/565727d4ad834bb09f716a0fa578a85c
Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2/documents/40f22dba904e4c5f99100696ae06d89a
{
"data": {
"author": "aboveThresholdReviewers",
"title": "ComplaintResolution.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/26088e6631ba4910a4ac84197a700dd4/awards/e6a0e20f54694b6d85727649a5c95cae/complaints/5c937c5a9f2a4f869d6deff875bbf06d/documents/565727d4ad834bb09f716a0fa578a85c?download=67e2c73c20394cae957efe27f811beba",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/e564a943c46a443497a81bcdac928861/awards/13e739fca10d4715839fb7544af40491/complaints/c272a954052d4a93a04ad483b84213d2/documents/40f22dba904e4c5f99100696ae06d89a?download=a2cc1e313e87436a8c9a61d24ffb8be5",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2017-06-21T16:19:04.872275+03:00",
"id": "565727d4ad834bb09f716a0fa578a85c",
"dateModified": "2017-06-21T16:19:04.872325+03:00"
"datePublished": "2017-09-14T19:40:37.372683+03:00",
"id": "40f22dba904e4c5f99100696ae06d89a",
"dateModified": "2017-09-14T19:40:37.372766+03:00"
}
}

0 comments on commit 55ad11f

Please sign in to comment.