PMS REST API
Online documentation
AvailabilityCriteria
Criteria for getting available room
| Property Name | Type | Description |
| Arrival | DateTime | Arrival date |
| Departure | DateTime | Departure date |
| NumberOfAdults | int | Number of Adults |
| NumberOfRooms | int | Number of Rooms |
| RateCode | string | Rate Code |
| RoomTypeCode | string | Room Type |
| RateSelection | AvailabilityRateSelection |
v. WebOnly if value is 1, only rates opened for web will be returned. Default value is 1 w. MultipleRates – Needed only in conjunction with WebOnly = 1. If MultipleRates = 0, only cheapest rate will be returned. Default value is 0. Availability Rate Selection Unused in Opera |
| GetRateWebInfo | bool |
if True RateWebInfo will be returned instead of RateInfo Unused in Opera |
| ProfileID | long? * [Deprecated] Use ProfileRef instead | Limits rates to profile linked rates. In case linked rates exist, RateSelection flag will be ignored. |
| ProfileRef | ProfileRef | Limits rates to profile linked rates. In case linked rates exist, RateSelection flag will be ignored. |
| ChildOptions | List< ChildOption > | Specify childs count for each child Category. |
| ChildCount | int | Number of children. |

