Get Reservations using the ReservationId
GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}?searchType=InHouse
PostInquiry Sample to get guest information by ReservationId
/rsv/v1/hotels/HotelId/reservations/ReservationId?searchType=InHouse
used by systems who want to get current information of a specific reservationId.
system would send request for information if a Guest with specific reservationId is currently checked in and get some Guest and reservation information.
reservationId is a unique id created in PMS for each reservation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fetchInstructions | string | ||
fetchInstructions | string | ||
searchType | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |