PMS REST API
Online documentation
AvailabilityRequest
Inheritance: HotelRequestBase
Request for to get Availability info
| Property Name | Type | Description |
| Hotels | List<string> |
List of hotel codes to search for availability. HotelCode field will be joined into this list for the operation. |
| Criteria | AvailabilityCriteria | Search conditions |
| MaxItemCount | int? | maximum availability result count |
| GetPackages | bool? | includes packages to the the reponse (if true) |
| WebEnabledPackages | bool? |
This property is only usable if GetPackages property is set to true. if GetPackages and this property are both true, only open for web packages will be returned. if GetPackages is true and this property is false, all available packages will be returned. This functionality is only works for suite 8. In Opera, everytime only web enabled packages will be returned regardless of this property value |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

