Advertisement
Arthur_M

Ответ Портбилет

Aug 12th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.82 KB | None | 0 0
  1. {
  2.         "requestId": null,
  3.         "id": "-1",
  4.         "departureCityName": "Москва",
  5.         "arrivalCityName": "Екатеринбург",
  6.         "prices": [
  7.           {
  8.             "currencyId": 0,
  9.             "currencyCode": "RUB",
  10.             "value": 17415
  11.           }
  12.         ],
  13.         "departureIata": "MOW",
  14.         "arrivalIata": "SVX",
  15.         "allDuration": 140,
  16.         "flightDuration": 140,
  17.         "transferDuration": 0,
  18.         "flightTo": {
  19.           "allDuration": 140,
  20.           "flightDuration": 140,
  21.           "transferDuration": 0,
  22.           "departureDateTime": "2019-09-17T23:45:00",
  23.           "arrivalDateTime": "2019-09-18T04:05:00",
  24.           "segments": [
  25.             {
  26.               "classType": "ECONOMY",
  27.               "isCharter": false,
  28.               "flightType": 0,
  29.               "baggageInfo": {
  30.                 "handBaggage": true,
  31.                 "handBaggagePieces": 1,
  32.                 "handBaggageWeight": 5,
  33.                 "baggage": true,
  34.                 "baggagePieces": 1,
  35.                 "baggageWeight": 10,
  36.                 "description": null
  37.               },
  38.               "departureIata": "DME",
  39.               "arrivalIata": "SVX",
  40.               "departureDateTime": "2019-09-17T23:45:00",
  41.               "arrivalDateTime": "2019-09-18T04:05:00",
  42.               "airline": "Уральские авиалинии",
  43.               "aircraftModel": "АЭРОБУС А320",
  44.               "flightNumber": "U6 271",
  45.               "isLuggageIncluded": null,
  46.               "flightDuration": 140,
  47.               "transferDuration": 0,
  48.               "ticketingTimeLimitUtc": 1566172800000,
  49.               "isTicketRefundable": true
  50.             }
  51.           ]
  52.         },
  53.         "flightFrom": null,
  54.         "isVtrip": false,
  55.         "isFareRules": false
  56.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement