Applies to:
Stayntouch PMS
Stayntouch PMS Ampliphi RMS
Ampliphi is an revenue management system. After an initial/onboarding pull of reservations and hotel data, the team updates room prices.
- Pull hotel data
- Pull reservations
- Pull inventory data
- Pull/push price updates
Onboarding:
- Pull historical data for the last 2 years and business on the books.
The integration can be used globally.
WEBHOOK USAGE
- The endpoint in production is https://api.getampliphi.dev/api/integrations/pms/stayntouch/webhook
- Create Reservation
- Edit Reservation
- Cancel Reservation
- Reinstate Reservation
- No Show Reservation
- Room Assignment Succeed
- Check-In Completed
- Reverse Check-In
- Checked-Out
- Reverse Check-Out
- Update Inventory
- Complete End of Day
API USAGE
- GET/Hotels/{id}/
- GET/Hotels/{id}/room_types
- GET/Hotels/{id}/rates
- GET/inventories
- GET/reservations/{id}/
- GET/reservations/as backup once per day
- GET/PUT/rates/{id}/amounts
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Ampliphi.
- client_id
- client_secret
- hotel_id
- API endpoints