book
Book operation requests a booking confirmation for the specified optionId obtained from the Quote. It provides a concise summary of the option, along with the reservation status. Please note that the returned information may vary depending on the Seller.
hotelX {
book(
input: HotelBookInput!
settings: HotelSettingsInput
filter: HotelXFilterInput
appsInput: [HotelXAppInput!]
): HotelBookPayload
}