flight-hotel-offers

Get Flight Hotel Proposals

get/flight-hotel-offers/{proposal_id}

Path parameters

proposal_idstring 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

Changed in 2 of the 22 revisions of this API.2

Of the 22 revisions, 1 has no diff computed.