Mews · Arazzo Workflow
Mews Check In Reservation
Version 1.0.0
Locate a reservation, confirm it if needed, then start it (check in).
View Spec
View on GitHub
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaSArazzoWorkflows
Provider
Workflows
check-in-reservation
Confirm (if necessary) and start a reservation to check the guest in.
Reads the reservation, confirms it when it is not already in the Confirmed state, and then starts it to complete check-in.
1
getReservation
reservations_getAll
Load the reservation and read its current state to decide whether a confirmation step is required before check-in.
2
confirmReservation
reservations_confirm
Confirm the reservation so it satisfies the starting conditions for check-in.
3
startReservation
reservations_start
Mark the reservation as started (checked in).