ChangeState
The initial status of a reservation is Confirmed. From Confirmed, a reservation can go to No check, Option, Completed, Early departure, No show and Cancelled according to the flow diagram in the Planon application:
For example, completing the reservation can be done by calling /changeState/UsrReservationMeetingRoom/UsrReservationCompleted:
{
"filter": {
"Description": {
"eq": "DEMO reservation"
}
}
}
The response is exactly the same as what we got with the Create.