Create a Wakeup call - set a daily wakeup
POST {{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls
HPI WakeUp - example for setting a new Wake up call notification to PMS for daily wakeup for a specific Wake time
reservationId = the reservation id of the guest residing in the room
room = room number
callTime = Wake date and wake time
isFollowUpCall = false/true mark the call notification as a follow up call or not
status = status code Pending
- call to execute (information for the user only)
timeSpan
startDate = first day of daily wake up call
endDate = last day of daily wake up call
Request Body
{"calls"=>[{"reservationInfo"=>{"reservationIdList"=>[{"type"=>"Reservation", "id"=>"{{ReservationId}}"}], "hotelId"=>"{{HotelId}}", "room"=>"104"}, "callTime"=>"2021-12-17 09:00:00", "isFollowUpCall"=>false, "status"=>"Pending", "timeSpan"=>{"startDate"=>"2021-12-17", "endDate"=>"2021-12-19"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelId | string |