PMS REST API
Online documentation
SetReservationAttributesRequest
Inheritance: HotelRequestBase
Request for setting a Guest Comment for a Profile
| Property Name | Type | Description |
| ReservationId | long |
Unique id of Reservation Mandatory field |
| ReservationAttributesToSave | List< ReservationAttributeToSave > | List of Reservation Attribute data to Insert, Update or Delete |
| 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 |

