Skip to content

Property Day Availability Check

ipro-dave edited this page Aug 14, 2019 · 1 revision

Request Url: /apis/property/dayavailabilitycheck?lastUpdated={time}

  • lastUpdated is the time in minutes.

Returns a list of properties where the availability has been recently updated. If a booking or blockout has been created or removed within the number of minutes specified then the property id will be included in the list.

Response:

[
    {"PropertyIDs":[7858,7864,7902]}
]
Clone this wiki locally