Page 1 of 1

set channel multiplier using API

Posted: Fri Jan 14, 2022 11:59 am
by core1.holiday
Hello, is there a way to set channel multiplier (Channel Manager -> Booking.com -> Multiplier field) using API?

Re: set channel multiplier using API

Posted: Fri Jan 14, 2022 12:58 pm
by lesleywoermeijer
You an use the JSON setProperty API to Modify the Property. In this wiki page you can see the options to Modify, for the Channel Property code add the multiplier after the Hotelid.

"bookingComPropertyCode": "123456*1.23",

https://api.beds24.com/json/setProperty

Not all channels allow Multipliers, check the HELP page for the specific Channel that you want to add the multiplier to.

Re: set channel multiplier using API

Posted: Wed Jan 19, 2022 4:17 pm
by core1.holiday
that's exactly what i needed, thank you very much