Skip Navigation

Available

Indicates if the hotel is available or not for the specified @ArrivalDate and @DepartureDate parameters.

Note: Lead Availability pricing is returned even if the hotel is not available. It is up to the client to determine whether or not to show pricing if the hotel is not available.


Parameter Description Type
Available Indicates if the hotel is available. Boolean


{
    "leadAvailabilityList": [
        {
            "Available": true
        }
    ]
}