PMS REST API
Online documentation
GetPackagesRequest
Inheritance: HotelRequestBase
Request for to get defined reservation package list of the hotel
| Property Name | Type | Description |
| FromDate | DateTime |
Start date of the package availability datespan. Package availability timespan will be inside this request timespan. |
| ToDate | DateTime |
End date of the package availability datespan. Package availability timespan will be inside this request timespan. |
| WebEnabled | bool? |
if true, only open for web packages will be returned (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 |

