Advertisement
taweesoft

Quotation_sample_request

Dec 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.   "currency": "THB",
  3.   "passengers": [
  4.     {
  5.       "typeId": 1
  6.     },
  7.     {
  8.       "typeId": 2
  9.     }
  10.   ],
  11.   "journeys": [
  12.     {
  13.       "bookingKey": "7d8fd9201473f1c5ca05147e2bc8027bc8e2e08b",
  14.       "bookingInformation": [
  15.         {
  16.           "passengerIndex": 0
  17.         },
  18.         {
  19.           "passengerIndex": 1
  20.         }
  21.       ]
  22.     },
  23.     {
  24.       "bookingKey": "b4c1235dc45c20091f6c6dd6485c9cfaa0573787",
  25.       "bookingInformation": [
  26.         {
  27.           "passengerIndex": 0
  28.         },
  29.         {
  30.           "passengerIndex": 1
  31.         }
  32.       ]
  33.     }
  34.   ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement