create
public final Response<Booking> create(CreateBookingRequest requestBody, CreateBookingQueryParams queryParams, RequestOverrides overrides)
public final Response<Booking> create(CreateBookingRequest requestBody, CreateBookingQueryParams queryParams)
Create a booking
Return
The Booking object
Parameters
request Body
The data to create the booking with.
query Params
Optional query parameters to apply
overrides
Optional request overrides to apply