Update Guest Message - Voicemail Off - delivered
PUT {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/30040
HPI-RoomEquipment - Update New Voice mail notification
PUT /rsv/v0/hotels/HotelId/reservations/ReservationId/guestMessages
Typically used by telephone systems who handle voice mail on a phone set of a room.
Example API message to update a Voice mail notification for a specific reservation (Not Room!!) when a voice mail has been checked by the hotel guest.
This will update the existing Guest Text message in the PMS with status delivered
for the specific reservation.
values:
messageText: Message text being visible in the guest text message created in PMS
messageDate: Date message is being created
typeOfMessage: Tm - Text Message
recipient: (optional) Guest name, first name (if available)
deliveryStatus: Mr
- message received/delivered
deliveryDate: Date/time stamp the message has been delivered / system sent the update message
deliveredBy: system/user which sends the status update.
Request Body
{"hotelId"=>"{{HotelId}}", "guestMessages"=>[{"message"=>{"messageText"=>"You have new Voice Mail. Please check your Phone.", "messageDate"=>"2021-12-16 15:11:31.0", "typeOfMessage"=>"Tm", "recipient"=>""}, "delivery"=>{"deliveryStatus"=>"Mr", "deliveryDate"=>"2021-12-16 15:31:31.0", "deliveredBy"=>"PBX"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelId | string |