PMS REST API
Online documentation
GuestLoginRequest
Inheritance: HotelRequestBase
Guest ID lookup by : roomnumber + password OR email + password for login operations
email+password login does not need hotelcode (email is unique across the chain)
| Property Name | Type | Description |
| string |
Guest email address (not required if you want to lookup by roomnumber) If this field is set, then, there is no need for hotel code. |
|
| Password | string | Guest login password |
| RoomNumber | string |
Guest login Room Number (not required if you want to lookup by email) If this field is set, then, hotel code should also be set. |
| 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 |

