oneStepBook
The oneStepBook mutation streamlines a direct booking operation without the need for a prior search or quote. It's tailored for Buyers who already have supplier search information in their system, especially those using the Channel-X Push API.
hotelX {
oneStepBook(
input: HotelOneStepBookInput!
settings: HotelSettingsInput!
filter: HotelFilterInput!
): HotelOneStepBook!
}