Common Workflows-Check In

Number of APIs: 10

  1. Search for an existing reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?text=jones

  2. Retrieve reservation details by Id GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}?fetchInstructions=Reservation

  3. Split a multi room reservation PUT {{HostName}}/rsv/v0/reservations/{{ReservationId}}/split

  4. Get reservations linked to the reservation GET {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/linkedSummary

  5. Update the reservations payment method PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}

  6. Update the guest profile with new contact details PUT {{HostName}}/crm/v1/profiles/{{ProfileId}}

  7. Search for available rooms for assignment GET {{HostName}}/fof/v0/hotels/{{HotelId}}/rooms?roomType=SUP&hotelRoomStatus=Inspected&hotelRoomFrontOfficeStatus=Vacant

  8. Add a room number to a reservation POST {{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomAssignments

  9. Check In a reservation POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns

  10. Pre-Register with payment method and arrival time POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn