Get the list of the available properties for the dates and people provided
...
that have monthly prices in the system.
Request: MonthlyAvailability(arrival, departure, people, language, 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 | |
language | string | “es”, “en”, etc → ISO standard code | Yes |
usr | integer | Yes | |
pwd | string | Yes |
If you put 0 in the ‘people’ parameter, it will search without looking into the capacity of the properties.
...