Get booking cancellation reasons
GET {{baseUrl}}/bookings/cancel-reasons
Description
This API endpoint enables the retrieval of a list of reasons for cancellations of bookings.
Notes
- Please ensure that you have the necessary authentication and authorization to access this endpoint.
RESPONSES
status: OK
{"reasons":[{"id":3,"name":"High Price","description":"High Price"},{"id":4,"name":"Operational Change","description":"Operational Change"},{"id":5,"name":"Poor Service","description":"Poor Service"}]}