Common Workflows-Check In
Number of APIs: 10
-
Search for an existing reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=jones
-
Retrieve reservation details by Id GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}?fetchInstructions=Reservation
-
Split a multi room reservation PUT {{HostName}}/rsv/v0/reservations/{{ReservationId}}/split
-
Get reservations linked to the reservation GET {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/linkedSummary
-
Update the reservations payment method PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}
-
Update the guest profile with new contact details PUT {{HostName}}/crm/v1/profiles/{{ProfileId}}
-
Search for available rooms for assignment GET {{HostName}}/fof/v0/hotels/{{HotelId}}/rooms?roomType=SUP&hotelRoomStatus=Inspected&hotelRoomFrontOfficeStatus=Vacant
-
Add a room number to a reservation POST {{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomAssignments
-
Check In a reservation POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns
-
Pre-Register with payment method and arrival time POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn