# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | Sort | ![]() | ![]() | MIN_PRICE |
| Parameters /ServiceFilters[GroupCode="sort"] /SubGroupCode | <ServiceFilter> <GroupCode>sort</GroupCode> <SubGroupCode>MIN_PRICE</SubGroupCode> </ServiceFilter> |
2 | Aircraft Cabin | ![]() | ![]() | Returns both cabin types | Code="Y" - economy cabin only Code="D" - business cabin only | Preferences /Preference /FlightPreferences /Aircraft /Cabins /Code="Y" | <Code>Y</Code> |
3 | Direct Flights Only | ![]() | ![]() | Returns all itineraries: direct, transit and transfer | Preferences /Preference /FlightPreferences /Characteristic /DirectPreferences="Preferred" | <DirectPreferences>Preferred</DirectPreferences> | |
4 | AirShoppingRQ | v0.50 | searchFlightsJourney operation |
| ![]() | ![]() | Traveler types details | Travalers /Traveler | <Traveler> ... </Traveler> |
5 | AirShoppingRQ | v0.50 | searchFlightsJourney operation |
| ![]() | ![]() | Journey details | CoreQuery /OriginDestinations /OriginDestination | <OriginDestination> ... </OriginDestination> |
6 | Result Type | ![]() | ![]() | lowfare |
| Metadata /Other /OtherMetadata /RuleMetadatas /RuleMetadata[@MetadataKey="RM1"][RuleID="result_type"] /Status | <Status>smartchoice</Status> |
7 | Selected solution reference for a previous slice |
| ![]() | ![]() | Selected fare family solution reference from previous search | CoreQuery /ShoppingResponseIDs[ResponseID="R1"] /AssociatedIDs /AssociatedID /OfferItemID | <OfferItemID>LsB0QidQ35Xy2yN6F0sXRtPS1/ |
# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | Passenger Type Code | ![]() | ![]() | ![]() |
| AnonymousTraveler /PTC | <PTC Quantity="1">ADT</PTC> |
2 | Passenger Quantity | ![]() | ![]() | ![]() |
| AnonymousTraveler /PTC /@Quantity | <PTC Quantity="2">CHD</PTC> |
# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|---|---|---|---|---|---|---|
1 | Departure IATA airport or city code | ![]() | ![]() | ![]() | IATA airpot/city code | Departure /AirportCode | <AirportCode>OVB</AirportCode> |
2 | Departure Date | ![]() | ![]() | ![]() | YYYY-MM-DD | Departure /Date | <Date>2017-07-20</Date> |
3 | Arrival IATA airport or city code | ![]() | ![]() | ![]() | IATA airpot/city code | Arrival /AirportCode | <AirportCode>DME</AirportCode> |
4 | Arrival Date | ![]() | ![]() | ![]() | YYYY-MM-DD | Arrival /Date | <Date>2017-07-20</Date> |