Posted on: 2/16/2015 3:47:05 AM | Views : 607

Hi All,
   Please assist me how to integrate flight API in to my application. Below is my code.
To get "One way" tickets you should add a JSON into the body of request:

{ "marker": %marker%, "host": "beta.aviasales.ru", "user_ip": "127.0.0.1", "locale": "ru", "trip_class": "Y", "passengers": { "adults": 1, "children": 0, "infants": 0 }, "segments": [ { "origin": "MOW", "destination": "LED", "date": "2014-12-18" }
Go to the complete details ...