confirm
public final Response<Booking> confirm(String bookingId, ConfirmBookingRequest requestBody, ConfirmBookingQueryParams queryParams, RequestOverrides overrides)
public final Response<Booking> confirm(String bookingId, ConfirmBookingRequest requestBody, ConfirmBookingQueryParams queryParams)
Confirm a booking
Return
The Booking object
Parameters
booking
The ID of the booking to update.
request
The data to update the booking with.
query
Optional query parameters to apply
overrides
Optional request overrides to apply