Advertisement
Vincent_Courtin

OJ Reservationv2 Json return

Jul 27th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.65 KB | None | 0 0
  1. {
  2.   "id": "AMA8IOCCA0EE2O2",
  3.   "idBo": "cfaf49fcf7e1132d98adbf9d9f101e4543cf10cc",
  4.   "idOperator": "3e1f975601f59090decc8f2d5ced72010162e48e",
  5.   "idAirplaneCompany": "1ce49ad2fe8ca12011753fad2c01c43439ac9bbd",
  6.   "legs": [
  7.     {
  8.       "id": "K6E4A448C486KC6",
  9.       "idBo": "50c3f26dc51428ea17c46ba81548e18c967139f4",
  10.       "idOperator": null,
  11.       "idAirplaneCompany": null,
  12.       "lfiFrom": "FR31622",
  13.       "lfiTo": "FR18421",
  14.       "departureDate": {
  15.         "date": "2018-08-15 15:52:01",
  16.         "timezone_type": 1,
  17.         "timezone": "+00:00"
  18.       },
  19.       "arrivalDate": {
  20.         "date": "2018-08-15 16:52:01",
  21.         "timezone_type": 1,
  22.         "timezone": "+00:00"
  23.       },
  24.       "duration": "01:05",
  25.       "paxNumber": 1,
  26.       "status": 2,
  27.       "customerInformation": null,
  28.       "travellers": [
  29.         {
  30.           "id": "3ab212320691523d52a54f9b3551e76832ee18f9",
  31.           "firstname": "Vincent",
  32.           "lastname": "Courtin",
  33.           "gender": 0,
  34.           "phone": "0987654321",
  35.           "email": "vincent.courtin@openjet.com",
  36.           "nationality": "Française",
  37.           "weight": "75.00",
  38.           "metric": 0,
  39.           "passport_num": "1234567890",
  40.           "expiration_date": {
  41.             "date": "2028-01-19 00:00:00",
  42.             "timezone_type": 3,
  43.             "timezone": "Europe/Paris"
  44.           },
  45.           "birth_date": {
  46.             "date": "1992-01-27 00:00:00",
  47.             "timezone_type": 3,
  48.             "timezone": "Europe/Paris"
  49.           },
  50.           "userId": "d0a4a74faf4f7c537b48deaed199147f7c1d5e0a"
  51.         }
  52.       ]
  53.     },
  54.     {
  55.       "id": "OKEM8E6M88OEOI2",
  56.       "idBo": "84fad9d19361b5936ca5f5195ea019a18b48ecc0",
  57.       "idOperator": null,
  58.       "idAirplaneCompany": null,
  59.       "lfiFrom": "FR18421",
  60.       "lfiTo": "FR31622",
  61.       "departureDate": {
  62.         "date": "2018-10-15 10:52:01",
  63.         "timezone_type": 1,
  64.         "timezone": "+00:00"
  65.       },
  66.       "arrivalDate": {
  67.         "date": "2018-10-15 11:52:01",
  68.         "timezone_type": 1,
  69.         "timezone": "+00:00"
  70.       },
  71.       "duration": "01:05",
  72.       "paxNumber": 1,
  73.       "status": 2,
  74.       "customerInformation": null,
  75.       "travellers": [
  76.         {
  77.           "id": "3ab212320691523d52a54f9b3551e76832ee18f9",
  78.           "firstname": "Vincent",
  79.           "lastname": "Courtin",
  80.           "gender": 0,
  81.           "phone": "0987654321",
  82.           "email": "vincent.courtin@openjet.com",
  83.           "nationality": "Française",
  84.           "weight": "75.00",
  85.           "metric": 0,
  86.           "passport_num": "1234567890",
  87.           "expiration_date": {
  88.             "date": "2028-01-19 00:00:00",
  89.             "timezone_type": 3,
  90.             "timezone": "Europe/Paris"
  91.           },
  92.           "birth_date": {
  93.             "date": "1992-01-27 00:00:00",
  94.             "timezone_type": 3,
  95.             "timezone": "Europe/Paris"
  96.           },
  97.           "userId": "d0a4a74faf4f7c537b48deaed199147f7c1d5e0a"
  98.         }
  99.       ]
  100.     }
  101.   ],
  102.   "idClient": "d0a4a74faf4f7c537b48deaed199147f7c1d5e0a",
  103.   "acquisitionChannel": "frontWebsite",
  104.   "price": {
  105.     "id": "GKCCC226KIMK4E0",
  106.     "totalAmount": 7700,
  107.     "taxRate": 1,
  108.     "taxCurrency": "EUR",
  109.     "taxAmount": 0,
  110.     "taxRebate": "0",
  111.     "netAmount": 7700,
  112.     "currencyRequest": "EUR",
  113.     "currencyResponse": null,
  114.     "exchangeRate": "0.9087",
  115.     "reservationId": "AMA8IOCCA0EE2O2"
  116.   },
  117.   "agreementNumber": {},
  118.   "status": "option",
  119.   "flightStatus": "option",
  120.   "idAgent": null,
  121.   "specialRequest": null,
  122.   "pnrId": null,
  123.   "created": {
  124.     "date": "2016-07-27 15:11:24",
  125.     "timezone_type": 3,
  126.     "timezone": "Europe/Paris"
  127.   }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement