The wake_up attribute has been added to the response of GET /reservations, GET /reservations/{id}, GET /reservations/summary, GET /reservations/checked_in, and GET /reservations/due_in. The attribute returns the wake-up call date and time as configured in the PMS. When no wake-up call is set, an empty object is returned.
Example Response
{
"wake_up": {
"date": "2025-03-19",
"time": "07:00"
}
}
When no wake-up call is set:
{
"wake_up": {}
}




