-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Is their an API point to update rates for different length of stays for each day? I see today you have https://developers.bookingsync.com/reference/endpoints/los_records/ that only searches but is there an end point that we can use to update LOS stays with discount percentages?
Say for each day with different stay length we have % of discounts/premiums then we will just like to push these discount/premiums to you so you can calculate the matrix (point 7 https://developers.bookingsync.com/guides/understanding-los-records/)
Is this possible?
PUT /los-discount
{
"1": 10
"2": 12
"3": -8
"4": -10
"5": -15
}
Metadata
Metadata
Assignees
Labels
No labels