HTTP
Sql
code posted
created at 02 Aug 10:37, updated at 21 Aug 14:45
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
[source,http,options="nowrap"] ---- HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 679 { "id" : 56, "tenderingType" : "NATIONAL_PUBLIC", "category" : "SomeCategory", "topic" : "SomeTopic", "referenceNumber" : "SomeUniqueReferenceNumber56", "status" : "CREATED_AND_NOT_PUBLISHED", "participationDeadline" : "2017-08-02T10:27:38.162", "offerDeadline" : "2017-08-02T10:27:38.162", "acceptanceDate" : "2017-08-02T10:27:38.162", "archivedDate" : "2017-08-02T10:27:38.162", "placeOfFulfillment" : "SomePlace", "description" : "SomeDescription", "releaseDate" : "2017-08-02T10:27:38.162", "euWide" : false, "type" : "WORKS", "guid" : "GUID", "confidentialityType" : "PUBLIC", "createDate" : "2017-08-02T10:27:38.162" } ---- |
809 Bytes in 3 ms with coderay