Skip to content

Instantly share code, notes, and snippets.

@bludnic
Created January 29, 2020 13:53
Show Gist options
  • Save bludnic/7e7dbb8c593579b4f848972759b79fd2 to your computer and use it in GitHub Desktop.
Save bludnic/7e7dbb8c593579b4f848972759b79fd2 to your computer and use it in GitHub Desktop.
GDS order
POST /gds/rides/atlas:457721:554234:524901:1/book HTTP/1.1
Host: atlas-gds-testing.appspot.com
Content-Type: application/json
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: c0ebb4dd-2c41-4e79-9e5b-8bfef8bcb969,6f166e02-9b6b-43f6-8803-b456723b5761
Host: atlas-gds-testing.appspot.com
Accept-Encoding: gzip, deflate
Content-Length: 485
Connection: keep-alive
cache-control: no-cache
{
"passengers": [
{
"docNumber": "C-137",
"phone": "79111111119",
"dischargeStopId": "10753",
"seatCode": 0,
"docTypeCode": "0",
"ticketTypeCode": "full",
"docSeries": "string",
"citizenshipCode": "string",
"birthDate": "2020-01-28",
"email": "[email protected]",
"lastName": "string",
"pickupStopId": "10752",
"middleName": "string",
"firstName": "string",
"genderType": "male"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment