Перейти к основному содержимому

Flight Create Orders (1.10.0)

Download OpenAPI specification:Download

Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.

Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).

Booking

Create Order associated to the Flight offers.

Request Body schema: application/vnd.amadeus+json
required

list of element needed to book a flight Order

object (FlightOrderCreateQuery)

input parameter to create a flight order

type
required
string

the resource name

queuingOfficeId
string

office Id where to queue the order

ownerOfficeId
string

office Id where will be transfered the ownership of the order

required
Array of objects (Flight-offer) [ 1 .. 6 ] items

list of flight offer

Array of objects (traveler element) [ 1 .. 18 ] items

list of travelers

object (Remarks)

remarks

object (Ticketing Agreement)

ticketing agreement

Array of objects (Automated Process) [ 0 .. 31 ] items

list of automatic queuing

Array of objects (Contact)

list of general contact information

Array of objects (FormOfIdentification)

list of forms of identifications applicable to travelers by airline

Responses

Request samples

Content type
application/vnd.amadeus+json
{
  • "data": {
    }
}

Response samples

Content type
application/vnd.amadeus+json
{
  • "data": {
    },
  • "dictionaries": {
    }
}