Advertisement
Vincent_Courtin

OJ RESERVATION by-id return

Jul 29th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.67 KB | None | 0 0
  1. {
  2.   "id": "0AA0KE0AMO0MCE4",
  3.   "idBo": "01e0cd5d003e757ff4a4a713bd59625b903767b3",
  4.   "idOperator": "3e1f975601f59090decc8f2d5ced72010162e48e",
  5.   "idAirplaneCompany": "1ce49ad2fe8ca12011753fad2c01c43439ac9bbd",
  6.   "legs": [
  7.     {
  8.       "id": "AII06MI68I204AI",
  9.       "idBo": "2bc6838694d1b41b82bb236de3c00e552ebea0eb",
  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": 3,
  17.         "timezone": "Europe/Paris"
  18.       },
  19.       "arrivalDate": {
  20.         "date": "2018-08-15 16:52:01",
  21.         "timezone_type": 3,
  22.         "timezone": "Europe/Paris"
  23.       },
  24.       "duration": "01:05",
  25.       "paxNumber": 1,
  26.       "status": 2,
  27.       "customerInformation": null,
  28.       "travellers": [
  29.         {
  30.           "id": "f411b99581c058249f90c03e298128715dd78a26",
  31.           "firstname": "Lambda",
  32.           "lastname": "Traveller",
  33.           "gender": 0,
  34.           "phone": "1234567890",
  35.           "email": "traveller.lambda@openjet.com",
  36.           "nationality": "Française",
  37.           "weight": "70.00",
  38.           "metric": 0,
  39.           "passport_num": "1234567890",
  40.           "expiration_date": {
  41.             "date": "2023-08-05 00:00:00",
  42.             "timezone_type": 3,
  43.             "timezone": "Europe/Paris"
  44.           },
  45.           "birth_date": {
  46.             "date": "1926-07-07 00:00:00",
  47.             "timezone_type": 3,
  48.             "timezone": "Europe/Paris"
  49.           },
  50.           "userId": "2362ec66120082bdd64f7d679eeed15e84ec251a"
  51.         }
  52.       ]
  53.     },
  54.     {
  55.       "id": "EEEIA0GKIC2I4GK",
  56.       "idBo": "6b8dcbf75ea40be549b24876805450a798f2fa64",
  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": 3,
  64.         "timezone": "Europe/Paris"
  65.       },
  66.       "arrivalDate": {
  67.         "date": "2018-10-15 11:52:01",
  68.         "timezone_type": 3,
  69.         "timezone": "Europe/Paris"
  70.       },
  71.       "duration": "01:05",
  72.       "paxNumber": 1,
  73.       "status": 2,
  74.       "customerInformation": null,
  75.       "travellers": [
  76.         {
  77.           "id": "f411b99581c058249f90c03e298128715dd78a26",
  78.           "firstname": "Lambda",
  79.           "lastname": "Traveller",
  80.           "gender": 0,
  81.           "phone": "1234567890",
  82.           "email": "traveller.lambda@openjet.com",
  83.           "nationality": "Française",
  84.           "weight": "70.00",
  85.           "metric": 0,
  86.           "passport_num": "1234567890",
  87.           "expiration_date": {
  88.             "date": "2023-08-05 00:00:00",
  89.             "timezone_type": 3,
  90.             "timezone": "Europe/Paris"
  91.           },
  92.           "birth_date": {
  93.             "date": "1926-07-07 00:00:00",
  94.             "timezone_type": 3,
  95.             "timezone": "Europe/Paris"
  96.           },
  97.           "userId": "2362ec66120082bdd64f7d679eeed15e84ec251a"
  98.         }
  99.       ]
  100.     }
  101.   ],
  102.   "idClient": "c6a49d4ca857c8ca5e126404e69e979f880489e8",
  103.   "acquisitionChannel": "amadeus",
  104.   "price": {
  105.     "id": "4A2GEM8O2II0AEC",
  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.902,
  115.     "reservationId": "0AA0KE0AMO0MCE4"
  116.   },
  117.   "agreementNumber": {},
  118.   "status": "option",
  119.   "flightStatus": "option",
  120.   "idAgent": null,
  121.   "specialRequest": null,
  122.   "pnrId": null,
  123.   "created": {
  124.     "date": "2016-07-28 13:17:23",
  125.     "timezone_type": 3,
  126.     "timezone": "Europe/Paris"
  127.   }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement