Advertisement
taweesoft

Galileo Fail 2

Jan 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.18 KB | None | 0 0
  1. {
  2.   "success": false,
  3.   "MsgDesc": "Object reference not set to an instance of an object.",
  4.   "identifier": "Galileo",
  5.   "data_list": [
  6.     {
  7.       "pnr": "JV44LP",
  8.       "status": "onhold",
  9.       "message_error": null,
  10.       "hold": {
  11.         "expiryTime": "2019-01-24T23:59:00.000+07:00"
  12.       },
  13.       "currency": {
  14.         "code": "THB"
  15.       },
  16.       "charges": [
  17.         {
  18.           "passengerIndex": 0,
  19.           "journeyIndex": 0,
  20.           "amounts": [
  21.             {
  22.               "category": "TAX",
  23.               "totalAmount": 350
  24.             },
  25.             {
  26.               "category": "FARE",
  27.               "totalAmount": 745
  28.             }
  29.           ],
  30.           "totalAmount": 1095,
  31.           "refundable": false,
  32.           "changable": false,
  33.           "cancellable": false
  34.         }
  35.       ],
  36.       "contactInformation": {
  37.         "name": "TAVERAT CHAIMAN",
  38.         "phoneNumber": "66832529994",
  39.         "email": "Taverat@gmail.com"
  40.       },
  41.       "journeys": {
  42.         "segments": [
  43.           {
  44.             "departure": {
  45.               "datetime": "2019-03-12T14:35:00.000+07:00",
  46.               "airport": {
  47.                 "code": "DMK"
  48.               }
  49.             },
  50.             "arrival": {
  51.               "datetime": "2019-03-12T16:10:00.000+07:00",
  52.               "airport": {
  53.                 "code": "HDY"
  54.               }
  55.             }
  56.           }
  57.         ],
  58.         "passengers": [
  59.           {
  60.             "type": "adult",
  61.             "key": "dyuiChBAAA/BDYNFbQAAAA==",
  62.             "firstName": "TAVERAT",
  63.             "lastName": "CHAIMAN",
  64.             "middleName": "",
  65.             "title": "MR",
  66.             "gender": "Male",
  67.             "birthDate": "2007",
  68.             "nationCountry": null,
  69.             "passport": null
  70.           },
  71.           {
  72.             "type": "infant",
  73.             "key": "dyuiChBAAA/BOYNFbQAAAA==",
  74.             "firstName": "NAKORN",
  75.             "lastName": "CHAIMAN",
  76.             "middleName": "",
  77.             "title": "MR",
  78.             "gender": "Male",
  79.             "birthDate": "2018",
  80.             "nationCountry": null,
  81.             "passport": null
  82.           }
  83.         ]
  84.       }
  85.     }
  86.   ]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement