Created
February 4, 2020 12:34
-
-
Save bludnic/697d5ddd3c5f22cb9e600f681d7328d6 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 /api/orders HTTP/1.1 | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Content-Type: application/json | |
| Cookie: session=eyJhbGciOiJSUzI1NiIsImtpZCI6InNrSUJOZyJ9.eyJpc3MiOiJodHRwczovL3Nlc3Npb24uZmlyZWJhc2UuZ29vZ2xlLmNvbS9hdGxhcy1tb3JkYS10ZXN0aW5nIiwiYXVkIjoiYXRsYXMtbW9yZGEtdGVzdGluZyIsImF1dGhfdGltZSI6MTU4MDgxODkwOSwidXNlcl9pZCI6Ijc5MTExMTExMTE5Iiwic3ViIjoiNzkxMTExMTExMTkiLCJpYXQiOjE1ODA4MTg5MTAsImV4cCI6MTU4MjAyODUxMCwiZmlyZWJhc2UiOnsiaWRlbnRpdGllcyI6e30sInNpZ25faW5fcHJvdmlkZXIiOiJjdXN0b20ifX0.oGrii-Xu726mvuRBE8Iflj6j6fT3MjRIsMrl6AK-IgDN-vcR-TpI2BEFuuGOEXqDiIzaQTB05rhilMnh9WnOmdpU3QDayvoKut5llZBMKJWhhLSUlwN-sFYBcARHh7FntXgV-MdJDZR8_RvQVOx2qY_9CoWyngso1y_hmr65w67S4OtY_ok9xmacNi76LUj_VWT-cCtQBjko4q45Sg3RTScgbRsdJFEtaSiag9pW8xjb6PhhDOtDNszrB_z3ZIUx98WLcLT4CwKunjsOkK0z0Ri1eVU2B_yHiK3BpYjqiyPa8vXwPJACAH9BMLu7x19cucvoN0TcTEda76Xw57yNDQ | |
| User-Agent: PostmanRuntime/7.20.1 | |
| Accept: */* | |
| Cache-Control: no-cache | |
| Postman-Token: fd698a13-efea-4f3c-8b36-12dc73a9942b,ba68fcff-2cd5-4ea8-83f0-19245661d04c | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Accept-Encoding: gzip, deflate | |
| Content-Length: 680 | |
| Connection: keep-alive | |
| cache-control: no-cache | |
| { | |
| "passengers": [ | |
| { | |
| "docNumber": "4611770735", | |
| "docSeries": "1111111111", | |
| "citizenshipCode": "RU", | |
| "firstName": "Иван", | |
| "middleName": "Иванович", | |
| "lastName": "Иванов", | |
| "docTypeCode": "0", | |
| "birthDate": "1993-08-18", | |
| "email": "[email protected]", | |
| "seatCode": 0, | |
| "phone": "79851594988", | |
| "genderTypeCode": "F", | |
| "ticketTypeCode": "0", | |
| "pickupStopId": "10752", | |
| "dischargeStopId": "10753" | |
| } | |
| ], | |
| "rideId": "atlas:458116:554234:524901:1", | |
| "savePersonalData": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment