HotelsInputDto
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| HotelIds | List<long> | ❌ | A list of up to 1000 hotel ids. |
| Language | HotelsInputDtoLanguage | ❌ | The language code to return the results in. Please check the "Possible Values" section of the documentation for the accepted language codes. |
| Extras | List<HotelsInputDtoExtras> | ❌ | Returns extra bits of information about hotels. |
| Offset | long | ❌ | The number of rows to offset the results by. NOTE: this needs to be 0 or a multiple of 100. |
| Rows | long | ❌ | The maximum number of rows to return. NOTE: this needs to be a multiple of 100. |
HotelsInputDtoLanguage
The language code to return the results in. Please check the "Possible Values" section of the documentation for the accepted language codes.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Ar | string | ✅ | "AR" |
| Bg | string | ✅ | "BG" |
| Ca | string | ✅ | "CA" |
| Cs | string | ✅ | "CS" |
| Da | string | ✅ | "DA" |
| De | string | ✅ | "DE" |
| El | string | ✅ | "EL" |
| En | string | ✅ | "EN" |
| EnGb | string | ✅ | "EN_GB" |
| EnUs | string | ✅ | "EN_US" |
| Es | string | ✅ | "ES" |
| EsAr | string | ✅ | "ES_AR" |
| EsMx | string | ✅ | "ES_MX" |
| Et | string | ✅ | "ET" |
| Fi | string | ✅ | "FI" |
| Fr | string | ✅ | "FR" |
| He | string | ✅ | "HE" |
| Hi | string | ✅ | "HI" |
| Hr | string | ✅ | "HR" |
| Hu | string | ✅ | "HU" |
| Id | string | ✅ | "ID" |
| Is_ | string | ✅ | "IS" |
| It | string | ✅ | "IT" |
| Ja | string | ✅ | "JA" |
| Ka | string | ✅ | "KA" |
| Ko | string | ✅ | "KO" |
| Lt | string | ✅ | "LT" |
| Lv | string | ✅ | "LV" |
| Ms | string | ✅ | "MS" |
| Nl | string | ✅ | "NL" |
| No | string | ✅ | "NO" |
| Pl | string | ✅ | "PL" |
| PtBr | string | ✅ | "PT_BR" |
| PtPt | string | ✅ | "PT_PT" |
| Ro | string | ✅ | "RO" |
| Ru | string | ✅ | "RU" |
| Sk | string | ✅ | "SK" |
| Sl | string | ✅ | "SL" |
| Sr | string | ✅ | "SR" |
| Sv | string | ✅ | "SV" |
| Th | string | ✅ | "TH" |
| Tl | string | ✅ | "TL" |
| Tr | string | ✅ | "TR" |
| Uk | string | ✅ | "UK" |
| Vi | string | ✅ | "VI" |
| ZhCn | string | ✅ | "ZH_CN" |
| ZhTw | string | ✅ | "ZH_TW" |
HotelsInputDtoExtras
Returns extra bits of information about hotels.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| HotelInfo | string | ✅ | "HOTEL_INFO" |
| RoomInfo | string | ✅ | "ROOM_INFO" |
| KeyCollectionInfo | string | ✅ | "KEY_COLLECTION_INFO" |
| HotelFacilities | string | ✅ | "HOTEL_FACILITIES" |
| HotelPhotos | string | ✅ | "HOTEL_PHOTOS" |
| HotelDescription | string | ✅ | "HOTEL_DESCRIPTION" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs