SearchInputDto
Properties
Name | Type | Required | Description |
---|---|---|---|
Checkin | string | ✅ | The checkin date. Must be within 500 days in the future and in the format yyyy-mm-dd. |
Checkout | string | ✅ | The checkout date. Must be later than (checkin). Must be between 1 and 90 days after (checkin). Must be within 500 days in the future and in the format yyyy-mm-dd. |
Booker | BookerInputDto | ✅ | The booker's information. |
Guests | GuestsInputDto | ✅ | The guest details for the request. |
Currency | string | ❌ | A three-letter code that uniquely identifies a monetary currency as defined by the ISO 4217 standard. |
City | long | ❌ | A signed integer number that uniquely identifies a city. |
Country | string | ❌ | A two-letter code that uniquely identifies a country. This code is defined by the ISO 3166-1 alpha-2 standard (ISO2) as described here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2. |
Extras | List<SearchInputDtoExtras> | ❌ | Input parameter to request for additional information about the products. |
Accommodations | List<long> | ❌ | A signed integer number that uniquely identifies an accommodation property. |
AccommodationFacilities | List<long> | ❌ | A signed integer number that uniquely identifies an accommodation facility. |
RoomFacilities | List<long> | ❌ | A signed integer number that uniquely identifies a room facility. |
AccommodationTypes | List<long> | ❌ | A signed integer number that uniquely identifies an accommodation type. |
Brands | List<long> | ❌ | A signed integer number that uniquely identifies a brand. |
Airport | string | ❌ | A three-letter code that uniquely identifies an airport as defined by the International Air Transport Association (IATA). |
District | long | ❌ | A signed integer number that uniquely identifies a district. Typically, districts define known areas within a city. |
Landmark | long | ❌ | A signed integer number that uniquely identifies a relevant geographical landmark, like a monument or a natural attraction. |
Coordinates | Coordinates | ❌ | Limit the result list to the specified coordinates. |
Region | long | ❌ | A signed integer number that uniquely identifies a geographical region. Regions usually define official administrative areas within a country, but may also include multiple countries and in some cases un-official but popular designations for geographical areas. An example of a region that crosses multiple countries is the Alps in Europe. |
Rows | long | ❌ | The maximum number of results to return. |
Page | string | ❌ | Pagination token used to retrieve the next page of results. Obtained from next_page . |
SearchInputDtoExtras
Input parameter to request for additional information about the products.
Properties
Name | Type | Required | Description |
---|---|---|---|
ExtraCharges | string | ✅ | "EXTRA_CHARGES" |
Products | string | ✅ | "PRODUCTS" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs