Advertisement
taweesoft

translator_RESERVATION_request_simple

Nov 13th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.90 KB | None | 0 0
  1. {
  2.   "currency": "THB",
  3.   "contactInformation": {
  4.     "firstName": "Rakthai",
  5.     "lastName": "Jaidee",
  6.     "middleName": "",
  7.     "title": "Mr",
  8.     "phoneNumber": {
  9.         "countryCode": "66",
  10.         "number": "83-252-9994"
  11.     },
  12.     "relationship": "Father",
  13.     "email": "rakthai@cnes.com"
  14.   },
  15.   "passengers": [
  16.     {
  17.       "type": "adult",
  18.       "reservationProfile":{
  19.         "lastName":"Jaidee",
  20.         "firstName":"Rakthai",
  21.         "middleName":"",
  22.         "title":"Mr",
  23.         "birthDate":"1999-01-31",
  24.         "nationCountry":{
  25.            "code":"TH"
  26.         },
  27.         "passport":{
  28.            "number":"AA1994883",
  29.            "expiryDate":"2024-06-22",
  30.            "issuingCountry":{
  31.               "code":"TH"
  32.            }
  33.         }
  34.      }
  35.     },
  36.     {
  37.       "type": "child",
  38.       "reservationProfile":{
  39.         "lastName":"Jaidee",
  40.         "firstName":"Saran",
  41.         "middleName":"",
  42.         "title":"Mr",
  43.         "birthDate":"1999-01-31",
  44.         "nationCountry":{
  45.            "code":"TH"
  46.         },
  47.         "passport":{
  48.            "number":"AA1994885",
  49.            "expiryDate":"2024-06-22",
  50.            "issuingCountry":{
  51.               "code":"TH"
  52.            }
  53.         }
  54.      }
  55.     }
  56.   ],
  57.   "journeys": [
  58.     {
  59.       "bookingKey": "Gu7iKB5BAuUJ3fXdEK4yb5GYIwSrliX6quzpO8CkcEVep2F4kSCYLi2KmhNorKMDxok7lgKMPFYdCfNTuDzWf30RKi¥fKSsKgrJMpuEJf7pgwW4nT7wLJ2xJnBOPrhqX3k8KiCUmJDpML4ZNDL9btKXD0¥bzDYV4pcMLzfS¥¥4ugblSvhY9BJaR2QY¥xkiH5ObVHUT6ZsnHaesRGƒYr1VoO9T3HH1VQ2Bdc5Mƒm1GZ5GumnaANv9yI1hLWEpKGATBREuPu0FC1GEYen8HIVe1FTLna9eeZV3Rs5sMWlrƒ8pg2i7G8VGzreGJLL4Yz6L0FA6OHHTiXKXm0iqnh¥PFHvjUsyXwkD8Hhg0baGNm3PSJ7to9qW8nG9LXaSzGHZiB7vpJflAHFCmlMUiR0RUrXz0z2Fƒ2iMf¥gazroKTkKbNAn4Hs3nTy7Iƒ5iOqq59xvsi6Q8NmMUS¥Dxi3MKFzCFA==",
  60.       "bookingInformation": [
  61.         {
  62.           "passengerIndex": 0
  63.         },
  64.         {
  65.           "passengerIndex": 1
  66.         }
  67.       ]
  68.     }
  69.   ]
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement