Amadeus · JSON Structure

Flight Create Orders Flight Order Structure

input parameter to create a flight order

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

Flight Create Orders Flight Order Structure is a JSON Structure definition published by Amadeus, describing 14 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type id queuingOfficeId ownerOfficeId associatedRecords flightOffers travelers remarks formOfPayments ticketingAgreement automatedProcess contacts tickets formOfIdentifications

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-flight-order-structure.json",
  "title": "FlightOrder",
  "description": "input parameter to create a flight order",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "id": {
      "type": "string",
      "description": "unique identifier of the flight order"
    },
    "queuingOfficeId": {
      "type": "string",
      "description": "office Id where to queue the order"
    },
    "ownerOfficeId": {
      "type": "string",
      "description": "office Id where will be transfered the ownership of the order"
    },
    "associatedRecords": {
      "type": "array",
      "description": "list of associated record"
    },
    "flightOffers": {
      "type": "array",
      "description": "list of flight offer"
    },
    "travelers": {
      "type": "array",
      "description": "list of travelers"
    },
    "remarks": {
      "type": "object",
      "description": "remarks"
    },
    "formOfPayments": {
      "type": "array",
      "description": "list of form of payments"
    },
    "ticketingAgreement": {
      "type": "object",
      "description": "ticketing agreement"
    },
    "automatedProcess": {
      "type": "array",
      "description": "list of automatic queuing"
    },
    "contacts": {
      "type": "array",
      "description": "list of general contact information"
    },
    "tickets": {
      "type": "array",
      "description": "list of tickets"
    },
    "formOfIdentifications": {
      "type": "array",
      "description": "list of forms of identifications applicable to travelers by airline"
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}