Advertisement
taweesoft

BKK-SIN

Dec 27th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.11 KB | None | 0 0
  1. {
  2.     "currency": "THB",
  3.     "passengers": [
  4.       {
  5.         "type": "adult",
  6.         "reservationProfile": {
  7.           "firstName": "Tornnon",
  8.           "lastName": "Raksakiet",
  9.           "middleName": null,
  10.           "title": "Mr",
  11.           "birthDate": "1986-06-14",
  12.           "nationCountry": {
  13.             "code": "TH"
  14.           },
  15.           "passport": {
  16.             "number": "AA1773943",
  17.             "expiryDate": "2022-03-12",
  18.             "issuingCountry": {
  19.               "code": "TH"
  20.             }
  21.           }
  22.         }
  23.       },
  24.       {
  25.         "type": "child",
  26.         "reservationProfile": {
  27.           "firstName": "Raksit",
  28.           "lastName": "Raksakiet",
  29.           "middleName": null,
  30.           "title": "Mr",
  31.           "birthDate": "2010-03-26",
  32.           "nationCountry": {
  33.             "code": "TH"
  34.           },
  35.           "passport": {
  36.             "number": "AA8475321",
  37.             "expiryDate": "2022-03-12",
  38.             "issuingCountry": {
  39.               "code": "TH"
  40.             }
  41.           }
  42.         }
  43.       }
  44.     ],
  45.     "contactInformation": {
  46.       "firstName": "Rungtiwa",
  47.       "lastName": "Ongsupanee",
  48.       "middleName": null,
  49.       "title": "Mrs",
  50.       "phoneNumber": {
  51.         "countryCode": "66",
  52.         "number": "883341765"
  53.       },
  54.       "email": "rung.ong@gmail.com"
  55.     },
  56.     "journeys": [
  57.       {
  58.         "bookingKey": "+FodyemJ0BKAZBt1ZdAAAA==",
  59.         "bookingInformation": [
  60.           {
  61.             "passengerIndex": 0,
  62.             "seatSelectionKey": null,
  63.             "ancillaryKeys": []
  64.           },
  65.           {
  66.             "passengerIndex": 1,
  67.             "seatSelectionKey": null,
  68.             "ancillaryKeys": []
  69.           }
  70.         ]
  71.       },
  72.       {
  73.         "bookingKey": "+FodyemJ0BKAZBt1ZdAAAA==",
  74.         "bookingInformation": [
  75.           {
  76.             "passengerIndex": 0,
  77.             "seatSelectionKey": null,
  78.             "ancillaryKeys": []
  79.           },
  80.           {
  81.             "passengerIndex": 1,
  82.             "seatSelectionKey": null,
  83.             "ancillaryKeys": []
  84.           }
  85.         ]
  86.       }
  87.     ]
  88.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement