Amadeus · JSON Structure

Branded Fares Upsell Allotment Details Structure

AllotmentDetails structure from Branded Fares Upsell

Type: object Properties: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Branded Fares Upsell Allotment Details Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

tourName tourReference

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/branded-fares-upsell-allotment-details-structure.json",
  "title": "AllotmentDetails",
  "description": "AllotmentDetails structure from Branded Fares Upsell",
  "type": "object",
  "properties": {
    "tourName": {
      "type": "string",
      "description": "The tour name agreed for this specific allotment."
    },
    "tourReference": {
      "type": "string",
      "description": "The tour reference agreed for this specific allotment."
    }
  }
}