Availability
Get the list of property IDs available in the dates provided.
Request: Availability(arrival, departure, people, usr, pwd)
parameter | type | format | mandatory? |
---|---|---|---|
arrival | string | yyyy-MM-dd → “2020-12-01” | Yes |
departure | string | yyyy-MM-dd → “2020-12-01” | Yes |
people | integer |
| No |
usr | integer |
| Yes |
pwd | string |
| Yes |
Response:
{
"Availability": [
1001,
1002,
1003
]
}