Advertisement
taweesoft

Translator_facility_response

Jan 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.05 KB | None | 0 0
  1. {
  2.   "success": 1,
  3.   "data": {
  4.     "reservationId": "745a279d-79f4-460e-b218-1f300f700348",
  5.     "currency": {
  6.       "code": "THB",
  7.       "name": "Thai Baht"
  8.     },
  9.     "data_list": [
  10.       {
  11.         "passengerIndex": 0,
  12.         "journeyIndex": 0,
  13.         "segments": [
  14.           {
  15.             "segmentIndex": 0,
  16.             "facility": {
  17.               "baggage": {
  18.                 "available": true,
  19.                 "items": [
  20.                   {
  21.                     "piece": 0,
  22.                     "weight": 30
  23.                   }
  24.                 ]
  25.               },
  26.               "meal": {
  27.                 "available": false
  28.               },
  29.               "entertainment": {
  30.                 "available": true
  31.               },
  32.               "wifi": {
  33.                 "available": false
  34.               },
  35.               "power": {
  36.                 "available": false
  37.               }
  38.             }
  39.           },
  40.           {
  41.             "segmentIndex": 1,
  42.             "facility": {
  43.               "baggage": {
  44.                 "available": true,
  45.                 "items": [
  46.                   {
  47.                     "piece": 0,
  48.                     "weight": 30
  49.                   }
  50.                 ]
  51.               },
  52.               "meal": {
  53.                 "available": false
  54.               },
  55.               "entertainment": {
  56.                 "available": true
  57.               },
  58.               "wifi": {
  59.                 "available": false
  60.               },
  61.               "power": {
  62.                 "available": false
  63.               }
  64.             }
  65.           }
  66.         ],
  67.         "amounts": [
  68.           {
  69.             "category": "TAX",
  70.             "totalAmount": 2950,
  71.             "fullPrice": 2950,
  72.             "sellingPrice": 2950,
  73.             "bigbonusPrice": -1
  74.           },
  75.           {
  76.             "category": "FARE",
  77.             "totalAmount": 4379.49,
  78.             "fullPrice": 4591.96,
  79.             "sellingPrice": 4379.49,
  80.             "bigbonusPrice": 4367.49
  81.           }
  82.         ],
  83.         "totalAmount": 7329.49,
  84.         "refundable": false,
  85.         "changable": true,
  86.         "cancellable": true
  87.       },
  88.       {
  89.         "passengerIndex": 0,
  90.         "journeyIndex": 1,
  91.         "segments": [
  92.           {
  93.             "segmentIndex": 0,
  94.             "facility": {
  95.               "baggage": {
  96.                 "available": true,
  97.                 "items": [
  98.                   {
  99.                     "piece": 0,
  100.                     "weight": 30
  101.                   }
  102.                 ]
  103.               },
  104.               "meal": {
  105.                 "available": false
  106.               },
  107.               "entertainment": {
  108.                 "available": true
  109.               },
  110.               "wifi": {
  111.                 "available": false
  112.               },
  113.               "power": {
  114.                 "available": false
  115.               }
  116.             }
  117.           },
  118.           {
  119.             "segmentIndex": 1,
  120.             "facility": {
  121.               "baggage": {
  122.                 "available": true,
  123.                 "items": [
  124.                   {
  125.                     "piece": 0,
  126.                     "weight": 30
  127.                   }
  128.                 ]
  129.               },
  130.               "meal": {
  131.                 "available": false
  132.               },
  133.               "entertainment": {
  134.                 "available": true
  135.               },
  136.               "wifi": {
  137.                 "available": false
  138.               },
  139.               "power": {
  140.                 "available": false
  141.               }
  142.             }
  143.           }
  144.         ],
  145.         "amounts": [
  146.           {
  147.             "category": "TAX",
  148.             "totalAmount": 0,
  149.             "fullPrice": 0,
  150.             "sellingPrice": 0,
  151.             "bigbonusPrice": -1
  152.           },
  153.           {
  154.             "category": "FARE",
  155.             "totalAmount": 0,
  156.             "fullPrice": 0,
  157.             "sellingPrice": 0,
  158.             "bigbonusPrice": -1
  159.           }
  160.         ],
  161.         "totalAmount": 0,
  162.         "refundable": false,
  163.         "changable": true,
  164.         "cancellable": true
  165.       }
  166.     ]
  167.   }
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement