PMS REST API
Online documentation
AvailabilityResponse
Inheritance: ResponseBase
Availability response returns Availability info, rates and rooms that are available
| Property Name | Type | Description |
| Availability | List< AvailabilityInfo > | List of availability info |
| Rates | List< Rate > | Rates that are referenced in Availability list |
| RoomTypes | List< RoomType > | Room lists that includes room description, name and code |
| Packages | List< Package > |
List of available external packages (like SPA). This list only returns if GetPackages flag is set in the availability request. |
| Warnings | List< HotelWarning > |
If any of the hotels return a valid response, then all the errors occured on the other hotels are added to this list as a warning message and the api will not be return an exception. Api only returns an exception if all the hotels requested for availability fails. |

