2.2.1 Get Klook Hotel List
About 103 wordsLess than 1 minute
2025-04-25
Tips
- Required.
- Get Klook Shell Resource - All Hotel List
URL
/supplier/openapi/{supplierCode}/get/hotels
Params
{
"base":{
"requestId":"xxxxx111bbbbbcccc",
"requestTime":"2025-11-28T12:06:15.890+08:00"
}
}Response
| Column | Type | Remark |
|---|---|---|
klookHotelId | long | Klook hotel ID, mutually exclusive with supplierHotelId, related to idType |
supplierHotelId | String | Supplier hotel ID, mutually exclusive with klookHotelId, related to idType |
hotelName | String | Klook hotel name |
response exp
[
{
"klookHotelId": 100,
"hotelName": "ABC"
},
{
"klookHotelId": 101,
"hotelName": "HIJ"
}
]
or
[
{
"supplierHotelId": "xxxABC",
"hotelName": "ABC"
},
{
"supplierHotelId": "xxxABC",
"hotelName": "HIJ"
}
]