Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.90 KB | None | 0 0
  1. {
  2.     "OTA_AirLowFareSearchRQ": {
  3.         "OriginDestinationInformation": [
  4.             {
  5.                 "DepartureDateTime": "2020-06-21T00:00:00",
  6.                 "DestinationLocation": {
  7.                     "LocationCode": "BKK",
  8.                     "AllAirports": false
  9.                 },
  10.                 "OriginLocation": {
  11.                     "LocationCode": "FRA",
  12.                     "AllAirports": false
  13.                 },
  14.                 "RPH": "0"
  15.             }
  16.         ],
  17.         "DirectFlightsOnly": true,
  18.         "MaxResponses": "0",
  19.         "POS": {
  20.             "Source": [
  21.                 {
  22.                     "PseudoCityCode": "F9CE",
  23.                     "RequestorID": {
  24.                         "CompanyName": {
  25.                             "Code": "TN"
  26.                         },
  27.                         "ID": "1",
  28.                         "Type": "1"
  29.                     }
  30.                 }
  31.             ]
  32.         },
  33.         "TPA_Extensions": {
  34.             "IntelliSellTransaction": {
  35.                 "RequestType": {
  36.                     "Name": "200ITINS"
  37.                 }
  38.             }
  39.         },
  40.         "TravelPreferences": {
  41.             "TPA_Extensions": {
  42.                 "DataSources": {
  43.                     "ATPCO": "Enable",
  44.                     "LCC": "Disable",
  45.                     "NDC": "Disable"
  46.                 },
  47.                 "NumTrips": {
  48.                     "Number": 5
  49.                 }
  50.             }
  51.         },
  52.         "TravelerInfoSummary": {
  53.             "AirTravelerAvail": [
  54.                 {
  55.                     "PassengerTypeQuantity": [
  56.                         {
  57.                             "Code": "ADT",
  58.                             "Quantity": 1
  59.                         }
  60.                     ]
  61.                 }
  62.             ],
  63.             "SeatsRequested": [
  64.                 1
  65.             ]
  66.         },
  67.         "Version": "1"
  68.     }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement