PMS REST API
Online documentation
GetCurrencyRatesRequest
Inheritance: HotelRequestBase
Request for to get current currency list of the hotel
| Property Name | Type | Description |
| GetCurrent | bool? | if true, returns only current rates. Default is false |
| Date | DateTime? | Date for currency rates requested |
| 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 |

