Get booking details
POST/hotels/v1/bookingdetail
Retrieves a booking by Bundleport bookingID.
Response booking matches proto BookingDetail: status, reference,
billingProviderCode, price, remarks, and rooms (with per-room
confirmationReference). It does not include hotel name/code, holder,
or check-in/out — those belong to search/quote/book request flows.
Request
Responses
- 200
- 400
- 500
Successful response with booking details
Bad request - invalid booking ID
Internal server error