Source: factory.webhook/package.sunswept/ObjHookGenomiPush.py
Webhook handler for Genomi PMS push notifications.
Processes XML-based push events from the Genomi
property management system including check-in,
check-out, room moves, client changes, and
...
| Method | Signature | Description |
|---|---|---|
| update_reservation | update_reservation(action: str, hotel_id: str, data: dict) |
Insert a reservation record from push data. |
| update_reservation_list | update_reservation_list(action: str, hotel_id: str, data: dict) |
Process a reservation list push notification. |
| update_client | update_client(action: str, hotel_id: str, data: dict) |
Insert a client record from push data. |
| update_booking | update_booking(action: str, hotel_id: str, data: dict) |
Insert a guest booking record from push data. |
| Process | Process(Payload = '', Param1 = '', Param2 = '', Param3 = '', Param4 = '', Param5 = '', Param6 = '', Param7 = '', Param8 = '') |
Process a Genomi PMS push notification. |