Skip to content

Instantly share code, notes, and snippets.

@bludnic
Last active January 28, 2020 16:37
Show Gist options
  • Save bludnic/56cba6a6931138c94b55af652239de65 to your computer and use it in GitHub Desktop.
Save bludnic/56cba6a6931138c94b55af652239de65 to your computer and use it in GitHub Desktop.
Order
GET /api/orders/4f0a0821-c89d-4bb0-b360-0b10f5e467dd HTTP/1.1
Host: backend-dot-atlas-morda-testing.appspot.com
Cookie: session=eyJhbGciOiJSUzI1NiIsImtpZCI6InNrSUJOZyJ9.eyJpc3MiOiJodHRwczovL3Nlc3Npb24uZmlyZWJhc2UuZ29vZ2xlLmNvbS9hdGxhcy1tb3JkYS10ZXN0aW5nIiwiYXVkIjoiYXRsYXMtbW9yZGEtdGVzdGluZyIsImF1dGhfdGltZSI6MTU4MDE0NjAyNiwidXNlcl9pZCI6Ijc5MTExMTExMTE5Iiwic3ViIjoiNzkxMTExMTExMTkiLCJpYXQiOjE1ODAxNDYwMjcsImV4cCI6MTU4MTM1NTYyNywiZmlyZWJhc2UiOnsiaWRlbnRpdGllcyI6e30sInNpZ25faW5fcHJvdmlkZXIiOiJjdXN0b20ifX0.SxwVFWUwF5JL80zL6MS-hWp8Dpq6dtPKpGF2S5IwmOs2yOVECRhLKImKR0nWXTtpniKSj1mu7oeioLVcJdhl9E-9QHK_9T0AgzZ-k34PIxlAu4spkG8oRRGVtCB23W97kGmXTM-jdnW94TkxM9XtlSJaQo1B-CJ8lVWjmFlnqW9Z0LAkLxDtY_fldvsNtv3odDIYrAiOUMr3q2pYvifdfV3b8CkY95m8aEpWEAV4p9hrJh_JPdnhJ9-eRU35Mh9mvNQdZW5h5xum7iZPO0uGxgCJztn_NsRyvKGLbOnMUOdJ5Wtgaxi9PYm34D6CpnPXrir5O37VjM00ebAUwS668g
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: 7c2cb1ba-3e19-4dcd-9884-545b6068cc5d,54f902b5-ee1d-4a32-aa9e-a4bd76003b05
Host: backend-dot-atlas-morda-testing.appspot.com
Accept-Encoding: gzip, deflate
Connection: keep-alive
cache-control: no-cache
POST /api/orders HTTP/1.1
Host: backend-dot-atlas-morda-testing.appspot.com
Content-Type: application/json
Cookie: session=eyJhbGciOiJSUzI1NiIsImtpZCI6InNrSUJOZyJ9.eyJpc3MiOiJodHRwczovL3Nlc3Npb24uZmlyZWJhc2UuZ29vZ2xlLmNvbS9hdGxhcy1tb3JkYS10ZXN0aW5nIiwiYXVkIjoiYXRsYXMtbW9yZGEtdGVzdGluZyIsImF1dGhfdGltZSI6MTU4MDE0NjAyNiwidXNlcl9pZCI6Ijc5MTExMTExMTE5Iiwic3ViIjoiNzkxMTExMTExMTkiLCJpYXQiOjE1ODAxNDYwMjcsImV4cCI6MTU4MTM1NTYyNywiZmlyZWJhc2UiOnsiaWRlbnRpdGllcyI6e30sInNpZ25faW5fcHJvdmlkZXIiOiJjdXN0b20ifX0.SxwVFWUwF5JL80zL6MS-hWp8Dpq6dtPKpGF2S5IwmOs2yOVECRhLKImKR0nWXTtpniKSj1mu7oeioLVcJdhl9E-9QHK_9T0AgzZ-k34PIxlAu4spkG8oRRGVtCB23W97kGmXTM-jdnW94TkxM9XtlSJaQo1B-CJ8lVWjmFlnqW9Z0LAkLxDtY_fldvsNtv3odDIYrAiOUMr3q2pYvifdfV3b8CkY95m8aEpWEAV4p9hrJh_JPdnhJ9-eRU35Mh9mvNQdZW5h5xum7iZPO0uGxgCJztn_NsRyvKGLbOnMUOdJ5Wtgaxi9PYm34D6CpnPXrir5O37VjM00ebAUwS668g
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: 1d103ed2-8972-4d10-8b7c-9a83d00e3164,866644b3-7e53-4bab-89c1-433b4199755d
Host: backend-dot-atlas-morda-testing.appspot.com
Accept-Encoding: gzip, deflate
Content-Length: 554
Connection: keep-alive
cache-control: no-cache
{
"passengers": [
{
"docNumber": "string",
"phone": "string",
"dischargeStopId": "string",
"seatCode": 0,
"docTypeCode": "string",
"ticketTypeCode": "string",
"docSeries": "string",
"citizenshipCode": "string",
"birthDate": "2020-01-28",
"email": "string",
"lastName": "string",
"pickupStopId": "string",
"middleName": "string",
"firstName": "string",
"genderType": "string"
}
],
"rideId": "atlas:457721:554234:524901:1",
"savePersonalData": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment