Advertisement
sastranababan

postFlightSelected

Aug 28th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.13 KB | None | 0 0
  1. {
  2.   "trip": "OneWay",
  3.   "origin": "KNO",
  4.   "destination": "CGK",
  5.   "departureDate": "2017-08-28",
  6.   "returnDate": "2017-08-30",
  7.   "adult": 1,
  8.   "child": 0,
  9.   "infant": 0,
  10.   "departs": {
  11.     "flight_id": "0~R~~R~RGFR~~2~X|QG~ 833~ ~~KNO~08/28/2017 19:10~CGK~08/28/2017 21:40~",
  12.     "airline_name": [
  13.       "CITILINK"
  14.     ],
  15.     "image": [
  16.       "citilink.png"
  17.     ],
  18.     "flight_number": [
  19.       "QG833"
  20.     ],
  21.     "flight_date": [
  22.       "Mon, 28 Aug 2017"
  23.     ],
  24.     "departure_time": [
  25.       "19:10"
  26.     ],
  27.     "arrival_time": [
  28.       "21:40"
  29.     ],
  30.     "departure_airport": [
  31.       "KNO"
  32.     ],
  33.     "arrival_airport": [
  34.       "CGK"
  35.     ],
  36.     "duration": 150,
  37.     "stop": "Nonstop",
  38.     "promo": false,
  39.     "baggage": 20,
  40.     "meal": false,
  41.     "price_adult": 519100,
  42.     "price_child": 0,
  43.     "price_infant": 0,
  44.     "psc_adult": 75000,
  45.     "psc_child": 0,
  46.     "tax_adult": 53800,
  47.     "tax_child": 0,
  48.     "tax_infant": 0,
  49.     "insurance_adult": 5000,
  50.     "insurance_child": 0,
  51.     "insurance_infant": 0,
  52.     "instant_voucher": 0,
  53.     "tax_fee_total": 133800,
  54.     "price_grand_total": 652900
  55.   }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement