Skip to content

Push Property Rates

ipro-dave edited this page Sep 13, 2023 · 6 revisions

Request:

  • Url /apis/property/{propertyID}/rates

  • Method POST

  • Content-Type application/json

  • Payload

Please note if you know the ID for the custom changeover day rule, use 'ID' or if you have set specific changeover days you can enter the allowed days for check in or check out i.e.

This rule will allow arrivals and departures on a Friday or Saturday

"Arrival": "Friday,Saturday", "Departure": "Friday,Saturday"

Any = Flexible arrivals any day of the week

[{"StartDate": "2019-11-24",
"EndDate": "2020-02-20",
"WeeklyRate": 800,
"NightlyRate": null,
"WeekendRate": null,
"MinStay": 7,
"ChangeoverDays": {
"Id": 10678,
"Arrival": "Any",
"Departure": "Any"
}},
{"StartDate": "2020-02-21",
"EndDate": "2020-05-20",
"WeeklyRate": 1000,
"NightlyRate": null,
"WeekendRate": null,
"MinStay": 7,
"ChangeoverDays": {
"Id": 10679,
"Arrival": "Friday",
"Departure": "Friday"
}}]
Clone this wiki locally