Get booking reservation by id
GET {{baseUrl}}/reservations/:bookingReservationId
Description
This API endpoint allows users to complete the booking process by fetching a specific reservation, identified by the :bookingReservationId
parameter.
Notes
Please ensure that you have the necessary authentication and authorization to access this endpoint.
Please be advised that a valid
:bookingReservationId
is required in the URL to complete the booking reservation.
RESPONSES
status: OK
{"reservation":{"id":488,"booking":{"code":"24300012","status":"Confirmed"}}}