/
MonthlyRate
MonthlyRate
Request: MonthlyRate(propertyID, arrival, departure, usr, pwd)
parameter | type | format | mandatory? |
---|---|---|---|
propertyID | integer |
| Yes |
arrival | string | yyyy-MM-dd → “2020-12-01” | Yes |
departure | string | yyyy-MM-dd → “2020-12-01” | Yes |
usr | integer |
| Yes |
pwd | string |
| Yes |
Response:
{
"MonthlyRate": {
"price": "4000",
"fees": "300",
"management": "60",
"cleaning": "140",
"deposit": "1200"
}
}
The webservice will answer with the prices for those specific dates.
This is the default way of calculating prices, but there can be Property Managers that need a personalized calculation. In this case, you should use MonthlyRates to get all the prices for the year, and manually make the calculations on your end.
How are these prices calculated?
price, fees, management →
cleaning, deposit →
, multiple selections available,
Related content
MonthlyRates
MonthlyRates
More like this
DailyRates
DailyRates
More like this
MonthlyAvailability
MonthlyAvailability
More like this
availability_monthly
availability_monthly
More like this
GET Calendar
GET Calendar
More like this
Retrieve listing's rates
Retrieve listing's rates
More like this