Amadeus · JSON Structure

Transfer Book Partner Info Structure

Information about partner/subprovider. Below settings configuration is not applicable for sub-provider. Fields 'code', 'name' and 'logoUrl' are not mandatory for sub-provider.

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

Transfer Book Partner Info Structure is a JSON Structure definition published by Amadeus, describing 1 property. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

serviceProvider

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/transfer-book-partner-info-structure.json",
  "title": "PartnerInfo",
  "description": "Information about partner/subprovider. Below settings configuration is not applicable for sub-provider. Fields 'code', 'name' and 'logoUrl' are not mandatory for sub-provider.",
  "type": "object",
  "properties": {
    "serviceProvider": {
      "type": "object",
      "description": "information about provider"
    }
  }
}