Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.04 KB | None | 0 0
  1. {
  2.     "version": " 1.0.0",
  3.     "datetime": "2018-12-10T07:17:16Z",
  4.     "timestamp": 1544426236,
  5.     "status": "success",
  6.     "code": 200,
  7.     "message": "Ok",
  8.     "data": {
  9.         "departure": [
  10.             {
  11.                 "international": 0,
  12.                 "combinable": 1,
  13.                 "supplier_id": "SJ",
  14.                 "validating_carrier": "SJ",
  15.                 "from": "CGK",
  16.                 "to": "KNO",
  17.                 "adult": "1",
  18.                 "child": "0",
  19.                 "infant": "0",
  20.                 "currency": "IDR",
  21.                 "price_type": "E",
  22.                 "lowest_price": 11070000,
  23.                 "adult_base": 10000000,
  24.                 "adult_tax": 1070000,
  25.                 "child_base": 0,
  26.                 "child_tax": 0,
  27.                 "infant_base": 0,
  28.                 "infant_tax": 0,
  29.                 "total_base_price": 10000000,
  30.                 "total_tax_price": 1070000,
  31.                 "total_price": 11602300,
  32.                 "nett_price": 11579640,
  33.                 "markup_adult": 0,
  34.                 "discount_adult": 0,
  35.                 "markup_child": 0,
  36.                 "discount_child": 0,
  37.                 "flight_schedule": [
  38.                     {
  39.                         "from_name": "CGK",
  40.                         "from": "CGK",
  41.                         "to_name": "PDG",
  42.                         "to": "PDG",
  43.                         "cabin": "E",
  44.                         "airline_name": "-",
  45.                         "airline_code": "SJ",
  46.                         "flight_code": "SJ 022",
  47.                         "flight_number": "022",
  48.                         "departure_date": "2018-12-23",
  49.                         "departure_time": "19:55",
  50.                         "arrival_date": "2018-12-23",
  51.                         "arrival_time": "21:35",
  52.                         "baggage": "-",
  53.                         "meal": "-",
  54.                         "class": "F",
  55.                         "key": "020221568485736670737670869088767167678476787190|-|44164831:F:S",
  56.                         "seat_available": "9"
  57.                     },
  58.                     {
  59.                         "from_name": "PDG",
  60.                         "from": "PDG",
  61.                         "to_name": "KNO",
  62.                         "to": "KNO",
  63.                         "cabin": "E",
  64.                         "airline_name": "-",
  65.                         "airline_code": "SJ",
  66.                         "flight_code": "SJ 020",
  67.                         "flight_number": "020",
  68.                         "departure_date": "2018-12-24",
  69.                         "departure_time": "11:25",
  70.                         "arrival_date": "2018-12-24",
  71.                         "arrival_time": "12:25",
  72.                         "baggage": "-",
  73.                         "meal": "-",
  74.                         "class": "F",
  75.                         "key": "020221568485736670737670869088767167678476787190|-|45478177:F:S",
  76.                         "seat_available": "9"
  77.                     }
  78.                 ]
  79.             }
  80.         ]
  81.     }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement