Skip to content

Commit

Permalink
Complaints: pending=>stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed May 6, 2016
1 parent c407a77 commit abc0642
Show file tree
Hide file tree
Showing 46 changed files with 476 additions and 521 deletions.
4 changes: 2 additions & 2 deletions docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def test_complaints(self):
self.assertEqual(response.status, '200 OK')

self.app.authorization = ('Basic', ('broker', ''))
response = self.app.post_json('/tenders/{}/complaints'.format(self.tender_id), complaint_data)
response = self.app.post_json('/tenders/{}/complaints'.format(self.tender_id), complaint)
self.assertEqual(response.status, '201 Created')
complaint7_id = response.json['data']['id']
complaint7_token = response.json['access']['token']
Expand Down Expand Up @@ -990,7 +990,7 @@ def test_award_complaints(self):
self.assertEqual(response.status, '200 OK')

with open('docs/source/tutorial/award-complaint-submit.http', 'w') as self.app.file_obj:
response = self.app.post_json('/tenders/{}/awards/{}/complaints?acc_token={}'.format(self.tender_id, award_id, bid_token), complaint_data)
response = self.app.post_json('/tenders/{}/awards/{}/complaints?acc_token={}'.format(self.tender_id, award_id, bid_token), complaint)
self.assertEqual(response.status, '201 Created')

with open('docs/source/tutorial/award-complaint-cancel.http', 'w') as self.app.file_obj:
Expand Down
8 changes: 5 additions & 3 deletions docs/source/complaints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ Tender Conditions Claims/Complaints
answered -> {pending,resolved};
draft -> {claim,pending};
claim -> pending;
{draft,claim,answered,pending} -> cancelled;
{draft,claim,answered} -> cancelled;
pending -> stopping;
accepted -> stopping;
edge[style=bold];
pending -> {accepted,invalid};
accepted -> {declined,satisfied,stopped};
stopping -> stopped;
edge[label="auction" style=dotted];
answered -> {declined,resolved,invalid};
answered -> {invalid,declined,resolved};
}

.. toctree::
Expand All @@ -60,7 +61,8 @@ Tender Award Complaints
satisfied -> resolved;
edge[style=dashed];
draft -> pending;
{draft,pending} -> cancelled;
draft -> cancelled;
pending -> stopping;
accepted -> stopping;
edge[style=bold];
pending -> {accepted,invalid};
Expand Down
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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342 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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/ea3ad032acc949c5b69314f991ec4e67?download=a44eaf741ee04bc1b5763af466262d5e",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/9497e8532bbc4e77bb49c1b24f8481a7?download=44862360caf847a592ddf38c4c2c20e9",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-04-25T14:46:47.016143+03:00",
"id": "ea3ad032acc949c5b69314f991ec4e67",
"dateModified": "2016-04-25T14:46:47.016182+03:00"
"datePublished": "2016-05-06T11:05:26.867756+03:00",
"id": "9497e8532bbc4e77bb49c1b24f8481a7",
"dateModified": "2016-05-06T11:05:26.867795+03:00"
}
],
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
Expand All @@ -50,13 +50,13 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateAccepted": "2016-04-25T14:46:48.479064+03:00",
"dateSubmitted": "2016-04-25T14:46:47.200019+03:00",
"complaintID": "UA-2016-04-25-000001.1",
"date": "2016-04-25T14:46:46.656214+03:00",
"dateAccepted": "2016-05-06T11:05:28.141635+03:00",
"dateSubmitted": "2016-05-06T11:05:27.030158+03:00",
"complaintID": "UA-2016-05-06-000001.1",
"date": "2016-05-06T11:05:26.546604+03:00",
"acceptance": true,
"type": "complaint",
"id": "0790ec3c70b94b6fa63dbf2f0b0a485b"
"id": "c5b4c5656f21473d9790f1ba1cc68342"
}
}

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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/8122b2bf59994a2892f593b0c5e2c816 HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/274d481e0f744d5299123c91712e0835 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": "2016-04-25T14:46:50.134864+03:00",
"dateDecision": "2016-05-06T11:05:29.674948+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"title": "Недостатньо інформації",
"decision": "Тендер скасовується замовником",
"acceptance": true,
"dateCanceled": "2016-04-25T14:46:50.134892+03:00",
"dateAccepted": "2016-04-25T14:46:49.129676+03:00",
"dateCanceled": "2016-05-06T11:05:29.674974+03:00",
"dateAccepted": "2016-05-06T11:05:28.791432+03:00",
"author": {
"contactPoint": {
"email": "soleksuk@gmail.com",
Expand All @@ -44,11 +44,11 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateSubmitted": "2016-04-25T14:46:48.008130+03:00",
"complaintID": "UA-2016-04-25-000001.5",
"date": "2016-04-25T14:46:48.006651+03:00",
"dateSubmitted": "2016-05-06T11:05:27.735380+03:00",
"complaintID": "UA-2016-05-06-000001.5",
"date": "2016-05-06T11:05:27.733941+03:00",
"type": "complaint",
"id": "8122b2bf59994a2892f593b0c5e2c816"
"id": "274d481e0f744d5299123c91712e0835"
}
}

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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/e964ed5cff314647853f5415b78fb60b?acc_token=6f2b302a338f4a77ac03dbda25d9f034 HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c4203965f6be46faafdd090d95bcda6e?acc_token=4fb82576879a4f9c88a3c8944f2eb21a 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": "2016-04-25T14:46:51.213824+03:00",
"dateAccepted": "2016-04-25T14:46:48.908554+03:00",
"dateSubmitted": "2016-04-25T14:46:47.790139+03:00",
"complaintID": "UA-2016-04-25-000001.4",
"date": "2016-04-25T14:46:47.788011+03:00",
"dateCanceled": "2016-05-06T11:05:30.758877+03:00",
"dateAccepted": "2016-05-06T11:05:28.560773+03:00",
"dateSubmitted": "2016-05-06T11:05:27.536449+03:00",
"complaintID": "UA-2016-05-06-000001.4",
"date": "2016-05-06T11:05:27.534495+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "e964ed5cff314647853f5415b78fb60b"
"id": "c4203965f6be46faafdd090d95bcda6e"
}
}

11 changes: 5 additions & 6 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/69d7bfc4f2764d528025eb51b18e4ea2/awards/db852b66be8f42008dc9778f9a067e60/complaints/3ed1fef53be04b16a8f79aec8bdaf7a3?acc_token=33734bf924094f43869bdb800a180f3e HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/bfd838c872a5408f85907a53aee8d2cc/complaints/2303b613500d47bf9deb6225539c6470?acc_token=851dde7cb6af49faa64a5bd4d9b490ee HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 150
Content-Type: application/json
Expand Down Expand Up @@ -40,12 +40,11 @@ Content-Type: application/json; charset=UTF-8
},
"title": "Недостатньо інформації",
"cancellationReason": "Умови виправлено",
"dateCanceled": "2016-04-25T14:46:52.367634+03:00",
"dateSubmitted": "2016-04-25T14:46:52.076581+03:00",
"complaintID": "UA-2016-04-25-000001.6",
"date": "2016-04-25T14:46:52.074941+03:00",
"dateCanceled": "2016-05-06T11:05:32.001655+03:00",
"complaintID": "UA-2016-05-06-000001.6",
"date": "2016-05-06T11:05:31.712020+03:00",
"type": "complaint",
"id": "3ed1fef53be04b16a8f79aec8bdaf7a3"
"id": "2303b613500d47bf9deb6225539c6470"
}
}

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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b?acc_token=b74da00c5a0245e794214030b8923625 HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342?acc_token=8da0ecdb1a7b41c2b47d3f2d12874670 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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/ea3ad032acc949c5b69314f991ec4e67?download=a44eaf741ee04bc1b5763af466262d5e",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/9497e8532bbc4e77bb49c1b24f8481a7?download=44862360caf847a592ddf38c4c2c20e9",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-04-25T14:46:47.016143+03:00",
"id": "ea3ad032acc949c5b69314f991ec4e67",
"dateModified": "2016-04-25T14:46:47.016182+03:00"
"datePublished": "2016-05-06T11:05:26.867756+03:00",
"id": "9497e8532bbc4e77bb49c1b24f8481a7",
"dateModified": "2016-05-06T11:05:26.867795+03:00"
}
],
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
Expand All @@ -50,11 +50,11 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateSubmitted": "2016-04-25T14:46:47.200019+03:00",
"complaintID": "UA-2016-04-25-000001.1",
"date": "2016-04-25T14:46:46.656214+03:00",
"dateSubmitted": "2016-05-06T11:05:27.030158+03:00",
"complaintID": "UA-2016-05-06-000001.1",
"date": "2016-05-06T11:05:26.546604+03:00",
"type": "complaint",
"id": "0790ec3c70b94b6fa63dbf2f0b0a485b"
"id": "c5b4c5656f21473d9790f1ba1cc68342"
}
}

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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/4ce184217ed6409bac406796455b063b HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/fada4e8a9ee042a8ac9537b1074d8894 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": "2016-04-25T14:46:49.906903+03:00",
"dateDecision": "2016-05-06T11:05:29.440515+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"author": {
"contactPoint": {
Expand All @@ -39,13 +39,13 @@ Content-Type: application/json; charset=UTF-8
}
},
"acceptance": true,
"dateAccepted": "2016-04-25T14:46:48.701449+03:00",
"dateSubmitted": "2016-04-25T14:46:47.571344+03:00",
"complaintID": "UA-2016-04-25-000001.3",
"date": "2016-04-25T14:46:47.569873+03:00",
"dateAccepted": "2016-05-06T11:05:28.345654+03:00",
"dateSubmitted": "2016-05-06T11:05:27.354818+03:00",
"complaintID": "UA-2016-05-06-000001.3",
"date": "2016-05-06T11:05:27.353246+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "4ce184217ed6409bac406796455b063b"
"id": "fada4e8a9ee042a8ac9537b1074d8894"
}
}

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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/6784d2f0bbf944b189b906535b9a698a HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/98c65df2b01d4ba3b80d85ac1691e6c9 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": "2016-04-25T14:46:48.233962+03:00",
"dateDecision": "2016-05-06T11:05:27.932753+03:00",
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
"author": {
"contactPoint": {
Expand All @@ -39,12 +39,12 @@ Content-Type: application/json; charset=UTF-8
}
},
"acceptance": false,
"dateSubmitted": "2016-04-25T14:46:47.377909+03:00",
"complaintID": "UA-2016-04-25-000001.2",
"date": "2016-04-25T14:46:47.376374+03:00",
"dateSubmitted": "2016-05-06T11:05:27.189788+03:00",
"complaintID": "UA-2016-05-06-000001.2",
"date": "2016-05-06T11:05:27.188321+03:00",
"title": "Недостатньо інформації",
"type": "complaint",
"id": "6784d2f0bbf944b189b906535b9a698a"
"id": "98c65df2b01d4ba3b80d85ac1691e6c9"
}
}

14 changes: 7 additions & 7 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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents HTTP/1.0
POST /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 197
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy24663257772$
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy83879433162$
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/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/39dc38fc964742cbbf66c2164020a8f8
Location: http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/e1e1e8e8a2c040b1b57ea9813e402693
{
"data": {
"author": "aboveThresholdReviewers",
"title": "ComplaintResolution.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/39dc38fc964742cbbf66c2164020a8f8?download=7905bdd978a94ee39f486fe3206b3b7e",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/e1e1e8e8a2c040b1b57ea9813e402693?download=d0a7c5147ddc45cdb929a11d17ed9d30",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-04-25T14:46:49.370197+03:00",
"id": "39dc38fc964742cbbf66c2164020a8f8",
"dateModified": "2016-04-25T14:46:49.370248+03:00"
"datePublished": "2016-05-06T11:05:29.004829+03:00",
"id": "e1e1e8e8a2c040b1b57ea9813e402693",
"dateModified": "2016-05-06T11:05:29.004867+03:00"
}
}

30 changes: 15 additions & 15 deletions docs/source/tutorial/award-complaint-resolve.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/2.3/tenders/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b HTTP/1.0
PATCH /api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342 HTTP/1.0
Authorization: Basic cmV2aWV3ZXI6
Content-Length: 33
Content-Type: application/json
Expand All @@ -15,27 +15,27 @@ Content-Type: application/json; charset=UTF-8
{
"data": {
"status": "satisfied",
"dateDecision": "2016-04-25T14:46:49.637250+03:00",
"dateDecision": "2016-05-06T11:05:29.230836+03:00",
"documents": [
{
"author": "complaint_owner",
"title": "Complaint_Attachement.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/ea3ad032acc949c5b69314f991ec4e67?download=a44eaf741ee04bc1b5763af466262d5e",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/9497e8532bbc4e77bb49c1b24f8481a7?download=44862360caf847a592ddf38c4c2c20e9",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-04-25T14:46:47.016143+03:00",
"id": "ea3ad032acc949c5b69314f991ec4e67",
"dateModified": "2016-04-25T14:46:47.016182+03:00"
"datePublished": "2016-05-06T11:05:26.867756+03:00",
"id": "9497e8532bbc4e77bb49c1b24f8481a7",
"dateModified": "2016-05-06T11:05:26.867795+03:00"
},
{
"author": "aboveThresholdReviewers",
"title": "ComplaintResolution.pdf",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/69d7bfc4f2764d528025eb51b18e4ea2/awards/1b7920063c5843118839b3f455bebf79/complaints/0790ec3c70b94b6fa63dbf2f0b0a485b/documents/39dc38fc964742cbbf66c2164020a8f8?download=7905bdd978a94ee39f486fe3206b3b7e",
"url": "http://api-sandbox.openprocurement.org/api/2.3/tenders/264ee260a5a0475ba406ebdb81d9de43/awards/22c157bfe6a143458c873fda1914538f/complaints/c5b4c5656f21473d9790f1ba1cc68342/documents/e1e1e8e8a2c040b1b57ea9813e402693?download=d0a7c5147ddc45cdb929a11d17ed9d30",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-04-25T14:46:49.370197+03:00",
"id": "39dc38fc964742cbbf66c2164020a8f8",
"dateModified": "2016-04-25T14:46:49.370248+03:00"
"datePublished": "2016-05-06T11:05:29.004829+03:00",
"id": "e1e1e8e8a2c040b1b57ea9813e402693",
"dateModified": "2016-05-06T11:05:29.004867+03:00"
}
],
"description": "Умови виставлені замовником не містять достатньо інформації, щоб заявка мала сенс.",
Expand All @@ -61,13 +61,13 @@ Content-Type: application/json; charset=UTF-8
"locality": "м. Вінниця"
}
},
"dateAccepted": "2016-04-25T14:46:48.479064+03:00",
"dateSubmitted": "2016-04-25T14:46:47.200019+03:00",
"complaintID": "UA-2016-04-25-000001.1",
"date": "2016-04-25T14:46:46.656214+03:00",
"dateAccepted": "2016-05-06T11:05:28.141635+03:00",
"dateSubmitted": "2016-05-06T11:05:27.030158+03:00",
"complaintID": "UA-2016-05-06-000001.1",
"date": "2016-05-06T11:05:26.546604+03:00",
"acceptance": true,
"type": "complaint",
"id": "0790ec3c70b94b6fa63dbf2f0b0a485b"
"id": "c5b4c5656f21473d9790f1ba1cc68342"
}
}

0 comments on commit abc0642

Please sign in to comment.