taweesoft

airline_markup_request

Jan 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.30 KB | None | 0 0
  1. {
  2.   "data_list": [
  3.     {
  4.       "id": "7af581e5e453f1435e6778c19faf689029bd7044",
  5.       "airline": "TG",
  6.       "origin": "BKK",
  7.       "destination": "NRT",
  8.       "pax": {
  9.         "adult": 1,
  10.         "child": 0,
  11.         "infant": 0
  12.       },
  13.       "rbd": [
  14.         "Y",
  15.         "Y",
  16.         "W"
  17.       ],
  18.       "tourCode": [
  19.         "MOST500"
  20.       ],
  21.       "flightType": "RT", /** OW */
  22.       "accountCode": [
  23.         "TGV100"
  24.       ],
  25.       "fareBasis": [
  26.         "TCCN100"
  27.       ],
  28.       "basePrice": 10000.00,
  29.       "flightNo": "TG300",
  30.       "departureDate": "2019-02-19T16:00:00.000Z",
  31.       "returnDate": "2019-02-25T20:00:00.000Z"
  32.     },
  33.     {
  34.       "id": "8bc94a9e9e02bba875444cee08ca6a33f374fae0",
  35.       "airline": "TG",
  36.       "origin": "BKK",
  37.       "destination": "NRT",
  38.       "pax": {
  39.         "adult": 1,
  40.         "child": 0,
  41.         "infant": 0
  42.       },
  43.       "rbd": [
  44.         "Y",
  45.         "Y",
  46.         "W"
  47.       ],
  48.       "tourCode": [
  49.         "MOST500"
  50.       ],
  51.       "flightType": "RT", /** OW */
  52.       "accountCode": [
  53.         "TGV100"
  54.       ],
  55.       "fareBasis": [
  56.         "TCCN100"
  57.       ],
  58.       "basePrice": 10000.00,
  59.       "flightNo": "TG300",
  60.       "departureDate": "2019-02-19T16:00:00.000Z",
  61.       "returnDate": "2019-02-25T20:00:00.000Z"
  62.     }
  63.   ]
  64. }
Add Comment
Please, Sign In to add comment