Advertisement
taweesoft

airline_commission_request

Jan 18th, 2019
4,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 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.       "ticketingDate": "2019-02-18T16:00:00.000Z"
  33.     },
  34.     {
  35.       "id": "8bc94a9e9e02bba875444cee08ca6a33f374fae0",
  36.       "airline": "TG",
  37.       "origin": "BKK",
  38.       "destination": "NRT",
  39.       "pax": {
  40.         "adult": 1,
  41.         "child": 0,
  42.         "infant": 0
  43.       },
  44.       "rbd": [
  45.         "Y",
  46.         "Y",
  47.         "W"
  48.       ],
  49.       "tourCode": [
  50.         "MOST500"
  51.       ],
  52.       "flightType": "RT", /** OW */
  53.       "accountCode": [
  54.         "TGV100"
  55.       ],
  56.       "fareBasis": [
  57.         "TCCN100"
  58.       ],
  59.       "basePrice": 10000.00,
  60.       "flightNo": "TG300",
  61.       "departureDate": "2019-02-19T16:00:00.000Z",
  62.       "returnDate": "2019-02-25T20:00:00.000Z",
  63.       "ticketingDate": "2019-02-18T16:00:00.000Z"
  64.     }
  65.   ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement