FL3XX API (1.0.0)

FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.

Download OpenAPI description
Overview
URL https://www.fl3xx.com
FL3XX Integration Support integrations@fl3xx.com
License MIT
Languages
Servers
Mock server
https://developer.fl3xx.com/_mock/reference/
Sandbox server
https://test.fl3xx.com/

Accounting

Operations related to accounting.

Operations

Accounts

Operations related accounts.

Operations

Airports

Access and manage airport information.

Operations

Aircraft

Operations related to aircraft.

Operations

Booking Itinerary (Legs)

Operations related to flight itinerary legs.

Operations

Get Booking Itinerary

Request

Fetches the itinerary (legs) of a booking using its quoteId.

Path
referencestringrequired

reference

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/leg/{reference}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
aircraftIdinteger(int64)
aircraftTailNumberstring
blockinteger(int32)
cargoUnitstring
Enum"KILOGRAM""POUND"
cmdNamestring
crewMembersinteger(int32)
crewSwapboolean
dailyDutyTimeinteger(int64)
dailyFlightTimeinteger(int64)
datesTBAboolean
distanceinteger(int32)
earliestDeparturestring(date-time)
feasibilityCheckStatusstring
Enum"REQUESTED""APPROVED""DECLINED"
flight24integer(int64)
flightIdinteger(int64)
flightNumberstring
flightNumberSourcestring
Enum"FLO""MANUAL"
flightTimeCalculationResultobject(FlightTimeProviderResult)
flightTimeSourcestring
Enum"FL3XX""AVINODE""ROCKETROUTE""MANUAL""AVIAPAGES"
fromobject(AirportSearchResult)
fuelStopboolean
idinteger(int64)
latestArrivalstring(date-time)
legPriceinteger(int32)
maxCargonumber(float)
maxDutyTimeinteger(int64)
maxFlightTimeinteger(int64)
modificationDatestring(date-time)
modificationUserobject(UserSearchDto)
notesstring
oldLegobject(LegDto)Recursive
operatorWorkflowobject(OperatorWorkflowDto)
originalTaxiTimeArrivalinteger(int32)
originalTaxiTimeDepartureinteger(int32)
otherRejectReasonstring
passengersinteger(int32)
patientsinteger(int32)
posExplainerArray of strings
postFlightLockedboolean
rejectReasonsArray of objects(RejectReasonDto)
reviseFlightboolean
rocketRouteResultobject(FlightTimeProviderResult)
showInDocumentboolean
statusstring
Enum"CANCELED""PENDING""OK""FAILED""WARNING""PENDING_NEW"
taxiTimeArrivalinteger(int32)
taxiTimeDepartureinteger(int32)
techStopboolean
toobject(AirportSearchResult)
typestring
warningsArray of objects(SchedulerWarningDto)
worstStatusstring
Enum"NA""NR""DO""HOLD""REQ""OK""INIT""OK_REVISED""REQ_REVISED""HOLD_REVISED"
]
Response
application/json
[ { "aircraftId": 0, "aircraftTailNumber": "string", "block": 0, "cargoUnit": "KILOGRAM", "cmdName": "string", "crewMembers": 0, "crewSwap": true, "dailyDutyTime": 0, "dailyFlightTime": 0, "datesTBA": true, "distance": 0, "earliestDeparture": "2019-08-24T14:15:22Z", "feasibilityCheckStatus": "REQUESTED", "flight24": 0, "flightId": 0, "flightNumber": "string", "flightNumberSource": "FLO", "flightTimeCalculationResult": {}, "flightTimeSource": "FL3XX", "from": {}, "fuelStop": true, "id": 0, "latestArrival": "2019-08-24T14:15:22Z", "legPrice": 0, "maxCargo": 0.1, "maxDutyTime": 0, "maxFlightTime": 0, "modificationDate": "2019-08-24T14:15:22Z", "modificationUser": {}, "notes": "string", "oldLeg": {}, "operatorWorkflow": {}, "originalTaxiTimeArrival": 0, "originalTaxiTimeDeparture": 0, "otherRejectReason": "string", "passengers": 0, "patients": 0, "posExplainer": [], "postFlightLocked": true, "rejectReasons": [], "reviseFlight": true, "rocketRouteResult": {}, "showInDocument": true, "status": "CANCELED", "taxiTimeArrival": 0, "taxiTimeDeparture": 0, "techStop": true, "to": {}, "type": "string", "warnings": [], "worstStatus": "NA" } ]

Submit Booking Itinerary

Request

Submits the itinerary (legs) of a booking using its quoteId.

Path
referencestringrequired

reference

Bodyapplication/json

leg

aircraftstring
arrivalAirportstring
arrivalAirportObjobject(AirportDto)
arrivalDatestring
arrivalDateUTCstring
blockTimeinteger(int32)
commentsstring
crewArray of objects(FlightCrewDto_1)
departureAirportstring
departureAirportObjobject(AirportDto)
departureDatestring
departureDateUTCstring
distancenumber(float)
flightInfoobject(FlightInfo)
flightTimeinteger(int32)
fplTypestring
Enum"N""G""X""M""S"
fuelStopboolean
idstring
notesstring
paxinteger(int32)
planningNotesstring
postFlightClosedboolean
requestedAircraftTypestring
Enum"CJ3""PC12""PC24""PC12/CJ3""PC12/PC24""CHART""SF50"
seatsAfterinteger(int32)
snapshotOfLegIdinteger(int64)
statusstring
Enum"OK""CANCELED"
taskTypestring
Enum"MAINTENANCE""RESERVED""AOG""CREW_UNAVAILABLE""NOTE""FLIGHT""UNSCHEDULED_MAINTENANCE""LOCATION"
techStopboolean
tripNumberinteger(int64)
warningsArray of objects(WarningDto)
workflowstring
Enum"COMMERCIAL""MAINTENANCE""PRIVATE""TRAINING""OWNER""INTERNAL""RESERVED""CHARTER""SUBCHARTER""SCHEDULED"
workflowCustomNamestring
curl -i -X POST \
  'https://developer.fl3xx.com/_mock/reference/api/external/leg/{reference}' \
  -H 'Content-Type: application/json' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '{
    "aircraft": "string",
    "arrivalAirport": "string",
    "arrivalAirportObj": {
      "aid": "APT-QAPF-UXNM",
      "faa": "null",
      "iata": "null",
      "icao": "OTBD",
      "id": 22024,
      "localIdentifier": "null",
      "name": "Doha International Airport"
    },
    "arrivalDate": "string",
    "arrivalDateUTC": "string",
    "blockTime": 0,
    "comments": "string",
    "crew": [
      {
        "crewPosition": {
          "id": 0,
          "role": "CMD",
          "name": "string",
          "code": "string",
          "crewType": "FLIGHT_DECK",
          "disableFtFdpCalculation": true,
          "assignable": true,
          "typeRatingRelated": true
        },
        "email": "string",
        "externalReference": "string",
        "firstName": "string",
        "gender": "FEMALE",
        "isPilotLanding": true,
        "isPilotTakeoff": true,
        "lastName": "string",
        "logName": "string",
        "luggageUnit": "KILOGRAM",
        "luggageWeight": 0.1,
        "middleName": "string",
        "mobile": "string",
        "personnelNumber": "string",
        "phone": "string",
        "pilotId": 0,
        "role": "string",
        "trigram": "string",
        "weight": 0.1,
        "weightUnit": "KILOGRAM"
      }
    ],
    "departureAirport": "string",
    "departureAirportObj": {
      "aid": "APT-QAPF-UXNM",
      "faa": "null",
      "iata": "null",
      "icao": "OTBD",
      "id": 22024,
      "localIdentifier": "null",
      "name": "Doha International Airport"
    },
    "departureDate": "string",
    "departureDateUTC": "string",
    "distance": 0.1,
    "flightInfo": {
      "dossierNumber": "string",
      "flightId": 0,
      "flightType": "CARGO",
      "referenceNumber": "string"
    },
    "flightTime": 0,
    "fplType": "N",
    "fuelStop": true,
    "id": "string",
    "notes": "string",
    "pax": 0,
    "planningNotes": "string",
    "postFlightClosed": true,
    "requestedAircraftType": "CJ3",
    "seatsAfter": 0,
    "snapshotOfLegId": 0,
    "status": "OK",
    "taskType": "MAINTENANCE",
    "techStop": true,
    "tripNumber": 0,
    "warnings": [
      {
        "type": "OK"
      }
    ],
    "workflow": "COMMERCIAL",
    "workflowCustomName": "string"
  }'

Responses

Success

Bodyapplication/json
aircraftIdinteger(int64)
aircraftTailNumberstring
blockinteger(int32)
cargoUnitstring
Enum"KILOGRAM""POUND"
cmdNamestring
crewMembersinteger(int32)
crewSwapboolean
dailyDutyTimeinteger(int64)
dailyFlightTimeinteger(int64)
datesTBAboolean
distanceinteger(int32)
earliestDeparturestring(date-time)
feasibilityCheckStatusstring
Enum"REQUESTED""APPROVED""DECLINED"
flight24integer(int64)
flightIdinteger(int64)
flightNumberstring
flightNumberSourcestring
Enum"FLO""MANUAL"
flightTimeCalculationResultobject(FlightTimeProviderResult)
flightTimeSourcestring
Enum"FL3XX""AVINODE""ROCKETROUTE""MANUAL""AVIAPAGES"
fromobject(AirportSearchResult)
fuelStopboolean
idinteger(int64)
latestArrivalstring(date-time)
legPriceinteger(int32)
maxCargonumber(float)
maxDutyTimeinteger(int64)
maxFlightTimeinteger(int64)
modificationDatestring(date-time)
modificationUserobject(UserSearchDto)
notesstring
oldLegobject(LegDto)Recursive
operatorWorkflowobject(OperatorWorkflowDto)
originalTaxiTimeArrivalinteger(int32)
originalTaxiTimeDepartureinteger(int32)
otherRejectReasonstring
passengersinteger(int32)
patientsinteger(int32)
posExplainerArray of strings
postFlightLockedboolean
rejectReasonsArray of objects(RejectReasonDto)
reviseFlightboolean
rocketRouteResultobject(FlightTimeProviderResult)
showInDocumentboolean
statusstring
Enum"CANCELED""PENDING""OK""FAILED""WARNING""PENDING_NEW"
taxiTimeArrivalinteger(int32)
taxiTimeDepartureinteger(int32)
techStopboolean
toobject(AirportSearchResult)
typestring
warningsArray of objects(SchedulerWarningDto)
worstStatusstring
Enum"NA""NR""DO""HOLD""REQ""OK""INIT""OK_REVISED""REQ_REVISED""HOLD_REVISED"
Response
application/json
{ "aircraftId": 0, "aircraftTailNumber": "string", "block": 0, "cargoUnit": "KILOGRAM", "cmdName": "string", "crewMembers": 0, "crewSwap": true, "dailyDutyTime": 0, "dailyFlightTime": 0, "datesTBA": true, "distance": 0, "earliestDeparture": "2019-08-24T14:15:22Z", "feasibilityCheckStatus": "REQUESTED", "flight24": 0, "flightId": 0, "flightNumber": "string", "flightNumberSource": "FLO", "flightTimeCalculationResult": { "blockTime": 0, "empty": true, "errors": [], "estimatedElapsedTime": 0, "flightLevel": 0, "flightTimeWithinDelta": true, "originHash": 0, "provider": "ROCKETROUTE", "route": "string", "status": "NOT_CALCULATED", "warnings": [] }, "flightTimeSource": "FL3XX", "from": { "administrativeCity": "string", "administrativeCityGoverningDistrict": {}, "aid": "string", "airportElevation": 0, "avgTaxiInTime": 0, "avgTaxiOutTime": 0, "avgTurnaroundTime": 0, "cfmuTaxiInTime": 0, "cfmuTaxiOutTime": 0, "country": "string", "countryDetails": {}, "customsAvailability": "AVAILABLE", "distanceFromSearchCoordinates": 0.1, "elevation": 0, "faa": "string", "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "iata": "string", "icao": "string", "id": 0, "latitude": 0, "localIdentifier": "string", "longestRunwayLength": 0.1, "longitude": 0, "name": "string", "operatorCategory": "A", "rescueFireCategory": "A_1", "rescueFireHeliCategory": "H_1", "servedCity": "string", "servedCityGoverningDistrict": {}, "state": "string", "timeZone": "string", "widestRunwayWidth": 0.1 }, "fuelStop": true, "id": 0, "latestArrival": "2019-08-24T14:15:22Z", "legPrice": 0, "maxCargo": 0.1, "maxDutyTime": 0, "maxFlightTime": 0, "modificationDate": "2019-08-24T14:15:22Z", "modificationUser": { "accountName": "string", "firstName": "string", "gender": "FEMALE", "height": 0.1, "id": 0, "jobTitle": "string", "lastName": "string", "middleName": "string", "nationalityCountryName": "string", "nickname": "string", "personnelNumber": "string", "pilot": true, "status": "ACTIVE", "userCharacteristics": {}, "weight": 0.1 }, "notes": "string", "oldLeg": {}, "operatorWorkflow": { "cargo": true, "deleted": true, "fplType": "N", "hidden": true, "id": 0, "is135Flight": true, "is91Flight": true, "name": "string", "nature": 0, "operationType": {}, "operatorId": 0, "order": 0, "useFlightReleaseProcess": true, "workflow": "string" }, "originalTaxiTimeArrival": 0, "originalTaxiTimeDeparture": 0, "otherRejectReason": "string", "passengers": 0, "patients": 0, "posExplainer": [ "string" ], "postFlightLocked": true, "rejectReasons": [ {} ], "reviseFlight": true, "rocketRouteResult": { "blockTime": 0, "empty": true, "errors": [], "estimatedElapsedTime": 0, "flightLevel": 0, "flightTimeWithinDelta": true, "originHash": 0, "provider": "ROCKETROUTE", "route": "string", "status": "NOT_CALCULATED", "warnings": [] }, "showInDocument": true, "status": "CANCELED", "taxiTimeArrival": 0, "taxiTimeDeparture": 0, "techStop": true, "to": { "administrativeCity": "string", "administrativeCityGoverningDistrict": {}, "aid": "string", "airportElevation": 0, "avgTaxiInTime": 0, "avgTaxiOutTime": 0, "avgTurnaroundTime": 0, "cfmuTaxiInTime": 0, "cfmuTaxiOutTime": 0, "country": "string", "countryDetails": {}, "customsAvailability": "AVAILABLE", "distanceFromSearchCoordinates": 0.1, "elevation": 0, "faa": "string", "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "iata": "string", "icao": "string", "id": 0, "latitude": 0, "localIdentifier": "string", "longestRunwayLength": 0.1, "longitude": 0, "name": "string", "operatorCategory": "A", "rescueFireCategory": "A_1", "rescueFireHeliCategory": "H_1", "servedCity": "string", "servedCityGoverningDistrict": {}, "state": "string", "timeZone": "string", "widestRunwayWidth": 0.1 }, "type": "string", "warnings": [ {} ], "worstStatus": "NA" }

Update Booking Itinerary

Request

Updates the itinerary (legs) of a booking using its quoteId and flight ID.

Path
flightIdinteger(int64)required

Flight ID

referencestringrequired

reference

Bodyapplication/json

leg

aircraftstring
arrivalAirportstring
arrivalAirportObjobject(AirportDto)
arrivalDatestring
arrivalDateUTCstring
blockTimeinteger(int32)
commentsstring
crewArray of objects(FlightCrewDto_1)
departureAirportstring
departureAirportObjobject(AirportDto)
departureDatestring
departureDateUTCstring
distancenumber(float)
flightInfoobject(FlightInfo)
flightTimeinteger(int32)
fplTypestring
Enum"N""G""X""M""S"
fuelStopboolean
idstring
notesstring
paxinteger(int32)
planningNotesstring
postFlightClosedboolean
requestedAircraftTypestring
Enum"CJ3""PC12""PC24""PC12/CJ3""PC12/PC24""CHART""SF50"
seatsAfterinteger(int32)
snapshotOfLegIdinteger(int64)
statusstring
Enum"OK""CANCELED"
taskTypestring
Enum"MAINTENANCE""RESERVED""AOG""CREW_UNAVAILABLE""NOTE""FLIGHT""UNSCHEDULED_MAINTENANCE""LOCATION"
techStopboolean
tripNumberinteger(int64)
warningsArray of objects(WarningDto)
workflowstring
Enum"COMMERCIAL""MAINTENANCE""PRIVATE""TRAINING""OWNER""INTERNAL""RESERVED""CHARTER""SUBCHARTER""SCHEDULED"
workflowCustomNamestring
curl -i -X PUT \
  'https://developer.fl3xx.com/_mock/reference/api/external/leg/{reference}/{flightId}' \
  -H 'Content-Type: application/json' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '{
    "aircraft": "string",
    "arrivalAirport": "string",
    "arrivalAirportObj": {
      "aid": "APT-QAPF-UXNM",
      "faa": "null",
      "iata": "null",
      "icao": "OTBD",
      "id": 22024,
      "localIdentifier": "null",
      "name": "Doha International Airport"
    },
    "arrivalDate": "string",
    "arrivalDateUTC": "string",
    "blockTime": 0,
    "comments": "string",
    "crew": [
      {
        "crewPosition": {
          "id": 0,
          "role": "CMD",
          "name": "string",
          "code": "string",
          "crewType": "FLIGHT_DECK",
          "disableFtFdpCalculation": true,
          "assignable": true,
          "typeRatingRelated": true
        },
        "email": "string",
        "externalReference": "string",
        "firstName": "string",
        "gender": "FEMALE",
        "isPilotLanding": true,
        "isPilotTakeoff": true,
        "lastName": "string",
        "logName": "string",
        "luggageUnit": "KILOGRAM",
        "luggageWeight": 0.1,
        "middleName": "string",
        "mobile": "string",
        "personnelNumber": "string",
        "phone": "string",
        "pilotId": 0,
        "role": "string",
        "trigram": "string",
        "weight": 0.1,
        "weightUnit": "KILOGRAM"
      }
    ],
    "departureAirport": "string",
    "departureAirportObj": {
      "aid": "APT-QAPF-UXNM",
      "faa": "null",
      "iata": "null",
      "icao": "OTBD",
      "id": 22024,
      "localIdentifier": "null",
      "name": "Doha International Airport"
    },
    "departureDate": "string",
    "departureDateUTC": "string",
    "distance": 0.1,
    "flightInfo": {
      "dossierNumber": "string",
      "flightId": 0,
      "flightType": "CARGO",
      "referenceNumber": "string"
    },
    "flightTime": 0,
    "fplType": "N",
    "fuelStop": true,
    "id": "string",
    "notes": "string",
    "pax": 0,
    "planningNotes": "string",
    "postFlightClosed": true,
    "requestedAircraftType": "CJ3",
    "seatsAfter": 0,
    "snapshotOfLegId": 0,
    "status": "OK",
    "taskType": "MAINTENANCE",
    "techStop": true,
    "tripNumber": 0,
    "warnings": [
      {
        "type": "OK"
      }
    ],
    "workflow": "COMMERCIAL",
    "workflowCustomName": "string"
  }'

Responses

Updated leg of booking

Bodyapplication/json
aircraftIdinteger(int64)
aircraftTailNumberstring
blockinteger(int32)
cargoUnitstring
Enum"KILOGRAM""POUND"
cmdNamestring
crewMembersinteger(int32)
crewSwapboolean
dailyDutyTimeinteger(int64)
dailyFlightTimeinteger(int64)
datesTBAboolean
distanceinteger(int32)
earliestDeparturestring(date-time)
feasibilityCheckStatusstring
Enum"REQUESTED""APPROVED""DECLINED"
flight24integer(int64)
flightIdinteger(int64)
flightNumberstring
flightNumberSourcestring
Enum"FLO""MANUAL"
flightTimeCalculationResultobject(FlightTimeProviderResult)
flightTimeSourcestring
Enum"FL3XX""AVINODE""ROCKETROUTE""MANUAL""AVIAPAGES"
fromobject(AirportSearchResult)
fuelStopboolean
idinteger(int64)
latestArrivalstring(date-time)
legPriceinteger(int32)
maxCargonumber(float)
maxDutyTimeinteger(int64)
maxFlightTimeinteger(int64)
modificationDatestring(date-time)
modificationUserobject(UserSearchDto)
notesstring
oldLegobject(LegDto)Recursive
operatorWorkflowobject(OperatorWorkflowDto)
originalTaxiTimeArrivalinteger(int32)
originalTaxiTimeDepartureinteger(int32)
otherRejectReasonstring
passengersinteger(int32)
patientsinteger(int32)
posExplainerArray of strings
postFlightLockedboolean
rejectReasonsArray of objects(RejectReasonDto)
reviseFlightboolean
rocketRouteResultobject(FlightTimeProviderResult)
showInDocumentboolean
statusstring
Enum"CANCELED""PENDING""OK""FAILED""WARNING""PENDING_NEW"
taxiTimeArrivalinteger(int32)
taxiTimeDepartureinteger(int32)
techStopboolean
toobject(AirportSearchResult)
typestring
warningsArray of objects(SchedulerWarningDto)
worstStatusstring
Enum"NA""NR""DO""HOLD""REQ""OK""INIT""OK_REVISED""REQ_REVISED""HOLD_REVISED"
Response
application/json
{ "aircraftId": 0, "aircraftTailNumber": "string", "block": 0, "cargoUnit": "KILOGRAM", "cmdName": "string", "crewMembers": 0, "crewSwap": true, "dailyDutyTime": 0, "dailyFlightTime": 0, "datesTBA": true, "distance": 0, "earliestDeparture": "2019-08-24T14:15:22Z", "feasibilityCheckStatus": "REQUESTED", "flight24": 0, "flightId": 0, "flightNumber": "string", "flightNumberSource": "FLO", "flightTimeCalculationResult": { "blockTime": 0, "empty": true, "errors": [], "estimatedElapsedTime": 0, "flightLevel": 0, "flightTimeWithinDelta": true, "originHash": 0, "provider": "ROCKETROUTE", "route": "string", "status": "NOT_CALCULATED", "warnings": [] }, "flightTimeSource": "FL3XX", "from": { "administrativeCity": "string", "administrativeCityGoverningDistrict": {}, "aid": "string", "airportElevation": 0, "avgTaxiInTime": 0, "avgTaxiOutTime": 0, "avgTurnaroundTime": 0, "cfmuTaxiInTime": 0, "cfmuTaxiOutTime": 0, "country": "string", "countryDetails": {}, "customsAvailability": "AVAILABLE", "distanceFromSearchCoordinates": 0.1, "elevation": 0, "faa": "string", "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "iata": "string", "icao": "string", "id": 0, "latitude": 0, "localIdentifier": "string", "longestRunwayLength": 0.1, "longitude": 0, "name": "string", "operatorCategory": "A", "rescueFireCategory": "A_1", "rescueFireHeliCategory": "H_1", "servedCity": "string", "servedCityGoverningDistrict": {}, "state": "string", "timeZone": "string", "widestRunwayWidth": 0.1 }, "fuelStop": true, "id": 0, "latestArrival": "2019-08-24T14:15:22Z", "legPrice": 0, "maxCargo": 0.1, "maxDutyTime": 0, "maxFlightTime": 0, "modificationDate": "2019-08-24T14:15:22Z", "modificationUser": { "accountName": "string", "firstName": "string", "gender": "FEMALE", "height": 0.1, "id": 0, "jobTitle": "string", "lastName": "string", "middleName": "string", "nationalityCountryName": "string", "nickname": "string", "personnelNumber": "string", "pilot": true, "status": "ACTIVE", "userCharacteristics": {}, "weight": 0.1 }, "notes": "string", "oldLeg": {}, "operatorWorkflow": { "cargo": true, "deleted": true, "fplType": "N", "hidden": true, "id": 0, "is135Flight": true, "is91Flight": true, "name": "string", "nature": 0, "operationType": {}, "operatorId": 0, "order": 0, "useFlightReleaseProcess": true, "workflow": "string" }, "originalTaxiTimeArrival": 0, "originalTaxiTimeDeparture": 0, "otherRejectReason": "string", "passengers": 0, "patients": 0, "posExplainer": [ "string" ], "postFlightLocked": true, "rejectReasons": [ {} ], "reviseFlight": true, "rocketRouteResult": { "blockTime": 0, "empty": true, "errors": [], "estimatedElapsedTime": 0, "flightLevel": 0, "flightTimeWithinDelta": true, "originHash": 0, "provider": "ROCKETROUTE", "route": "string", "status": "NOT_CALCULATED", "warnings": [] }, "showInDocument": true, "status": "CANCELED", "taxiTimeArrival": 0, "taxiTimeDeparture": 0, "techStop": true, "to": { "administrativeCity": "string", "administrativeCityGoverningDistrict": {}, "aid": "string", "airportElevation": 0, "avgTaxiInTime": 0, "avgTaxiOutTime": 0, "avgTurnaroundTime": 0, "cfmuTaxiInTime": 0, "cfmuTaxiOutTime": 0, "country": "string", "countryDetails": {}, "customsAvailability": "AVAILABLE", "distanceFromSearchCoordinates": 0.1, "elevation": 0, "faa": "string", "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "iata": "string", "icao": "string", "id": 0, "latitude": 0, "localIdentifier": "string", "longestRunwayLength": 0.1, "longitude": 0, "name": "string", "operatorCategory": "A", "rescueFireCategory": "A_1", "rescueFireHeliCategory": "H_1", "servedCity": "string", "servedCityGoverningDistrict": {}, "state": "string", "timeZone": "string", "widestRunwayWidth": 0.1 }, "type": "string", "warnings": [ {} ], "worstStatus": "NA" }

Delete Booking Itinerary

Request

Deletes the itinerary (legs) of a booking using its quote ID and flight ID.

Path
flightIdinteger(int64)required

Flight ID

referencestringrequired

reference

curl -i -X DELETE \
  'https://developer.fl3xx.com/_mock/reference/api/external/leg/{reference}/{flightId}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Legs of booking

Bodyapplication/json
deletedboolean
Response
application/json
{ "deleted": true }

Crew

Operations related to crew details.

Operations

Empty Legs

Operations related to empty leg flights.

Operations

Flights

Operations related to flights.

Operations

Flight Animals

Operations related flight animals.

Operations

Flight Cargo

Operations related to flight cargo.

Operations

Flight Crew

Operations related to crew for individual flights.

Operations

Flight Fixed Base Operator (FBO)

Operations related to FBO.

Operations

Flight Fuels

Operations related to fuel for flights.

Operations

Flight Ground Services

Operations related to ground services.

Operations

Flight Luggage

Operations related to luggage for flights.

Operations

Flight Migration

Operations related to migrations.

Operations

Flight Notifications

Operations related to notifications for flights.

Operations

Flight Passengers

Operations related to passenger for flights.

Operations

Flight PAX Details

Operations related to PAX details.

Operations

Flight Planning Notes

Operations related to planning notes for flights.

Operations

Flight Post Flight

Operations related to post-flight activities.

Operations

Flight Pre Flight

Operations related to pre-flight operations.

Operations

Flight Sanction List

Operations related to flight sanctions and approvals.

Operations

Flight Travel Authorization

Operations related to travel authorization.

Operations

Flight Tickets

Operations related to flight tickets.

Operations

Quotes

Operations related to flight quotes.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations