flight-hotel-offers

Create Flight Hotel Proposals

post/flight-hotel-offers/

Request body

conv_trip_idstring uuid required
hotel_search_session_idstring uuid nullable

Legacy live-price source. Omit to estimate market prices directly from the trip.

creation_keystring uuid required

Response

Successful Response

idstring uuid required
conv_trip_idstring uuid required
expires_atstring date-time nullable required
accepted_deal_idstring uuid nullable
default_deal_idstring uuid nullable

Recommended hotel offer: 4-star when available, otherwise the lower middle available tier. Acceptance remains explicit.

accepted_atstring date-time nullable
purchase_intent_idstring uuid nullable

Example response

{
  "hotel_search_context": {
    "guests": {
      "rooms": [
        {
          "adults": 2,
          "children": [
            {
              "age": 5
            }
          ]
        }
      ]
    }
  }
}

Changes