Advertisement
taweesoft

Untitled

Feb 22nd, 2019
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.03 KB | None | 0 0
  1. {
  2.     "currency": "THB",
  3.     "passengers": [
  4.       {
  5.         "type": "adult",
  6.         "reservationProfile": {
  7.           "firstName": null,
  8.           "lastName": null,
  9.           "middleName": null,
  10.           "title": "UNDEFINED",
  11.           "birthDate": null,
  12.           "nationCountry": {
  13.             "code": null
  14.           },
  15.           "passport": {
  16.             "number": null,
  17.             "expiryDate": null,
  18.             "issuingCountry": {}
  19.           }
  20.         }
  21.       }
  22.     ],
  23.     "contactInformation": null,
  24.     "journeys": [
  25.       {
  26.         "bookingKey": "uItS4jiB0BKAOBEBJRAAAA==",
  27.         "bookingInformation": [
  28.           {
  29.             "passengerIndex": 0,
  30.             "seatSelectionKey": null,
  31.             "ancillaryKeys": []
  32.           }
  33.         ]
  34.       },
  35.       {
  36.         "bookingKey": "uItS4jiB0BKAOBEBJRAAAA==",
  37.         "bookingInformation": [
  38.           {
  39.             "passengerIndex": 0,
  40.             "seatSelectionKey": null,
  41.             "ancillaryKeys": []
  42.           }
  43.         ]
  44.       }
  45.     ]
  46.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement