I found that the getRoomDates endpoint is similar to JSON_HotelAvail, should I use getRoomDates endpoint?
when I posted the json data using getRoomDates endpoint, it returned the correct data, but JSON_HotelAvail endpoint is just returning empty array.
I use the same data for both
Code: Select all
{
"authentication": {
"apiKey": "xxx",
"propKey": "xxx"
},
"roomId": 111,
"from": "20240718",
"to": "20250816"
}
JSON_HotelAvail can be found here: https://wiki.beds24.com/index.php/OTA
and getRoomDates can be found here: https://api.beds24.com/
Thank you!