PMS REST API
Online documentation
GetReservationNotesRequest
Inheritance: HotelRequestBase
Request for to get Reservations Notes by ReservationID, Note Categories and HotelCode
| Property Name | Type | Description |
| ReservationID | long | ? |
| NoteCategories | List<string> | ? |
| OnlyGuestVisibleNotes | bool? |
if null or true then only guest visible notes returned else all notes returned |
| 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 |

