WuBook Community Forum
!wired : Finding room's default availability - Printable Version

+- WuBook Community Forum (https://en.wubook.net/forum)
+-- Forum: WuBook Suite (https://en.wubook.net/forum/forumdisplay.php?fid=1)
+--- Forum: Support for the Booking Engine (https://en.wubook.net/forum/forumdisplay.php?fid=2)
+--- Thread: !wired : Finding room's default availability (/showthread.php?tid=276)



!wired : Finding room's default availability - AB151 - 10-05-2014

I want to get room's default availability - not for specific date.
The availability column I fill in https://wubook.net/lodging/rooms/ROOMID/

Is there a way to this in !wired? fetch_rooms gives me just occupancy which is not what I searching for.


RE: !wired : Finding room's default availability - yellow - 10-06-2014

Hello,

you are right. Default price and default availability is missing from fetch_rooms().
You have now two new fields: `price` and `avail`.

I'm updating in a few the Wired docs too!

Thank you so much


RE: !wired : Finding room's default availability - AB151 - 10-07-2014

(10-06-2014, 11:10 PM)yellow Wrote: Hello,

you are right. Default price and default availability is missing from fetch_rooms().
You have now two new fields: `price` and `avail`.

I'm updating in a few the Wired docs too!

Thank you so much

Thanks! fast response!