set channel multiplier using API

Develper issues when using the Beds24 APi.
Post Reply
core1.holiday
Posts: 4
Joined: Thu Nov 04, 2021 12:38 pm

Hello, is there a way to set channel multiplier (Channel Manager -> Booking.com -> Multiplier field) using API?
lesleywoermeijer
Posts: 291
Joined: Wed Dec 28, 2016 2:20 pm

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.
core1.holiday
Posts: 4
Joined: Thu Nov 04, 2021 12:38 pm

that's exactly what i needed, thank you very much
Post Reply