Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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"
  }
}

  • No labels