Advertisement
taweesoft

translator_standard_SEARCH_response

Jan 11th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.11 KB | None | 0 0
  1. {
  2.   "success": true,
  3.   "message": "success",
  4.   "data_list": [
  5.     {
  6.       "bookingKey": "3bd7a8e9508099d0aaded97a826bab95a6d4c858",
  7.       "flightType": "RT",
  8.       "availability": null,
  9.       "departureDate": "2019-02-10T05:55:00.000+07:00",
  10.       "returnDate": "2019-02-20T11:00:00.000+07:00",
  11.       "journeys": [
  12.         {
  13.           "numberOfStop": 1,
  14.           "tripDuration": 1685,
  15.           "fareBasis": "WRDTH64",
  16.           "tourCode": "ABD431",
  17.           "accountCode": "TGP44",
  18.           "segments": [
  19.             {
  20.               "rbd": "W",
  21.               "flightDetail": {
  22.                 "sourceAirport": "BKK",
  23.                 "destinationAirport": "KUL",
  24.                 "airlineId": "MH",
  25.                 "flightNumber": "797",
  26.                 "departureDatetime": "2019-02-10T05:55:00.000+07:00",
  27.                 "arrivalDatetime": "2019-02-10T09:10:00.000+08:00"
  28.               },
  29.               "aircraftModel": {
  30.                 "name": "738"
  31.               },
  32.               "cabinClass": "Economy"
  33.             },
  34.             {
  35.               "rbd": "W",
  36.               "flightDetail": {
  37.                 "sourceAirport": "KUL",
  38.                 "destinationAirport": "SGN",
  39.                 "airlineId": "MH",
  40.                 "flightNumber": "750",
  41.                 "departureDatetime": "2019-02-11T08:55:00.000+08:00",
  42.                 "arrivalDatetime": "2019-02-11T10:00:00.000+07:00"
  43.               },
  44.               "aircraftModel": {
  45.                 "name": "738"
  46.               },
  47.               "cabinClass": "Economy"
  48.             }
  49.           ]
  50.         },
  51.         {
  52.           "numberOfStop": 1,
  53.           "tripDuration": 400,
  54.           "fareBasis": "WRDTH64",
  55.           "tourCode": "ABD431",
  56.           "accountCode": "TGP44",
  57.           "segments": [
  58.             {
  59.               "rbd": "W",
  60.               "flightDetail": {
  61.                 "sourceAirport": "SGN",
  62.                 "destinationAirport": "KUL",
  63.                 "airlineId": "MH",
  64.                 "flightNumber": "751",
  65.                 "departureDatetime": "2019-02-20T11:00:00.000+07:00",
  66.                 "arrivalDatetime": "2019-02-20T14:00:00.000+08:00"
  67.               },
  68.               "aircraftModel": {
  69.                 "name": "738"
  70.               },
  71.               "cabinClass": "Economy"
  72.             },
  73.             {
  74.               "rbd": "W",
  75.               "flightDetail": {
  76.                 "sourceAirport": "KUL",
  77.                 "destinationAirport": "BKK",
  78.                 "airlineId": "MH",
  79.                 "flightNumber": "774",
  80.                 "departureDatetime": "2019-02-20T16:25:00.000+08:00",
  81.                 "arrivalDatetime": "2019-02-20T17:40:00.000+07:00"
  82.               },
  83.               "aircraftModel": {
  84.                 "name": "738"
  85.               },
  86.               "cabinClass": "Economy"
  87.             }
  88.           ]
  89.         }
  90.       ],
  91.       "fareDetail": {
  92.         "routeFare": {
  93.           "basePrice": 7850,
  94.           "tax": 1925,
  95.           "totalPrice": 9775,
  96.           "beforeDiscountPrice": 12707.5
  97.         },
  98.         "currency": {
  99.           "code": "THB"
  100.         }
  101.       }
  102.     }
  103.   ]
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement