Advertisement
taweesoft

Untitled

Feb 13th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.76 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.       "type": "child",
  24.       "reservationProfile": {
  25.         "firstName": null,
  26.         "lastName": null,
  27.         "middleName": null,
  28.         "title": "UNDEFINED",
  29.         "birthDate": null,
  30.         "nationCountry": {
  31.           "code": null
  32.         },
  33.         "passport": {
  34.           "number": null,
  35.           "expiryDate": null,
  36.           "issuingCountry": {}
  37.         }
  38.       }
  39.     },
  40.     {
  41.       "type": "infant",
  42.       "reservationProfile": {
  43.         "firstName": null,
  44.         "lastName": null,
  45.         "middleName": null,
  46.         "title": "UNDEFINED",
  47.         "birthDate": null,
  48.         "nationCountry": {
  49.           "code": null
  50.         },
  51.         "passport": {
  52.           "number": null,
  53.           "expiryDate": null,
  54.           "issuingCountry": {}
  55.         }
  56.       }
  57.     }
  58.   ],
  59.   "contactInformation": null,
  60.   "journeys": [
  61.     {
  62.       "bookingKey": "TwIAviBAAA/BLM6dfeAAAA==",
  63.       "bookingInformation": [
  64.         {
  65.           "passengerIndex": 0,
  66.           "seatSelectionKey": null,
  67.           "ancillaryKeys": []
  68.         },
  69.         {
  70.           "passengerIndex": 1,
  71.           "seatSelectionKey": null,
  72.           "ancillaryKeys": []
  73.         },
  74.         {
  75.           "passengerIndex": 2,
  76.           "seatSelectionKey": null,
  77.           "ancillaryKeys": []
  78.         }
  79.       ]
  80.     }
  81.   ]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement