Advertisement
Arthur_M

Запрос к Портбилет

Aug 12th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. {
  2.   "requestId": "string",
  3.   "partners": [
  4.     "portbilet"
  5.   ],
  6.   "fromPoint": {
  7.     "iata": "MOW",
  8.     "name": "Moscow",
  9.     "isCity": true,
  10.     "iataCity": "MOW"
  11.   },
  12.   "toPoint": [
  13.     {
  14.       "iata": "SVX",
  15.       "name": "svx",
  16.       "isCity": true,
  17.       "iataCity": "SVX"
  18.     }
  19.   ],
  20.   "departureDate": "2019-09-17",
  21.   "adults": 2,
  22.   "childrenAges": [
  23.     3
  24.   ],
  25.   "infantsWithSeats": 0,
  26.   "infantsWithoutSeats": 2,
  27.   "airlines": [
  28.     "string"
  29.   ],
  30.   "classType": 0
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement