Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "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 →