# | 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="SSPkvoYKXbdORwSNAnWdQf"> | |||
2 | Summarizer |
| summarizer | <summarizer>includedBaggage</summarizer> | |||
3 | Preferred cabin type | By default API results contains both cabins but the cheapest are preferred |
| inputs /@cabinType | <inputs cabinType="BUSINESS"> | ||
4 | Adult count | Adults and children sum must be less or equal to 9 | inputs /pax /@adults | <pax adults="1"/> | |||
5 | Children count | "0" | Adults and children sum must be less or equal to 9 | inputs /pax /@children | <pax adults="2" children="1"/> | ||
6 | Count of Infants in a lap | "0" | Must be less or equal to adult count | inputs /pax /@infantsInLap | <pax adults="3" infantsInLap="2"/> | ||
7 | Slices | Check Slice for more details | <slice date="2023-12-02" origin="DME" destination="OVB"/> |
If you want to make request only with guaranteed results, check FAQ to find how to get the list of actual directions.
# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | Departure IATA airport or city code | IATA airpot/city code | origin | <slice origin="OVB"/> | |||
2 | Departure Date | YYYY-MM-DD | date | <slice date="2023-12-01"/> | |||
3 | Arrival IATA airport or city code | IATA airpot/city code | destination | <slice destination="DME"/> |