Advertisement
taweesoft

translator_standard_FLIGHTDETAIL_response

Nov 29th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.16 KB | None | 0 0
  1. {
  2.   "success": 1,
  3.   "data": {
  4.     "bookingKey": "7d5d6c95550a928213015e7903c9b1205ee811ef",
  5.     "flightType": "OW",
  6.     "availability": null,
  7.     "departureDate": "2018-12-02T21:50:00.000+07:00",
  8.     "returnDate": "2018-12-02T21:50:00.000+07:00",
  9.     "journeys": [{
  10.       "numberOfStop": 1,
  11.       "tripDuration": 880,
  12.       "segments": [
  13.         {
  14.           "segmentType": "begin",  
  15.           "date": "2018-12-02T21:50:00.000+07:00",
  16.           "flightDetail": {
  17.             "airportIconPath": "",
  18.             "airport": "BKK",
  19.             "airportName": "Suvarnnabhum International Airport",
  20.             "airlineId": "NX",
  21.             "flightNumber": "881",
  22.             "duration": 200  
  23.           },
  24.           "aircraftModel": {
  25.             "name": "A320"
  26.           },
  27.           "cabinClass": "Economy"
  28.         },
  29.         {
  30.           "segmentType": "stop",    
  31.           "date": "2018-12-02T21:50:00.000+07:00",
  32.           "flightDetail": {
  33.             "airportIconPath": "",
  34.             "airport": "MFM",
  35.             "airportName": "Macau International Airport",
  36.             "duration": 200  
  37.           }
  38.         },
  39.         {
  40.           "segmentType": "transit",    
  41.           "date": "2018-12-02T21:50:00.000+07:00",
  42.           "flightDetail": {
  43.             "airportIconPath": "",
  44.             "airport": "MFM",
  45.             "airportName": "Macau International Airport ",
  46.             "airlineId": "NX",
  47.             "flightNumber": "882",
  48.             "duration": 200
  49.           },
  50.           "aircraftModel": {
  51.             "name": "A380"
  52.           },
  53.           "cabinClass": "Economy"
  54.         },
  55.         {
  56.           "segmentType": "end",    
  57.           "date": "2018-12-02T21:50:00.000+07:00",
  58.           "flightDetail": {
  59.             "airportIconPath": "",
  60.             "airport": "LA",
  61.             "airportName": "Los Angeles International Airport"
  62.           }
  63.         }
  64.       ]
  65.     }],
  66.     "fareDetail": {
  67.       "routeFare": {
  68.         "basePrice": 7200,
  69.         "tax": 1940,
  70.         "totalPrice": 9140,
  71.         "beforeDiscountPrice": 11882
  72.       },
  73.       "currency": {
  74.         "code": "THB"
  75.       }
  76.     },
  77.     "identifier": "Galileo"
  78.   }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement