Get all wake Up Calls by date range
GET {{HostName}}/fof/v0/hotels/{{HotelId}}/wakeUpCalls?hotelIds={{HotelId}}&fetchPending=true&fetchNoAnswer=true&fetchCompleted=false&fetchCancelled=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hotelIds | string | ||
fetchPending | boolean | ||
fetchNoAnswer | boolean | ||
fetchCompleted | boolean | ||
fetchCancelled | boolean | ||
beginDate | null | ||
endDate | null | ||
reservationId | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |