PMS REST API
Online documentation
SetReservationNotesRequest
Inheritance: HotelRequestBase
Request for to add or update reservation notes
| Property Name | Type | Description |
| ReservationID | long | Unique id of reservation |
| Notes | List< NoteItem > | Reservation notes to Add or Update |
| 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 |

