FL3XX API (1.1.0)

Welcome to the FL3XX API

The FL3XX API provides seamless access to a comprehensive suite of aviation services, enabling partners to integrate and manage flight information, airport details, and a wide array of operational functionalities.

Key Features

  • Flight Information: Access detailed flight data, including schedules, crew assignments, and passenger details.
  • Airport Management: Retrieve information about airports, including ground services, fuel availability, and operational notes.
  • Aircraft Operations: Manage aircraft details, maintenance schedules, and pricing information.
  • Quotes and Bookings: Create, update, and manage quotes and bookings with ease, including multi-leg itineraries and pricing details.
  • Accounting: Handle accounting operations such as invoice management, payment processing, and general ledger entries.
  • Document Management: Download and upload documents related to flights, invoices, and other operational aspects.

Why Choose FL3XX API?

Our API is designed to provide robust and reliable integration capabilities, ensuring that your operations run smoothly and efficiently. With our extensive documentation and dedicated support, you can quickly integrate and start leveraging the full potential of the FL3XX platform.

Get Started

To begin your integration journey, visit our Getting Started guide and follow the step-by-step instructions. For any support or questions, feel free to reach out to our integration team at integrations@fl3xx.com.

Download OpenAPI description
Overview
URL https://www.fl3xx.com
FL3XX Integration Support integrations@fl3xx.com
License MIT
Languages
Servers
Test Server
https://test.fl3xx.com/

Accounting

These group of endpoints are designed to manage accounting operations such as invoice management, payment processing, and general ledger entries. These endpoints are essential for ensuring accurate financial records and efficient financial operations.

Key Features

  • Invoice Management: Create, retrieve, and update invoices.
  • Payment Processing: Handle payment transactions and manage payment records.
  • General Ledger: Access and update general ledger entries for comprehensive financial tracking.

Business Value

  • Financial Accuracy: Ensures accurate and up-to-date financial records, minimizing errors and discrepancies.
  • Operational Efficiency: Streamlines financial operations, reducing the time and effort required to manage accounting tasks.
  • Compliance: Helps meet regulatory requirements by maintaining detailed and accurate financial records.

Use Cases

  • Financial Management: Efficiently manage financial transactions and records, ensuring all financial data is current and accurate.
  • Audit Preparation: Maintain detailed financial records to facilitate audit processes and ensure compliance.
  • Budgeting and Forecasting: Use financial data to create budgets and forecast future financial performance.

Why Use These Endpoints

Utilizing the endpoints under the Accounting tag helps to streamline financial operations by ensuring data integrity and accuracy. They are essential tools for maintaining financial health and compliance within the organization.

Operations

Accounts

Operations related accounts.

Operations

Airports

Access and manage airport information.

Operations

Get an Airport

Request

Fetches details of an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Airport information

Bodyapplication/json
idinteger(int64)

FL3XX airport ID

Example: 20598
avgTaxiInTimenumber(float)

Average taxi in time

avgTaxiOutTimenumber(float)

Average taxi out time

avgTurnaroundTimenumber(float)

Average turnaround time

cfmuTaxiInTimenumber(float)
Example: 240000
cfmuTaxiOutTimenumber(float)
Example: 480000
elevationnumber(float)

Elevation

Example: 91.44000244140625
latitudenumber(double)

Latitude

Example: 35.8575417
longitudenumber(double)

Longitude

Example: 14.4774389
icaostring

ICAO code

Example: "LMML"
iatastring

IATA code

Example: "MLA"
faastring

FAA code

localIdentifierstring

Local identifier

longestRunwayLengthnumber(float)

Longest runway length

Example: 3355
widestRunwayWidthnumber(float)

Widest runway width

Example: 58
servedCitystring

Served city

Example: "Valletta"
statestring

State

countrystring

Country Code

Example: "MT"
timeZonestring

Time zone

Example: "Europe/Malta"
rescueFireCategorystring
Enum"A_1""A_2""A_3""A_4""A_5""A_6""A_7""A_8""A_9""A_10"
Example: "A_9"
rescueFireHeliCategorystring

Rescue fire heli category

Enum"H_1""H_2""H_3""NONE_HELI"
aidstring
Example: "APT-VNCC-AV4U"
namestring

Airport Name

Example: "Malta International Airport"
servedCityGoverningDistrictstring

Served city governing district

administrativeCitystring

Administrative city

administrativeCityGoverningDistrictobject(GoverningDistrict)
distanceFromSearchCoordinatesnumber(double)

Distance from search coordinates

fuelPriceIndexnumber

Fuel price index

fuelPriceIndexComercialnumber

Fuel price index comercial

customsAvailabilitystring

Customs availability

Enum"AVAILABLE""ON_REQUEST""NOT_AVAILABLE"
Example: "NOT_AVAILABLE"
operatorCategorystring
Enum"A""B""C""NC"
airportElevationnumber(float)

Airport elevation

Example: 91.44
onRequestRescueFireCategorystring
Enum"A_1""A_2""A_3""A_4""A_5""A_6""A_7""A_8""A_9""A_10"
onRequestRescueFireHeliCategorystring
Enum"H_1""H_2""H_3""NONE_HELI"
rescueFirestring
addressobject(Address)
linksArray of objects(Link)
Response
application/json
{ "id": 20598, "avgTaxiInTime": 0.1, "avgTaxiOutTime": 0.1, "avgTurnaroundTime": 0.1, "cfmuTaxiInTime": 240000, "cfmuTaxiOutTime": 480000, "elevation": 91.44000244140625, "latitude": 35.8575417, "longitude": 14.4774389, "icao": "LMML", "iata": "MLA", "faa": "string", "localIdentifier": "string", "longestRunwayLength": 3355, "widestRunwayWidth": 58, "servedCity": "Valletta", "state": "string", "country": "MT", "timeZone": "Europe/Malta", "rescueFireCategory": "A_9", "rescueFireHeliCategory": "H_1", "aid": "APT-VNCC-AV4U", "name": "Malta International Airport", "servedCityGoverningDistrict": "string", "administrativeCity": "string", "administrativeCityGoverningDistrict": { "administrativeType": "string", "code": "string", "name": "string" }, "distanceFromSearchCoordinates": 0.1, "fuelPriceIndex": 0, "fuelPriceIndexComercial": 0, "customsAvailability": "NOT_AVAILABLE", "operatorCategory": "A", "airportElevation": 91.44, "onRequestRescueFireCategory": "A_1", "onRequestRescueFireHeliCategory": "H_1", "rescueFire": "string", "address": { "account": {}, "addressid": 0, "buildingDetails": "string", "city": "string", "country": {}, "externalReference": "string", "id": 0, "latitude": 0.1, "longitude": 0.1, "modificationDate": "2019-08-24T14:15:22Z", "modificationDatePropertyName": "string", "modificationDateZT": "2019-08-24T14:15:22Z", "modificationUser": {}, "modificationUserPropertyName": "string", "modificationZoneId": {}, "recipient": "string", "referenceUser": {}, "state": "string", "street": "string", "type": "WORK", "user": {}, "uuid": "string", "zip": "string" }, "links": [ {} ] }

Get Ground Handling/FBO Services

Request

Fetches a list of Ground Handling/FBO associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/agents' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
idinteger(int64)

Service ID

Example: 45910
airportIdinteger(int64)

FL3XX airport ID

Example: 20598
companystring

Company name

Example: "Air Malta"
crewNotesstring

Crew notes

dispatchNotesstring

Dispatch notes

emailstring

Email address

Example: "email@email.com"
fboOneShadowboolean
fboOneTeamEmailstring
globalboolean
Example: true
mainContactboolean
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
useFboOneboolean
useMyHandlingboolean
]
Response
application/json
[ { "id": 45910, "airportId": 20598, "company": "Air Malta", "crewNotes": "string", "dispatchNotes": "string", "email": "email@email.com", "fboOneShadow": true, "fboOneTeamEmail": "string", "global": true, "mainContact": true, "sourceType": "INTERNAL", "useFboOne": true, "useMyHandling": true } ]

Get Airport Costs

Request

Fetches costs associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/costs' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
arrivalPaxFeenumber

Arrival pax fee

departurePaxFeenumber

Departure pax fee

fuelCostnumber

Fuel cost

idinteger(int64)

Airport fee ID

Response
application/json
{ "arrivalPaxFee": 0, "departurePaxFee": 0, "fuelCost": 0, "id": 0 }

Get Airport Crew

Request

Fetches a list of crew members associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/crew' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
internalIdinteger(int64)read-only

Internal ID

Example: 485949
externalReferencestring

External reference

Example: "665321646"
firstNamestring

First Name

Example: "Luke"
lastNamestring

Last name

Example: "Joe"
genderstring

Gender

Enum"FEMALE""MALE""OTHER"
Example: "MALE"
birthDatestring(date)

Date of birth

Example: "1988-03-18"
birthPlacestring

Place of birth

Example: "Conroe"
acronymstring

Acronym

Example: "LJ"
birthCountrystring

Country of birth

Example: "US"
accountobject(AccountDto)
addressobject(AddressDto)
emailstring

Email address

Example: "myemail@fl3xx.com"
documentExpirationstring(date)

Expiration date

Example: "2030-04-03"
documentExternalReferenceinteger(int64)

Document reference

Example: 69905
documentNumberstring

Document number

Example: "CC4AA3390294NJ"
documentTypestring

Type of document

Enum"PASSPORT""IDCARD""VISA""OTHER""CREWID""AIRPORT_ID""DRIVING_LICENSE""US_GLOBAL""GREEN_CARD""PILOT_LICENSE"
Example: "PASSPORT"
issueCountrystring

Country of issue

Example: "USA"
issueDatestring(date)

Issuance date

Example: "2020-04-02"
linksobject(Links)
logNamestring
mobilestring

Mobile phone number

Example: 1111111111
nationalitystring

Nationality

Example: "US"
personnelNumberstring

Personnel number

Example: 996659598
phonestring

Phone number

Example: 11111111111
radiationProtectionRegistryIdstring

Radiation projection registry id

Example: 1112221112221
salutationstring
Enum"Mr""Mrs""Miss""Ms""unDef""Dr""Ing""Prof""Mag""Captain"
Example: "Mr"
siflTypestring
Enum"CONTROL""NON_CONTROL""SECURITY"
Example: "CONTROL"
statusstring

Record status

Enum"ACTIVE""DELETED""INACTIVE""MIGRATED_US"
Example: "ACTIVE"
weightnumber(float)

Weight

Example: 80.5
]
Response
application/json
[ { "internalId": 485949, "externalReference": "665321646", "firstName": "Luke", "lastName": "Joe", "gender": "MALE", "birthDate": "1988-03-18", "birthPlace": "Conroe", "acronym": "LJ", "birthCountry": "US", "account": {}, "address": {}, "email": "myemail@fl3xx.com", "documentExpiration": "2030-04-03", "documentExternalReference": 69905, "documentNumber": "CC4AA3390294NJ", "documentType": "PASSPORT", "issueCountry": "USA", "issueDate": "2020-04-02", "links": {}, "logName": "string", "mobile": 1111111111, "nationality": "US", "personnelNumber": 996659598, "phone": 11111111111, "radiationProtectionRegistryId": 1112221112221, "salutation": "Mr", "siflType": "CONTROL", "status": "ACTIVE", "weight": 80.5 } ]

Get Airport Documents

Request

Fetches a list of documents associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/docs' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
aipTypestring
authoritystring
binaryReferenceobject(BinaryReference)
docIdinteger(int64)
eadIdinteger(int64)
effectiveDatestring(date-time)
effectiveEndDatestring(date-time)
effectiveEndTextstring
headingstring
idinteger(int64)
languagestring
namestring
originalNamestring
partstring
publicationDatestring(date-time)
remarkstring
sectionstring
seriesstring
]
Response
application/json
[ { "aipType": "string", "authority": "string", "binaryReference": {}, "docId": 0, "eadId": 0, "effectiveDate": "2019-08-24T14:15:22Z", "effectiveEndDate": "2019-08-24T14:15:22Z", "effectiveEndText": "string", "heading": "string", "id": 0, "language": "string", "name": "string", "originalName": "string", "part": "string", "publicationDate": "2019-08-24T14:15:22Z", "remark": "string", "section": "string", "series": "string" } ]

Get Airport Document

Request

Fetches a base64-encoded file of an airport document using its eadId.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

documentEadIdinteger(int64)required

ID of the document to download

Query
namestring

A name to give to the file to be retrieved.

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/docs/{documentEadId}?name=string' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Body

Get Airport Fuels

Request

Fetches a list of fuels available at an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/fuels' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

List of airport fuels

Bodyapplication/jsonArray [
contractorstring

Contractor

Example: "Contractor Name"
creatednumber

Date created in Epoch format

Example: 1608620381046
currencystring

Currency

Example: "EUR"
emailstring

Email

Example: "example@fl3xxexample.com"
eurPerLiternumber

Price per liter in EUR

Example: 2.2
eurPerLiterComercialnumber

Commercial price per liter in EUR

Example: 2.2
exchangeRatenumber

Exchange rate

Example: 1
exchangedCurrencystring

Exchanged currency

Example: "EUR"
exchangedPricenumber

Exchanged price

Example: 8.3279
exchangedPriceComercialnumber

Commercial Exchanged price

Example: 7.1923
exchangedUnitstring

Exchanged unit

Enum"LITER""GALLON_USA"
Example: "GALLON_USA"
feeWaiverVolumenumber(double)
feesPerUsdgnumber
fromVolumenumber(double)
idinteger(int64)
intoPlanestring
netUsdgnumber
paymentstring
phonestring
preArrivalstring
priceIndexnumber
priceIndexComercialnumber
pricePerUnitnumber
pricePerUnitComercialnumber
remarksstring
sourcestring
sourceTypestring
Enum"FL3XX""AVIAA""WFS""SFS""ATL""AVFUEL""AEG""AIR_BP""EVEREST""PARAGON"
toVolumenumber(double)
totalUsdgnumber
unitstring

unit

Enum"LITER""GALLON_USA"
Example: "LITER"
vendorIdstring

Vendor ID

]
Response
application/json
[ { "contractor": "Contractor Name", "created": 1608620381046, "currency": "EUR", "email": "example@fl3xxexample.com", "eurPerLiter": 2.2, "eurPerLiterComercial": 2.2, "exchangeRate": 1, "exchangedCurrency": "EUR", "exchangedPrice": 8.3279, "exchangedPriceComercial": 7.1923, "exchangedUnit": "GALLON_USA", "feeWaiverVolume": 0.1, "feesPerUsdg": 0, "fromVolume": 0.1, "id": 0, "intoPlane": "string", "netUsdg": 0, "payment": "string", "phone": "string", "preArrival": "string", "priceIndex": 0, "priceIndexComercial": 0, "pricePerUnit": 0, "pricePerUnitComercial": 0, "remarks": "string", "source": "string", "sourceType": "FL3XX", "toVolume": 0.1, "totalUsdg": 0, "unit": "LITER", "vendorId": "string" } ]

Get Shared Fuels

Request

Fetches a list of shared fuels available at an airport using the operator ID and the airport's ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

operatorIdinteger(int64)required

ID of the operator to look for shared fule

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/fuels/shared/{operatorId}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

List of airport shared fuels for operator

Bodyapplication/jsonArray [
contractorstring

Contractor

Example: "Contractor Name"
creatednumber

Date created in Epoch format

Example: 1608620381046
currencystring

Currency

Example: "EUR"
emailstring

Email

Example: "example@fl3xxexample.com"
eurPerLiternumber

Price per liter in EUR

Example: 2.2
eurPerLiterComercialnumber

Commercial price per liter in EUR

Example: 2.2
exchangeRatenumber

Exchange rate

Example: 1
exchangedCurrencystring

Exchanged currency

Example: "EUR"
exchangedPricenumber

Exchanged price

Example: 8.3279
exchangedPriceComercialnumber

Commercial Exchanged price

Example: 7.1923
exchangedUnitstring

Exchanged unit

Enum"LITER""GALLON_USA"
Example: "GALLON_USA"
feeWaiverVolumenumber(double)
feesPerUsdgnumber
fromVolumenumber(double)
idinteger(int64)
intoPlanestring
netUsdgnumber
paymentstring
phonestring
preArrivalstring
priceIndexnumber
priceIndexComercialnumber
pricePerUnitnumber
pricePerUnitComercialnumber
remarksstring
sourcestring
sourceTypestring
Enum"FL3XX""AVIAA""WFS""SFS""ATL""AVFUEL""AEG""AIR_BP""EVEREST""PARAGON"
toVolumenumber(double)
totalUsdgnumber
unitstring

unit

Enum"LITER""GALLON_USA"
Example: "LITER"
vendorIdstring

Vendor ID

]
Response
application/json
[ { "contractor": "Contractor Name", "created": 1608620381046, "currency": "EUR", "email": "example@fl3xxexample.com", "eurPerLiter": 2.2, "eurPerLiterComercial": 2.2, "exchangeRate": 1, "exchangedCurrency": "EUR", "exchangedPrice": 8.3279, "exchangedPriceComercial": 7.1923, "exchangedUnit": "GALLON_USA", "feeWaiverVolume": 0.1, "feesPerUsdg": 0, "fromVolume": 0.1, "id": 0, "intoPlane": "string", "netUsdg": 0, "payment": "string", "phone": "string", "preArrival": "string", "priceIndex": 0, "priceIndexComercial": 0, "pricePerUnit": 0, "pricePerUnitComercial": 0, "remarks": "string", "source": "string", "sourceType": "FL3XX", "toVolume": 0.1, "totalUsdg": 0, "unit": "LITER", "vendorId": "string" } ]

Get Airport Location

Request

Fetches the location details of an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/location' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication
countrystring
faastring
iatastring
icaostring
idinteger(int64)
latitudenumber(double)
localIdentifierstring
locationstring
longitudenumber(double)
namestring
servedCitystring
statestring
timeZonestring

Get an Airport Operational Note

Request

Fetches Operational Note of an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

idinteger(int64)required

Note ID

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/operationalNote/{id}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
airportIdinteger(int64)
alertboolean
countryobject(CountryDto)
countryWideboolean
deletedboolean
endstring(date-time)
icaostring
idinteger(int64)
notestring
operatorIdinteger(int64)
previousobject(OperationalNoteDto)Recursive
startstring(date-time)
Response
application/json
{ "airportId": 0, "alert": true, "country": { "capital": "string", "continent": "string", "currencyCode": "string", "domain": "string", "id": 0, "intname": "string", "ioc": "string", "iso2": "string", "iso3": "string", "name": "string", "phone": "string" }, "countryWide": true, "deleted": true, "end": "2019-08-24T14:15:22Z", "icao": "string", "id": 0, "note": "string", "operatorId": 0, "previous": {}, "start": "2019-08-24T14:15:22Z" }

Get Operational Notes

Request

Fetches a list of operational notes associated with an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

Query
fromstring(date-time)

Date from

tostring(date-time)

Date to

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/operationalNotes?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
airportIdinteger(int64)
alertboolean
countryobject(CountryDto)
countryWideboolean
deletedboolean
endstring(date-time)
icaostring
idinteger(int64)
notestring
operatorIdinteger(int64)
previousobject(OperationalNoteDto)Recursive
startstring(date-time)
]
Response
application/json
[ { "airportId": 0, "alert": true, "country": {}, "countryWide": true, "deleted": true, "end": "2019-08-24T14:15:22Z", "icao": "string", "id": 0, "note": "string", "operatorId": 0, "previous": {}, "start": "2019-08-24T14:15:22Z" } ]

Get Airport Providers

Request

Fetches a list of providers associated with an airport using its ICAO, IATA, or FAA code and the provider's name.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

namestringrequired

Name of service type

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/providers/{name}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
idinteger(int64)

Service ID

Example: 45910
airportIdinteger(int64)

FL3XX airport ID

Example: 20598
companystring

Company name

Example: "Air Malta"
crewNotesstring

Crew notes

dispatchNotesstring

Dispatch notes

emailstring

Email address

Example: "email@email.com"
fboOneShadowboolean
fboOneTeamEmailstring
globalboolean
Example: true
mainContactboolean
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
useFboOneboolean
useMyHandlingboolean
]
Response
application/json
[ { "id": 45910, "airportId": 20598, "company": "Air Malta", "crewNotes": "string", "dispatchNotes": "string", "email": "email@email.com", "fboOneShadow": true, "fboOneTeamEmail": "string", "global": true, "mainContact": true, "sourceType": "INTERNAL", "useFboOne": true, "useMyHandling": true } ]

Get Airport Services

Request

Fetches a list of services available at an airport using its ICAO, IATA, or FAA code.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/services' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
addressstring
aftnstring
airportIdinteger(int64)
companystring
createdstring(date-time)
crewNotesstring
deletedboolean
dispatchNotesstring
emailstring
faxstring
fboOneShadowboolean
fboOneTeamEmailstring
feeWaiverUnitstring
Enum"LITER""GALLON_USA"
feeWaiverVolumenumber(double)
globalboolean
homepagestring
idinteger(int64)
infostring
lastUpdatedstring(date-time)
mainContactboolean
open24Hboolean
openFromstring(date-time)
openTostring(date-time)
openingHoursstring
passengerNotesstring
phonestring
phoneTollFreestring
priceDatestring(date-time)
priceInfostring
radiostring
rankinginteger(int32)
sitastring
sourcestring
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
typeobject(AirportServiceTypeDto)
useFboOneboolean
useMyHandlingboolean
vendorIdstring
]
Response
application/json
[ { "address": "string", "aftn": "string", "airportId": 0, "company": "string", "created": "2019-08-24T14:15:22Z", "crewNotes": "string", "deleted": true, "dispatchNotes": "string", "email": "string", "fax": "string", "fboOneShadow": true, "fboOneTeamEmail": "string", "feeWaiverUnit": "LITER", "feeWaiverVolume": 0.1, "global": true, "homepage": "string", "id": 0, "info": "string", "lastUpdated": "2019-08-24T14:15:22Z", "mainContact": true, "open24H": true, "openFrom": "2019-08-24T14:15:22Z", "openTo": "2019-08-24T14:15:22Z", "openingHours": "string", "passengerNotes": "string", "phone": "string", "phoneTollFree": "string", "priceDate": "2019-08-24T14:15:22Z", "priceInfo": "string", "radio": "string", "ranking": 0, "sita": "string", "source": "string", "sourceType": "INTERNAL", "type": {}, "useFboOne": true, "useMyHandling": true, "vendorId": "string" } ]

Search Airport Services

Request

Fetches a list of services available at an airport using its ICAO, IATA, or FAA code and the service's name.

Path
airportCodestringrequired

ICAO, IATA or FAA code of the airport

namestringrequired

Name of the service

curl -i -X GET \
  'https://test.fl3xx.com/api/external/airports/{airportCode}/services/{name}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
addressstring
aftnstring
airportIdinteger(int64)
companystring
createdstring(date-time)
crewNotesstring
deletedboolean
dispatchNotesstring
emailstring
faxstring
fboOneShadowboolean
fboOneTeamEmailstring
feeWaiverUnitstring
Enum"LITER""GALLON_USA"
feeWaiverVolumenumber(double)
globalboolean
homepagestring
idinteger(int64)
infostring
lastUpdatedstring(date-time)
mainContactboolean
open24Hboolean
openFromstring(date-time)
openTostring(date-time)
openingHoursstring
passengerNotesstring
phonestring
phoneTollFreestring
priceDatestring(date-time)
priceInfostring
radiostring
rankinginteger(int32)
sitastring
sourcestring
sourceTypestring
Enum"INTERNAL""EJME""UNIVERSAL""AVIOWIKI""PRIVATE"
typeobject(AirportServiceTypeDto)
useFboOneboolean
useMyHandlingboolean
vendorIdstring
]
Response
application/json
[ { "address": "string", "aftn": "string", "airportId": 0, "company": "string", "created": "2019-08-24T14:15:22Z", "crewNotes": "string", "deleted": true, "dispatchNotes": "string", "email": "string", "fax": "string", "fboOneShadow": true, "fboOneTeamEmail": "string", "feeWaiverUnit": "LITER", "feeWaiverVolume": 0.1, "global": true, "homepage": "string", "id": 0, "info": "string", "lastUpdated": "2019-08-24T14:15:22Z", "mainContact": true, "open24H": true, "openFrom": "2019-08-24T14:15:22Z", "openTo": "2019-08-24T14:15:22Z", "openingHours": "string", "passengerNotes": "string", "phone": "string", "phoneTollFree": "string", "priceDate": "2019-08-24T14:15:22Z", "priceInfo": "string", "radio": "string", "ranking": 0, "sita": "string", "source": "string", "sourceType": "INTERNAL", "type": {}, "useFboOne": true, "useMyHandling": true, "vendorId": "string" } ]

Aircraft

These group of endpoints are designed to manage aircraft details, maintenance schedules, and pricing information. These endpoints are essential for ensuring the efficient operation and management of aircraft within the aviation industry.

Key Features

  • Details Management: Access and update detailed information about aircraft, including specifications and configurations.
  • Maintenance: Manage maintenance schedules and records to ensure aircraft are in optimal condition.
  • Pricing: Retrieve and update pricing information for aircraft operations and services.

Business Value

  • Operational Efficiency: Streamlines the management of aircraft details and maintenance, reducing downtime and operational disruptions.
  • Cost Management: Provides accurate and up-to-date pricing information, aiding in financial planning and cost control.
  • Compliance: Ensures that maintenance schedules and records are up-to-date, helping to meet regulatory requirements.

Use Cases

  • Fleet Management: Efficiently manage a fleet of aircraft, ensuring all details and maintenance records are current.
  • Maintenance Planning: Schedule and track maintenance activities to minimize aircraft downtime and ensure safety.
  • Financial Planning: Use pricing information to forecast operational costs and manage budgets effectively.

Why Use These Endpoints

Utilizing the endpoints under the Aircraft tag helps to streamline the management of aircraft operations by ensuring data integrity and accuracy. They are essential tools for maintaining operational efficiency and compliance within the aviation industry.

Operations

Booking Itinerary (Legs)

Operations related to flight itinerary legs.

Operations

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

These group of endpoints are designed to manage the creation, retrieval, and updating of flight quotes. These endpoints are essential for streamlining the quoting process, ensuring accuracy, and enhancing operational efficiency.

Key Features

  • Creation: Generate new quotes with detailed information.
  • Retrieval: Access existing quotes and their details.
  • Updating: Modify existing quotes to reflect changes in requirements or pricing.
  • Notification: Automatically notify operators upon successful quote creation or updates.

Business Value

  • Efficiency: Streamlines the quote management process, reducing the time and effort required to handle quotes.
  • Accuracy: Ensures data integrity and accuracy, minimizing errors and discrepancies in quotes.
  • Automation: Automates the notification process, keeping operators informed in real-time.

Use Cases

  • Sales Teams: Quickly generate accurate quotes for potential clients, improving response times and customer satisfaction.
  • Operations Management: Ensure that all quotes are properly formatted and complete before proceeding with further actions.
  • Financial Planning: Use the generated quotes to forecast revenue and manage financial expectations.

Why Use These Endpoints?

Utilizing the endpoints under the Quotes tag helps to streamline the quote management process by ensuring data integrity and accuracy. They are essential tools for managing quotes efficiently and effectively.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations