Get Reservations by name - FirstLetter
GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?searchType=InHouse&=Reservation&surname=B
PostInquiry Sample to get guest information by Guest Name with first letter of Name
/reservations?searchType=InHouse&=Reservation&surname=B
used by systems who want to get current information of a specific Guest Name where the first letter(s) of the Guest Last name are used
e.g. Point-Of-Sale systems where guest wants to charge his bill to his room.
Waiter/user would send request for information if the Guest Name is currently checked in and get some Guest and reservation information.
if multiple guests with same name as inquired by are checked in PMS will respond with multiple results.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
searchType | string | ||
givenName | string | ||
searchType | string | ||
`` | string | ||
surname | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |