Amadeus · JSON Structure

Flight Create Orders Air Travel Document Common Structure

AirTravelDocumentCommon structure from Flight Create Orders

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

Flight Create Orders Air Travel Document Common Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

documentType documentNumber documentStatus

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-air-travel-document-common-structure.json",
  "title": "AirTravelDocumentCommon",
  "description": "AirTravelDocumentCommon structure from Flight Create Orders",
  "type": "object",
  "properties": {
    "documentType": {
      "type": "string",
      "description": "Type of the travel document"
    },
    "documentNumber": {
      "type": "string",
      "description": "Identifier of the travel document prefixed by its owner code [NALC - 3 digits]. Can either be a primary or a conjunctive document number. Necessary for TicketingReference definition."
    },
    "documentStatus": {
      "type": "string",
      "description": "Status of the travel document contained in the fare element"
    }
  }
}