Booked
Get the list of dates unavailable for a property, in the interval of dates provided.
Request: Booked(propertyID, datefrom, dateto, usr, pwd)
parameter | type | format | mandatory? |
---|---|---|---|
propertyID | integer |
| Yes |
datefrom | string | yyyy-MM-dd → “2020-12-01” | Yes |
dateto | string | yyyy-MM-dd → “2020-12-01” | Yes |
usr | integer |
| Yes |
pwd | string |
| Yes |
Response:
{
"Booked": [
"2020-12-09",
"2020-12-10",
"2020-12-31",
"2021-01-01"
]
}