Search found 8 matches

by silverbyte
Mon Apr 09, 2018 5:31 pm
Forum: API
Topic: Closing a rate for a specific room on a specific date
Replies: 4
Views: 2836

Re: Closing a rate for a specific room on a specific date

Sorry, I see it now. Was looking at SetRoomDates instead.
by silverbyte
Mon Apr 09, 2018 12:07 pm
Forum: API
Topic: Rate Id in getBookings
Replies: 3
Views: 2321

Re: Rate Id in getBookings

We are not going to use Beds24 directly, just as channel manager to AirBnb and other similar providers.
So, it will be dependent on how Beds24 will be translating the provider XML/JSON.
by silverbyte
Mon Apr 09, 2018 11:54 am
Forum: API
Topic: Closing a rate for a specific room on a specific date
Replies: 4
Views: 2836

Re: Closing a rate for a specific room on a specific date

markkinchin wrote:
Mon Apr 09, 2018 9:22 am
It is better to set the inventory "i" or override status "o" of the dates using JSON setRoomDates.

see JSON getRoomDates for information about the parameters.
I do not see anything about status in the specs.
Can you past an example request here, please?
by silverbyte
Mon Apr 09, 2018 5:14 am
Forum: API
Topic: Setting availability of a single room
Replies: 2
Views: 1883

Re: Setting availability of a single room

I found an explanation in the HOW TO module, so I just need to know that I understand this correctly. 1. I create all rooms in Beds24.com as individual rooms with the quantity of 1. 2. I set the price on all rooms to be dependent on the first room in the "room type". This way I will only need to sen...
by silverbyte
Sun Apr 08, 2018 6:10 pm
Forum: API
Topic: Rate Id in getBookings
Replies: 3
Views: 2321

Rate Id in getBookings

Hello, all
There is a possibility to define more than 1 rate for each room type.
However, rate id does not appear in the "booking" element of getBookings() function.

Question, how do we determine with which rate was the booking made?

Thank you
Arcady
by silverbyte
Sun Apr 08, 2018 11:19 am
Forum: API
Topic: Setting availability of a single room
Replies: 2
Views: 1883

Setting availability of a single room

Hello, all Is there a way to set availability of a specific room in a room type for a specific date? I cannot find this option in the specs and it appears mandatory, since AIRBNB works with singular rooms and not with room types. If we define each room as a separate room type, that will require sepa...
by silverbyte
Sun Apr 08, 2018 5:37 am
Forum: API
Topic: List of API errors
Replies: 0
Views: 4194

List of API errors

Hello, all
I could not find the full list of API errors on the site.
Can someone, please, point me towards it?

Thank you
by silverbyte
Wed Apr 04, 2018 5:09 pm
Forum: API
Topic: Closing a rate for a specific room on a specific date
Replies: 4
Views: 2836

Closing a rate for a specific room on a specific date

Hello, all I am trying to use setRates function to close out a specific date, but I do not see the possibility to do that. The only way I see is possible is to send zero inventory, however, if the property syncs the actual inventory, the date will reopen. Did I miss a field in the API, which closes ...