Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

If you put 0 in the ‘people’ parameter, it will search without looking into the capacity of the properties.

Response:

Code Block
languagejson
{
  "Availability": [
    1001,
    1002,
    1003
  ]
}