Amadeus · JSON Structure

Flight Create Orders Contact Dictionary Structure

represents a contact

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

Flight Create Orders Contact Dictionary Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

addresseeName address language purpose

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/flight-create-orders-contact-dictionary-structure.json",
  "title": "ContactDictionary",
  "description": "represents a contact",
  "type": "object",
  "properties": {
    "addresseeName": {
      "type": "string",
      "description": "name"
    },
    "address": {
      "type": "object",
      "description": "address information"
    },
    "language": {
      "type": "string",
      "description": "the preferred language of communication with this Contact"
    },
    "purpose": {
      "type": "string",
      "description": "the purpose for which this contact is to be used.\n - STANDARD for standard use, comunication, advertissement etc...\n - INVOICE for your invoice contact, usually its your billing adress. it's mandatory in france when you buy online\n - STANDARD_WITHOUT_TRANSMISSION is standard contact that are not share with third party outside of Amadeus"
    }
  }
}