I'd like to calculate the daily prices for each room myself, send them over API and push these prices to booking.com as well.
I understand that I need to create separate rates in booking.com for extra persons as it doesn't sync this field. But do I have to create a separate rate for every calculated value as well?
I couldn't find the documentation to update price multiplier or the daily prices over the API.
(BTW the documentation says I have to ask booking.com to create a rate, but it's possible to do this on the interface)
set daily prices over API
with booking.com, if you have a set rate for each additional guest (for example, base rate for 2 people, and $20 for each additional person), you can ask booking.com to set up the base number of people and the additional rate. Then, you just send them the base rate (2 person rate) and they will add the additional person rate for every person up to the maximum amount of people allowed for the room.