Versions Compared

Key

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

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:

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 →