Created
April 13, 2016 07:25
-
-
Save jimmytheneutrino/4279edff3cc8ff9f910f3c6bbf642c51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST /schedule-0.1/api/v1/events HTTP/1.1 | |
| Host: localhost:8080 | |
| Authorization: Bearer yupi | |
| Content-Type: application/json | |
| Cache-Control: no-cache | |
| Postman-Token: 7257d132-e924-ed0c-20e9-ebe8b7ee728d | |
| { | |
| "dtstart": "2016-04-12T08:50:17.157+0000", | |
| "dtend": "2016-04-12T08:50:17.157+0000", | |
| "duration": 342345, | |
| "comment": "comment 0", | |
| "resources": { | |
| "port": { | |
| "code": "V", | |
| "name": "Virtsu" | |
| }, | |
| "ship": { | |
| "code": "9762651", | |
| "name": "Tõll" | |
| }, | |
| "direction": { | |
| "code": "2", | |
| "name": "Virtsu-Kuivastu" | |
| }, | |
| "transportation-type": { | |
| "code": "1", | |
| "name": "Graafikujärgne reis" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment