Register Order

If a flight has a connection, each individual flight must be specified in a single API call (e.g. for a trip between Amsterdam(AMS) and Chicago(ORD) with a stop in New York(JFK), there will be 1 API call containing flights AMS-JFK and JFK-ORD)

If a flight is a return flight, 2 API calls must be made, one for each direction. Using the example above, there will be 1 API request containing AMS-JFK, JFK-ORD and 1 API request containing ORD-JFK, JFK-AMS.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The order id used by your system to identify this particular order

string
required

User reference so we can distinguish orders per users. Client chooses the format of the ID.

string
required

Currency of the compensation in ISO 4217 format

lineItems
array of objects
lineItems
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json