Skip to content

Commit

Permalink
update requests examples for tutorial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Feb 29, 2016
1 parent 7d9e6cd commit f2c41ca
Show file tree
Hide file tree
Showing 22 changed files with 171 additions and 176 deletions.
25 changes: 13 additions & 12 deletions docs/source/tutorial/active-cancellation.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATCH /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
Authorization: Basic dG9rZW46
PATCH /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 30
Content-Type: application/json
Host: api-sandbox.openprocurement.org
Expand All @@ -19,27 +19,28 @@ Content-Type: application/json; charset=UTF-8
{
"description": "Changed description",
"title": "Notice.pdf",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610/documents/9f9aaf9620c54413999b0943873a16ce?download=663eff17fe654295b71f338e25b6c9c8",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02/documents/cc05c131576e4ad5875f9da03fa2ea8f?download=ec182071d0764f708e899230e202fc70",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:37.247735+02:00",
"id": "9f9aaf9620c54413999b0943873a16ce",
"dateModified": "2016-02-08T15:42:37.247781+02:00"
"datePublished": "2016-02-29T12:44:31.819111+02:00",
"id": "cc05c131576e4ad5875f9da03fa2ea8f",
"dateModified": "2016-02-29T12:44:31.819150+02:00"
},
{
"description": "Changed description",
"title": "Notice-2.pdf",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610/documents/9f9aaf9620c54413999b0943873a16ce?download=4172aa9701e44f018329b3a75467868c",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02/documents/cc05c131576e4ad5875f9da03fa2ea8f?download=985865ca2f24419ab3eaacd41ca14475",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:37.247735+02:00",
"id": "9f9aaf9620c54413999b0943873a16ce",
"dateModified": "2016-02-08T15:42:37.698863+02:00"
"datePublished": "2016-02-29T12:44:31.819111+02:00",
"id": "cc05c131576e4ad5875f9da03fa2ea8f",
"dateModified": "2016-02-29T12:44:32.123956+02:00"
}
],
"reason": "cancellation reason",
"date": "2016-02-08T15:42:37.043115+02:00",
"date": "2016-02-29T12:44:31.711728+02:00",
"cancellationOf": "tender",
"id": "313d5b14735d4f25a5521292b84ba610"
"id": "b84f2c5bf17b47c8a23566adf0c5fc02"
}
}

10 changes: 5 additions & 5 deletions docs/source/tutorial/create-tender-procuringEntity.http
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905
{
"access": {
"token": "f8cd982c5857444aa6e633ef747434e2"
"token": "32a98ceacbf44a90b197372b6fa381b7"
},
"data": {
"procurementMethod": "limited",
Expand Down Expand Up @@ -95,10 +95,10 @@ Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42
"amount": 500000.0,
"valueAddedTaxIncluded": true
},
"dateModified": "2016-02-08T15:42:34.107192+02:00",
"tenderID": "UA-2016-02-08-000001",
"dateModified": "2016-02-29T12:44:29.803900+02:00",
"tenderID": "UA-2016-02-29-000001",
"owner": "broker",
"id": "76529955690a42148f6e59caf52f57bc",
"id": "55ec2604adb84d899ce692ab81267905",
"procuringEntity": {
"contactPoint": {
"url": "http://sch10.edu.vn.ua/",
Expand Down
12 changes: 6 additions & 6 deletions docs/source/tutorial/patch-cancellation.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATCH /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610/documents/9f9aaf9620c54413999b0943873a16ce?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
Authorization: Basic dG9rZW46
PATCH /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02/documents/cc05c131576e4ad5875f9da03fa2ea8f?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 48
Content-Type: application/json
Host: api-sandbox.openprocurement.org
Expand All @@ -16,12 +16,12 @@ Content-Type: application/json; charset=UTF-8
"data": {
"description": "Changed description",
"title": "Notice.pdf",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610/documents/9f9aaf9620c54413999b0943873a16ce?download=663eff17fe654295b71f338e25b6c9c8",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02/documents/cc05c131576e4ad5875f9da03fa2ea8f?download=ec182071d0764f708e899230e202fc70",
"format": "application/pdf",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:37.247735+02:00",
"id": "9f9aaf9620c54413999b0943873a16ce",
"dateModified": "2016-02-08T15:42:37.247781+02:00"
"datePublished": "2016-02-29T12:44:31.819111+02:00",
"id": "cc05c131576e4ad5875f9da03fa2ea8f",
"dateModified": "2016-02-29T12:44:31.819150+02:00"
}
}

8 changes: 4 additions & 4 deletions docs/source/tutorial/patch-items-value-periods.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PATCH /api/0.12/tenders/76529955690a42148f6e59caf52f57bc?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
PATCH /api/0.12/tenders/55ec2604adb84d899ce692ab81267905?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 80
Content-Type: application/json
Expand Down Expand Up @@ -54,10 +54,10 @@ Content-Type: application/json; charset=UTF-8
"amount": 500000.0,
"valueAddedTaxIncluded": true
},
"dateModified": "2016-02-08T15:42:34.374328+02:00",
"tenderID": "UA-2016-02-08-000001",
"dateModified": "2016-02-29T12:44:29.992558+02:00",
"tenderID": "UA-2016-02-29-000001",
"owner": "broker",
"id": "76529955690a42148f6e59caf52f57bc",
"id": "55ec2604adb84d899ce692ab81267905",
"procuringEntity": {
"contactPoint": {
"url": "http://sch10.edu.vn.ua/",
Expand Down
10 changes: 5 additions & 5 deletions docs/source/tutorial/prepare-cancellation.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POST /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
Authorization: Basic dG9rZW46
POST /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 43
Content-Type: application/json
Host: api-sandbox.openprocurement.org
Expand All @@ -12,14 +12,14 @@ Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/cancellations/313d5b14735d4f25a5521292b84ba610
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/cancellations/b84f2c5bf17b47c8a23566adf0c5fc02
{
"data": {
"date": "2016-02-08T15:42:37.043115+02:00",
"date": "2016-02-29T12:44:31.711728+02:00",
"status": "pending",
"reason": "cancellation reason",
"cancellationOf": "tender",
"id": "313d5b14735d4f25a5521292b84ba610"
"id": "b84f2c5bf17b47c8a23566adf0c5fc02"
}
}

28 changes: 12 additions & 16 deletions docs/source/tutorial/tender-award-approve.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATCH /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
Authorization: Basic dG9rZW46
PATCH /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 30
Content-Type: application/json
Host: api-sandbox.openprocurement.org
Expand All @@ -18,27 +18,23 @@ Content-Type: application/json; charset=UTF-8
"documents": [
{
"title": "award_first_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/b6c2a8f095184b2cb0d63d59a34bc149?download=cd11cb27e43c4f41ab728dc6c48ef7e6",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/9a00e30d4cc047689f4218e50c21812b?download=8625ae5477234b808f77e997742c2b7e",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.328579+02:00",
"id": "b6c2a8f095184b2cb0d63d59a34bc149",
"dateModified": "2016-02-08T15:42:35.328620+02:00"
"datePublished": "2016-02-29T12:44:30.713929+02:00",
"id": "9a00e30d4cc047689f4218e50c21812b",
"dateModified": "2016-02-29T12:44:30.713967+02:00"
},
{
"title": "award_second_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/923f20df32e24a979e47e40843eec33c?download=a924a6c6086643ba89d2b3b18cdfd6ee",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/7626d9bee33a43a58db4fea1d6bb2585?download=311b54f42aaa484ca7dbdf3fce227d22",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.570879+02:00",
"id": "923f20df32e24a979e47e40843eec33c",
"dateModified": "2016-02-08T15:42:35.570918+02:00"
"datePublished": "2016-02-29T12:44:30.878002+02:00",
"id": "7626d9bee33a43a58db4fea1d6bb2585",
"dateModified": "2016-02-29T12:44:30.878040+02:00"
}
],
"complaintPeriod": {
"startDate": "2016-02-08T15:42:35.156244+02:00",
"endDate": "2016-02-09T15:42:35.775741+02:00"
},
"suppliers": [
{
"contactPoint": {
Expand Down Expand Up @@ -67,8 +63,8 @@ Content-Type: application/json; charset=UTF-8
"amount": 475000.0,
"valueAddedTaxIncluded": true
},
"date": "2016-02-08T15:42:35.154673+02:00",
"id": "29479328b2dd4774885d6b8508b4f3cb"
"date": "2016-02-29T12:44:30.558303+02:00",
"id": "37ad5c4bfb4249c99b89a06e0a95c672"
}
}

20 changes: 10 additions & 10 deletions docs/source/tutorial/tender-award-get-documents-again.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GET /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents HTTP/1.0
Authorization: Basic dG9rZW46
GET /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Host: api-sandbox.openprocurement.org

Response: 200 OK
Expand All @@ -8,21 +8,21 @@ Content-Type: application/json; charset=UTF-8
"data": [
{
"title": "award_first_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/b6c2a8f095184b2cb0d63d59a34bc149?download=cd11cb27e43c4f41ab728dc6c48ef7e6",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/9a00e30d4cc047689f4218e50c21812b?download=8625ae5477234b808f77e997742c2b7e",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.328579+02:00",
"id": "b6c2a8f095184b2cb0d63d59a34bc149",
"dateModified": "2016-02-08T15:42:35.328620+02:00"
"datePublished": "2016-02-29T12:44:30.713929+02:00",
"id": "9a00e30d4cc047689f4218e50c21812b",
"dateModified": "2016-02-29T12:44:30.713967+02:00"
},
{
"title": "award_second_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/923f20df32e24a979e47e40843eec33c?download=a924a6c6086643ba89d2b3b18cdfd6ee",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/7626d9bee33a43a58db4fea1d6bb2585?download=311b54f42aaa484ca7dbdf3fce227d22",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.570879+02:00",
"id": "923f20df32e24a979e47e40843eec33c",
"dateModified": "2016-02-08T15:42:35.570918+02:00"
"datePublished": "2016-02-29T12:44:30.878002+02:00",
"id": "7626d9bee33a43a58db4fea1d6bb2585",
"dateModified": "2016-02-29T12:44:30.878040+02:00"
}
]
}
Expand Down
12 changes: 6 additions & 6 deletions docs/source/tutorial/tender-award-get-documents.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GET /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents HTTP/1.0
Authorization: Basic dG9rZW46
GET /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Host: api-sandbox.openprocurement.org

Response: 200 OK
Expand All @@ -8,12 +8,12 @@ Content-Type: application/json; charset=UTF-8
"data": [
{
"title": "award_first_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/b6c2a8f095184b2cb0d63d59a34bc149?download=cd11cb27e43c4f41ab728dc6c48ef7e6",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/9a00e30d4cc047689f4218e50c21812b?download=8625ae5477234b808f77e997742c2b7e",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.328579+02:00",
"id": "b6c2a8f095184b2cb0d63d59a34bc149",
"dateModified": "2016-02-08T15:42:35.328620+02:00"
"datePublished": "2016-02-29T12:44:30.713929+02:00",
"id": "9a00e30d4cc047689f4218e50c21812b",
"dateModified": "2016-02-29T12:44:30.713967+02:00"
}
]
}
Expand Down
16 changes: 8 additions & 8 deletions docs/source/tutorial/tender-award-upload-document.http
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
POST /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents HTTP/1.0
Authorization: Basic dG9rZW46
POST /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 203
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy802597502273$
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy629971898634$
Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/b6c2a8f095184b2cb0d63d59a34bc149
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/9a00e30d4cc047689f4218e50c21812b
{
"data": {
"title": "award_first_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/b6c2a8f095184b2cb0d63d59a34bc149?download=cd11cb27e43c4f41ab728dc6c48ef7e6",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/9a00e30d4cc047689f4218e50c21812b?download=8625ae5477234b808f77e997742c2b7e",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.328579+02:00",
"id": "b6c2a8f095184b2cb0d63d59a34bc149",
"dateModified": "2016-02-08T15:42:35.328620+02:00"
"datePublished": "2016-02-29T12:44:30.713929+02:00",
"id": "9a00e30d4cc047689f4218e50c21812b",
"dateModified": "2016-02-29T12:44:30.713967+02:00"
}
}

18 changes: 9 additions & 9 deletions docs/source/tutorial/tender-award-upload-second-document.http
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
POST /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents HTTP/1.0
Authorization: Basic dG9rZW46
Content-Length: 204
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy948072030728$
POST /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 202
Content-Type: multipart/form-data; boundary=----------a_BoUnDaRy98879483563$
Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/923f20df32e24a979e47e40843eec33c
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/7626d9bee33a43a58db4fea1d6bb2585
{
"data": {
"title": "award_second_document.doc",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb/documents/923f20df32e24a979e47e40843eec33c?download=a924a6c6086643ba89d2b3b18cdfd6ee",
"url": "http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672/documents/7626d9bee33a43a58db4fea1d6bb2585?download=311b54f42aaa484ca7dbdf3fce227d22",
"format": "application/msword",
"documentOf": "tender",
"datePublished": "2016-02-08T15:42:35.570879+02:00",
"id": "923f20df32e24a979e47e40843eec33c",
"dateModified": "2016-02-08T15:42:35.570918+02:00"
"datePublished": "2016-02-29T12:44:30.878002+02:00",
"id": "7626d9bee33a43a58db4fea1d6bb2585",
"dateModified": "2016-02-29T12:44:30.878040+02:00"
}
}

15 changes: 6 additions & 9 deletions docs/source/tutorial/tender-award.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POST /api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards?acc_token=f8cd982c5857444aa6e633ef747434e2 HTTP/1.0
Authorization: Basic dG9rZW46
POST /api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards?acc_token=32a98ceacbf44a90b197372b6fa381b7 HTTP/1.0
Authorization: Basic YnJva2VyOg==
Content-Length: 1354
Content-Type: application/json
Host: api-sandbox.openprocurement.org
Expand Down Expand Up @@ -45,13 +45,11 @@ Host: api-sandbox.openprocurement.org

Response: 201 Created
Content-Type: application/json; charset=UTF-8
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42148f6e59caf52f57bc/awards/29479328b2dd4774885d6b8508b4f3cb
Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/55ec2604adb84d899ce692ab81267905/awards/37ad5c4bfb4249c99b89a06e0a95c672
{
"data": {
"status": "pending",
"complaintPeriod": {
"startDate": "2016-02-08T15:42:35.156244+02:00"
},
"date": "2016-02-29T12:44:30.558303+02:00",
"suppliers": [
{
"contactPoint": {
Expand All @@ -75,13 +73,12 @@ Location: http://api-sandbox.openprocurement.org/api/0.12/tenders/76529955690a42
}
}
],
"id": "37ad5c4bfb4249c99b89a06e0a95c672",
"value": {
"currency": "UAH",
"amount": 475000.0,
"valueAddedTaxIncluded": true
},
"date": "2016-02-08T15:42:35.154673+02:00",
"id": "29479328b2dd4774885d6b8508b4f3cb"
}
}
}

0 comments on commit f2c41ca

Please sign in to comment.