Amadeus Reservations · JSON Structure

Flight Create Orders Flight Order Structure

input parameter to create a flight order

Type: object Properties: 14 Required: 2
BookingFlightsHotelsReservationsTravel

FlightOrder is a JSON Structure definition published by Amadeus Reservations, describing 14 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-flight-order-structure.json",
  "name": "FlightOrder",
  "description": "input parameter to create a flight order",
  "type": "object",
  "properties": {
    "type": {
      "description": "the resource name",
      "type": "string",
      "example": "flight-order"
    },
    "id": {
      "description": "unique identifier of the flight order",
      "type": "string",
      "example": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy",
      "readOnly": true
    },
    "queuingOfficeId": {
      "description": "office Id where to queue the order",
      "type": "string",
      "example": "NCE1A0955"
    },
    "ownerOfficeId": {
      "description": "office Id where will be transfered the ownership of the order",
      "type": "string",
      "example": "NCE1A0955"
    },
    "associatedRecords": {
      "description": "list of associated record",
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/definitions/AssociatedRecord"
      }
    },
    "flightOffers": {
      "description": "list of flight offer",
      "type": "array",
      "minItems": 1,
      "maxItems": 6,
      "items": {
        "$ref": "#/definitions/FlightOffer"
      }
    },
    "travelers": {
      "description": "list of travelers",
      "type": "array",
      "minItems": 1,
      "maxItems": 18,
      "items": {
        "$ref": "#/definitions/Traveler"
      }
    },
    "remarks": {
      "description": "list of global remarks",
      "$ref": "#/definitions/Remarks"
    },
    "formOfPayments": {
      "description": "list of form of payments",
      "type": "array",
      "minItems": 1,
      "maxItems": 6,
      "readOnly": true,
      "items": {
        "$ref": "#/definitions/FormOfPayment"
      }
    },
    "ticketingAgreement": {
      "$ref": "#/definitions/TicketingAgreement"
    },
    "automatedProcess": {
      "description": "list of automatic queuing",
      "type": "array",
      "minItems": 0,
      "maxItems": 31,
      "items": {
        "$ref": "#/definitions/AutomatedProcess"
      }
    },
    "contacts": {
      "description": "list of general contact information",
      "type": "array",
      "items": {
        "$ref": "#/definitions/Contact"
      }
    },
    "tickets": {
      "description": "list of tickets",
      "readOnly": true,
      "type": "array",
      "items": {
        "$ref": "#/definitions/AirTravelDocument"
      }
    },
    "formOfIdentifications": {
      "description": "list of forms of identifications applicable to travelers by airline",
      "type": "array",
      "items": {
        "$ref": "#/definitions/FormOfIdentification"
      }
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/flight-create-orders-flight-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.