Advertisement
Arthur_M

Пегас Ответ

Jul 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.98 KB | None | 0 0
  1. [
  2.   {
  3.     "id": "cXGPG6lyjxvfc48bFnWPG0x2jxuy+eMbuniPG/B5jxt7ChgaPnyPGzIMGBqQfo8b",
  4.     "departureCityName": "Москва",
  5.     "arrivalCityName": "Даламан",
  6.     "prices": [
  7.       {
  8.         "currency": "RUB",
  9.         "value": 15097.68
  10.       }
  11.     ],
  12.     "departureIata": "MOW",
  13.     "arrivalIata": "DLM",
  14.     "allDuration": 0,
  15.     "flightDuration": 0,
  16.     "transferDuration": 0,
  17.     "flightTo": {
  18.       "allDuration": 0,
  19.       "flightDuration": 0,
  20.       "transferDuration": 0,
  21.       "departureDateTime": "2019-07-23T00:00:00",
  22.       "arrivalDateTime": "2019-07-23T00:00:00",
  23.       "segments": [
  24.         {
  25.           "classType": "Economy",
  26.           "departureIata": "SVO",
  27.           "arrivalIata": "DLM",
  28.           "departureDateTime": "2019-07-23T00:00:00",
  29.           "arrivalDateTime": "2019-07-23T00:00:00",
  30.           "airline": "Северный Ветер",
  31.           "aircraftModel": null,
  32.           "flightNumber": "9986",
  33.           "isLuggageIncluded": true,
  34.           "flightDuration": 0,
  35.           "transferDuration": 0,
  36.           "ticketingTimeLimitUtc": null,
  37.           "isTicketRefundable": null,
  38.           "isCharter": null
  39.         }
  40.       ]
  41.     },
  42.     "flightFrom": {
  43.       "allDuration": 0,
  44.       "flightDuration": 0,
  45.       "transferDuration": 0,
  46.       "departureDateTime": "2019-07-27T00:00:00",
  47.       "arrivalDateTime": "2019-07-27T00:00:00",
  48.       "segments": [
  49.         {
  50.           "classType": "Economy",
  51.           "departureIata": "DLM",
  52.           "arrivalIata": "SVO",
  53.           "departureDateTime": "2019-07-27T00:00:00",
  54.           "arrivalDateTime": "2019-07-27T00:00:00",
  55.           "airline": "Северный Ветер",
  56.           "aircraftModel": null,
  57.           "flightNumber": "9987",
  58.           "isLuggageIncluded": true,
  59.           "flightDuration": 0,
  60.           "transferDuration": 0,
  61.           "ticketingTimeLimitUtc": null,
  62.           "isTicketRefundable": null,
  63.           "isCharter": null
  64.         }
  65.       ]
  66.     }
  67.   }
  68. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement