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