Advertisement
arniardiany

Untitled

Jun 28th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.11 KB | None | 0 0
  1. {
  2.   "error_no": 0,
  3.   "result": {
  4.     "schedules": [
  5.       [
  6.         {
  7.           "airline_name": "sriwijaya",
  8.           "flight_number": "SJ272",
  9.           "flight_etd": "2016-07-27 05:45:00",
  10.           "flight_eta": "2016-07-27 08:35:00",
  11.           "flight_origin": "CGK",
  12.           "flight_origin_city": "Jakarta",
  13.           "flight_destination": "DPS",
  14.           "flight_destination_city": "Denpasar",
  15.           "flight_transit": [],
  16.           "class_name": "T",
  17.           "clasS_type": "-"
  18.         },
  19.         {
  20.           "airline_name": "namair",
  21.           "flight_number": "IN9660",
  22.           "flight_etd": "2016-07-27 09:20:00",
  23.           "flight_eta": "2016-07-27 11:40:00",
  24.           "flight_origin": "DPS",
  25.           "flight_origin_city": "Denpasar",
  26.           "flight_destination": "KOE",
  27.           "flight_destination_city": "Kupang",
  28.           "flight_transit": [],
  29.           "class_name": "W",
  30.           "clasS_type": "-"
  31.         }
  32.       ]
  33.     ],
  34.     "customer_details": {
  35.       "name": "iman",
  36.       "phone": "08780090090",
  37.       "email": "arni@inzpiretechnology.com"
  38.     },
  39.     "pax_details": [
  40.       {
  41.         "type": "adult",
  42.         "title": "mr",
  43.         "firstname": "iman",
  44.         "lastname": "afrizal",
  45.         "id_number": "320988897999",
  46.         "birthdate": "1988-05-24",
  47.         "passport": "-",
  48.         "passport_expired": "-",
  49.         "country": "-"
  50.       },
  51.       {
  52.         "type": "child",
  53.         "title": "chd",
  54.         "firstname": "rendi",
  55.         "lastname": "lebreck",
  56.         "id_number": "-",
  57.         "birthdate": "2012-12-12",
  58.         "passport": "-",
  59.         "passport_expired": "-",
  60.         "country": "-"
  61.       }
  62.     ],
  63.     "fare_details": [
  64.       {
  65.         "total_price": 4005200,
  66.         "nta": 3780600,
  67.         "commission": 224600
  68.       }
  69.     ],
  70.     "book_details": [
  71.       {
  72.         "code": "LBWLZT",
  73.         "time_limit": "2016-06-29 12:02:00",
  74.         "status": "booked",
  75.         "total_price": "4005200",
  76.         "nta": "3788600",
  77.         "commission": 216600
  78.       }
  79.     ]
  80.   },
  81.   "session_token": "mgrsEHIT1vbYVpc6w0dNU4ioQj5e8GPK"
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement