Search, Quote and Book
Search, Quote and Book transactions must be executed sequentally in order to book hotel rooms in a Seller.
Search
Performs a hotel availability search over 1 or more Seller accesses. Depending Seller, search operations implicit use supplier’s cache.
Operation
{
"query": {
"hotelX": {
"search": {
}
}
}
}
PlayGround Samples
Quote
Performs an hotel quote over an option returned in Search Response.
Operation
{
"query": {
"hotelX": {
"quote": {
}
}
}
}
PlayGround Samples
Book
Performs a book or reservation over an option returned in Quote Response.
Operation
{
"mutation": {
"hotelX": {
"book": {
}
}
}
}