PMS REST API
Online documentation
GetReservationRequest
Inheritance: HotelRequestBase
Request for to get reservation info list by searching criteria
| Property Name | Type | Description |
| ReservationID | long? | Unique id of reservation |
| LastName | string | Last name of guest or company/travel agent name |
| string | Email of Profile | |
| Arrival | DateRange | Date of arrival |
| Departure | DateRange | Date of departure |
| CancelledOn | DateRange |
Cancellation date criteria to filter in cancelled rezervations Note that, this criteria is not supported in Opera MyFidelio.Net. |
| RoomTypeCode | string | Unique code of room type |
| State | ReservationState ? | State of reservation (Check-in, Check-out, Cancelled, NoShow) |
| UserID | Guid? * [Deprecated] Use ProfileRef instead | Global Login ID for the entire chain |
| ProfileID | long? * [Deprecated] Use ProfileRef instead | Local Profile ID in a hotel |
| CompanyID | long? * [Deprecated] Use CompanyRef instead | Unique id of company |
| BookerID | long? * [Deprecated] Use BookerRef instead | Unique id of booker |
| TravelAgentID | long? * [Deprecated] Use TravelAgentRef instead | Unique id of Travel agent |
| SourceID | long? * [Deprecated] Use SourceRef instead | Unique id of Source |
| ProfileRef | ProfileRef | Represent that UserID, ProfileID or MembershipID |
| CompanyRef | ProfileRef | Unique id of company |
| BookerRef | ProfileRef | Unique id of booker |
| TravelAgentRef | ProfileRef | Unique id of travel agent |
| SourceRef | ProfileRef | Unique id of Source |
| MarketCode | string | Market code of reservation |
| SourceCode | string | Source code of reservation |
| ChannelCode | string | Channel code of reservation |
| ModifiedOn | DateRange | Modify date filter |
| PageNumber | int? | Used to page returning record count. This optional property indicates which page to return, default value is 1. |
| PageSize | int? | Used to page returning record count. This optional property indicates the record count of a page, default value is 100, max value is 100000. |
| ExtraNoteCategories | List<string> |
Use to get Notes other then the Notes with Default_Reservation_Note_Category only for Suite8 |
| OnlyGuestVisibleNotes | bool? |
if null or true then only guest visible notes returned else all notes returned |
| CrsNumber | string | Unique ID coming from CRS System, linked to CrsSystem in order to support multiple CRS systems. |
| RoomNumber | string | RoomNumber |
| 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 |

