Parameters
Main.
/search
# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | MSE key | Use the key that you received from our technical support. Check out Quick Start for how to get it | @key | <search key="SSPkvoYKXmjORwSNAnWdQf" version="3a"> | |||
2 | Version | "1", "2" or "3a" for v0.35 and always "3a" for v0.37. | @version | <search key="SSPkvoYKXmjORwSNAnWdQf" version="3a"> | |||
3 | Summarizer |
In case you need to receive multiple flight details, using the following order of listing summarizers is mandatory | summarizer | <summarizer>baggage</summarizer> | |||
4 | Preferred cabin type | By default API results contains both cabins but the cheapest are preferred |
| inputs /@cabinType | <inputs cabinType="BUSINESS"> | ||
5 | Adult count | Adults and children sum must be less or equal to 9 | inputs /pax /@adults | <pax adults="1"/> | |||
6 | Children count | "0" | Adults and children sum must be less or equal to 9 | inputs /pax /@children | <pax adults="2" children="1"/> | ||
7 | Count of Infants in a lap | "0" | Must me less or equal to adult count | inputs /pax /@infantsInLap | <pax adults="3" infantsInLap="2"/> | ||
8 | Slices | <slice date="2017-12-02" destination="OVB" origin="GDX"/> |
Slice.
/search /inputs /slice (Multiple)
# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | Departure IATA airport or city code | IATA airpot/city code | origin | <slice date="2018-01-01" destination="GDX" origin="OVB"/> | |||
2 | Departure Date | YYYY-MM-DD | date | <slice date="2018-01-01" destination="GDX" origin="OVB"/> | |||
3 | Arrival IATA airport or city code | IATA airpot/city code | destination | <slice date="2018-01-01" destination="GDX" origin="OVB"/> |