Create a trip

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

Create a Trip Example

{
  "externalTripId": "",
  "criteria": {
    "requiredLift": [
      {
        "aircraftCategory": "Heavy jet",
        "aircraftType": "",
        "aircraftTail": ""
      }
    ],
    "requiredPartnerships": [],
    "maxFuelStopsPerSegment": 0,
    "includeLiftUpgrades": true,
    "maxInitialPositioningTimeMinutes": 0,
    "minimumYearOfMake": 2010
  },
  "segments": [
    {
      "startAirport": {
        "icao": "KMIA"
      },
      "endAirport": {
        "icao": "EGLL"
      },
      "dateTime": {
        "date": "2023-01-01",
        "time": "10:00",
        "departure": true,
        "local": true
      },
      "paxCount": "4",
      "paxSegment": true,
      "paxTBD": false,
      "timeTBD": false
    }
  ],
  "sourcing": true
}
Body Params
string

A unique identifier for this trip in an external system.

criteria
object
required

Any criteria for the trip.

segments
array of objects
required

Trip itinerary.

segments*
boolean
required

Should this trip be available in the marketplace for sourcing ?

boolean

Should this trip be posted to the Trip Board ?

string

Any message to include when posting to the Trip Board ?

Headers
string

ISO8601 Timestamp

string

API Token

string

Calling product / software (ex: AcmeApp-v10.2)

string

Account id if action on behalf of

Response

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