Advertisement
taweesoft

Galileo_error_request

Jan 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.05 KB | None | 0 0
  1. {
  2.     "currency": "THB",
  3.     "passengers": [
  4.       {
  5.         "type": "adult",
  6.         "reservationProfile": {
  7.           "firstName": "TAVERAT",
  8.           "lastName": "CHAIMAN",
  9.           "middleName": "",
  10.           "title": "MR",
  11.           "birthDate": "2007-03-19",
  12.           "nationCountry": {
  13.             "code": "TH"
  14.           },
  15.           "passport": {
  16.             "number": "",
  17.             "expiryDate": "",
  18.             "issuingCountry": {
  19.               "code": null
  20.             }
  21.           }
  22.         }
  23.       },
  24.       {
  25.         "type": "infant",
  26.         "reservationProfile": {
  27.           "firstName": "NAKORN",
  28.           "lastName": "CHAIMAN",
  29.           "middleName": "",
  30.           "title": "MR",
  31.           "birthDate": "2018-01-17",
  32.           "nationCountry": {
  33.             "code": "TH"
  34.           },
  35.           "passport": {
  36.             "number": "",
  37.             "expiryDate": "",
  38.             "issuingCountry": {
  39.               "code": null
  40.             }
  41.           }
  42.         }
  43.       }
  44.     ],
  45.     "contactInformation": {
  46.       "firstName": "TAVERAT",
  47.       "lastName": "CHAIMAN",
  48.       "middleName": "",
  49.       "title": "MR",
  50.       "phoneNumber": {
  51.         "countryCode": "66",
  52.         "number": "832529994"
  53.       },
  54.       "email": "Taverat@gmail.com"
  55.     },
  56.     "journeys": [
  57.       {
  58.         "bookingKey": "GtjYChkJ0BKAAlpEkQAAAA==",
  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": "aTsqChOc1BKAtSxvQQAAAA==",
  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