Skip to main content

SearchCriteria

Represents the search criteria specified by the client for a hotel search operation. Inherits from Criteria.

Properties

NameTypeDescription
CheckInStringThe check-in date for the operation, represented as a string in ISO 8601 format (yyyy-MM-dd).
CheckOutStringThe check-out date for the operation, represented as a string in ISO 8601 format (yyyy-MM-dd).
CheckInAsDateTimeStringThe check-in date parsed as a DateTime object.
CheckOutAsDateTimeStringThe check-out date parsed as a DateTime object.
TotalNightsIntegerThe total number of nights for the stay, calculated as the difference between check-in and check-out dates.
LanguageStringThe language code for the operation, represented as a 2-character ISO 639-1 code (e.g., "en", "es").
CurrencyCurrencyThe preferred currency for the operation, defined as an optional Currency value.
NationalityStringThe nationality code of the client, represented as a 2-character ISO 3166-1 alpha-2 country code (e.g., "US", "FR").
DestinationsDestinationsGets the destinations for the search. These can be specific hotels or locations.
Destinations/AccommodationsArray<AccommodationRQ>Collection of accommodations for the search request.
Destinations/Accommodations
Type
AccommodationTypeSpecifies the type of accommodation being requested, such as Hotel or Rental.
Destinations/Accommodations
Code
StringRepresents a unique code identifying the accommodation in the request.
Destinations/LocationsArray<Location>Collection of locations for the search request.
Destinations/Locations/CodeStringThe unique code identifying the location.
Destinations/Locations/CountryStringThe ISO 3166-1 alpha-2 country code where the location is situated.
Destinations/Locations
Longitude
DoubleThe longitude coordinate of the location, expressed in decimal degrees.
Destinations/Locations
Latitude
DoubleThe latitude coordinate of the location, expressed in decimal degrees.
OccupanciesArray<Occupancy>Gets the occupancy details for the search.Indicates the number of rooms, passengers, and their respective ages.
Occupancies/OccupancyIdIntegerThe unique identifier for the occupancy.
Occupancies/PaxesArray<PaxInput>The collection of passenger inputs (paxes) for the occupancy.
Occupancies/Paxes/AgeIntegerAge of the passenger. This value is required and plays a critical role in determining eligibility for child or adult pricing as defined by the supplier.
MarketsArrayGets the markets associated with the search.Represents ISO 3166-1 alpha-2 country codes.