Mews · Arazzo Workflow
Mews Post Room Service Order
Version 1.0.0
Resolve a guest's reservation, then post a point-of-sale order to it.
View Spec
View on GitHub
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaSArazzoWorkflows
Provider
Workflows
post-room-service-order
Resolve a reservation's guest account and post an order to it.
Reads the reservation to obtain its customer id, then posts an order with a single custom item against that guest account, linked to the reservation.
1
getReservation
reservations_getAll
Load the reservation to obtain the guest customer id the order is posted against.
2
postOrder
orders_add
Post an order with a single custom item against the guest account, linked to the reservation.