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

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

    • ○

      the request property became optional

      request-property-became-optional

    • ○

      request property list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      endpoint added

      endpoint-added

Of the 22 revisions, 1 has no diff computed.