Create a trip

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
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!