Make reservation(s) optional
There's currently no way to change a reservation's status to "Optional" using the API. There are individual endpoints for confirming and canceling a reservation, but no endpoint for making one optional. A specific endpoint, or an extension to the [PlatformAddress]/api/connector/v1/reservations/update
that allows for modifying the reservation state would be great!
Why? We allow our users to create "Enquired" reservations but they now have no way to make those reservations "Optional" (from our system)
Thanks!
-
Marc Fries commented
Truly needed - it does not make sense to be able to create a reservation in status enquired to then not be able to pass it to optional. Eventually good to think about integrating the status change in the UpdateReservation operation and not having separate endpoints per reservation status change