Advertisement
taweesoft

Galileo_checkout_request

Dec 3rd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.54 KB | None | 0 0
  1. {
  2.     "currency": "THB",
  3.     "passengers": [
  4.       {
  5.         "type": "adult"
  6.       },
  7.       {
  8.         "type": "child"
  9.       }
  10.     ],
  11.     "journeys": [
  12.       {
  13.         "bookingKey": "PbxGxdtB0BKAivvUACAAAA==",
  14.         "bookingInformation": [
  15.           {
  16.             "passengerIndex": 0,
  17.             "ancillaryKeys": [],
  18.             "seatSelectionKey": null
  19.           },
  20.           {
  21.             "passengerIndex": 1,
  22.             "ancillaryKeys": [],
  23.             "seatSelectionKey": null
  24.           }
  25.         ]
  26.       }
  27.     ]
  28.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement