flight-booking
Accept Flight Hotel Offer
post/flight-booking/sessions/{session_id}/accept-hotel-offer
Path parameters
session_idstring uuid required
Request body
Response
Successful Response
Example response
{
"obligation": {
"hotel_search_context": {
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
}
}