PMS REST API
Online documentation
AvailabilityInfo
Availability information
| Property Name | Type | Description |
| HotelCode | string | Code of the hotel this availability info belongs to. |
| RateCode | string | Rate Code |
| CurrencyCode | string | Currency Code |
| Price | decimal | Price in Currency Code |
| RoomTypeCode | string | Room Type |
| Date | DateTime | Available room's date |
| NumberOfRooms | int? | Number Of Rooms |
| AvailableRooms | int | Number of Available Room |
| BaseCurrencyPrice | decimal | Price in base currency |

