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

Get Fleet

Request

Fetches aircraft/fleet.

Query
datestring

Earliest aircraft modification in format 'YYYY-MM-DDThh:mm‘

Example: date=2024-09-28T22:00
curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft?date=string' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
ambulanceboolean

Indicates whether the aircraft is an ambulance or not

Example: true
aocobject(AocDto)
cabinHeightnumber(float)

Cabin height

Example: 1.8
cabinLengthnumber(float)

Cabin length

Example: 10
cabinWidthnumber(float)

Cabin width

Example: 2
cargoboolean

Indicates whether the aircraft is a cargo aircraft or not

categorystring

Category

Enum"PISTON""TURBO_PROP""VERY_LIGHT_JET""LIGHT_JET""SUPER_LIGHT_JET""MIDSIZE_JET""SUPER_MIDSIZE_JET""HEAVY_JET""ULTRA_LONG_RANGE_JET""VIP_JET"
Example: "PISTON"
equipmentobject(AircraftEquipmentDto)
externalHeightnumber(float)

External height

Example: 3
externalLengthnumber(float)

External length

Example: 20
flightNumberTokenstring

Flight number token

homebasestring

Homebase

Example: "LMML"
idinteger(int64)

FL3XX Aircraft ID

keyAccountManagerobject(UserDto)
layoutobject(AircraftLayoutDto)
linksobject(Links)
maxFuelnumber(float)

Max fuel

Example: 1000
maxPayloadnumber(float)

Maximum payload

Example: 1000
maxRangenumber(float)

Maximum range

Example: 1000
minRunwaynumber(float)

Minimum runway

Example: 1000
modelstring

Model

Example: "Clipper"
normalCruiseSpeednumber(float)

Normal cruise speed

Example: 0.8
numberOfSeatsinteger(int32)

Number of seats

Example: 3
subcharterboolean

Indicates whether the aircraft is subcharter or not

Example: true
tailNumberstring

Tail number

Example: "SX-HIC"
typestring

Type

Example: "R44"
typeNamestring

Type name

Example: "Robi 44"
typeOfUsestring

Type of use

Enum"CHARTER""PRIVATE"
Example: "PRIVATE"
typeRatingstring

Type rating

wingSpannumber(float)

Wing span

Example: 0
]
Response
application/json
[ { "ambulance": true, "aoc": {}, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": {}, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": {}, "layout": {}, "links": {}, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 } ]

Get Aircraft Picture

Request

Fetches an aircraft picture using the document's uuid.

Path
uuidstring(uuid)required

picture uuid

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

Responses

Success

Body

Get Aircraft Thumbnail Picture

Request

Fetches a thumbnail (100x100 px) of an aircraft picture using the document's UUID.

Path
uuidstring(uuid)required

picture uuid

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

Responses

Success

Body

Get an Aircraft

Request

Fetches details of an aircraft using its tail number.

Path
tailNumberstringrequired

Aircraft ID

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

Responses

Success

Bodyapplication/json
ambulanceboolean

Indicates whether the aircraft is an ambulance or not

Example: true
aocobject(AocDto)
cabinHeightnumber(float)

Cabin height

Example: 1.8
cabinLengthnumber(float)

Cabin length

Example: 10
cabinWidthnumber(float)

Cabin width

Example: 2
cargoboolean

Indicates whether the aircraft is a cargo aircraft or not

categorystring

Category

Enum"PISTON""TURBO_PROP""VERY_LIGHT_JET""LIGHT_JET""SUPER_LIGHT_JET""MIDSIZE_JET""SUPER_MIDSIZE_JET""HEAVY_JET""ULTRA_LONG_RANGE_JET""VIP_JET"
Example: "PISTON"
equipmentobject(AircraftEquipmentDto)
externalHeightnumber(float)

External height

Example: 3
externalLengthnumber(float)

External length

Example: 20
flightNumberTokenstring

Flight number token

homebasestring

Homebase

Example: "LMML"
idinteger(int64)

FL3XX Aircraft ID

keyAccountManagerobject(UserDto)
layoutobject(AircraftLayoutDto)
linksobject(Links)
maxFuelnumber(float)

Max fuel

Example: 1000
maxPayloadnumber(float)

Maximum payload

Example: 1000
maxRangenumber(float)

Maximum range

Example: 1000
minRunwaynumber(float)

Minimum runway

Example: 1000
modelstring

Model

Example: "Clipper"
normalCruiseSpeednumber(float)

Normal cruise speed

Example: 0.8
numberOfSeatsinteger(int32)

Number of seats

Example: 3
subcharterboolean

Indicates whether the aircraft is subcharter or not

Example: true
tailNumberstring

Tail number

Example: "SX-HIC"
typestring

Type

Example: "R44"
typeNamestring

Type name

Example: "Robi 44"
typeOfUsestring

Type of use

Enum"CHARTER""PRIVATE"
Example: "PRIVATE"
typeRatingstring

Type rating

wingSpannumber(float)

Wing span

Example: 0
Response
application/json
{ "ambulance": true, "aoc": { "id": 33453, "name": "string" }, "cabinHeight": 1.8, "cabinLength": 10, "cabinWidth": 2, "cargo": true, "category": "PISTON", "equipment": { "baggageVolume": 493, "cd_dvd": true, "coffeePot": false, "enclosedLavatory": false, "entertainmentSystem": true, "espresso": true, "golfBags": false, "headsets": true, "iceBin": true, "lavatory": true, "maxWeight": 2170, "microwaveOven": true, "petsAllowed": true, "satPhone": true, "satTV": false, "skiTube": false, "smokingAllowed": false, "standardSuitcases": 18, "tv": true, "v110": true, "v230": false, "warmingOven": true, "wifi": true }, "externalHeight": 3, "externalLength": 20, "flightNumberToken": "string", "homebase": "LMML", "id": 0, "keyAccountManager": { "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 }, "layout": { "cabinCrew": 0, "flightCrew": 0, "onboardEngineer": 0 }, "links": { "empty": true }, "maxFuel": 1000, "maxPayload": 1000, "maxRange": 1000, "minRunway": 1000, "model": "Clipper", "normalCruiseSpeed": 0.8, "numberOfSeats": 3, "subcharter": true, "tailNumber": "SX-HIC", "type": "R44", "typeName": "Robi 44", "typeOfUse": "PRIVATE", "typeRating": "string", "wingSpan": 0 }

Get Aircraft Hold Items

Request

Fetches hold items associated with an aircraft using its tail number.

Path
tailNumberstringrequired

tailNumber

Example: OE-FL3XX
Query
fromstring(date)YYYY-MM-DDrequired

from

tostring(date)YYYY-MM-DDrequired

to

dateSearchTypestring

dateSearchType

Default "ALL"
Enum"ALL""REPORT""DUE""CORRECTED"
curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/holditems?dateSearchType=ALL&from=2019-08-24&to=2019-08-24' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
aircraftIdinteger(int64)
approvalUserobject(UserMinimal)
cabinConvenienceboolean
correctedboolean
correctedWorkOrderNumberstring
correctionDatestring(date-time)
correctionUserobject(UserMinimal)
correctiveActionsstring
creationDatestring(date-time)
creationUserobject(UserMinimal)
cyclesinteger(int32)
descriptionstring
documentsArray of objects(BinaryReferenceDto)
dueDatestring(date-time)
extendedDueDatestring(date-time)
formCategorystring
Enum"MEL_A""MEL_B""MEL_C""MEL_D""HIL_A""HIL_B""HIL_C""HIL_D"
hilReferencestring
hoursnumber(float)
idinteger(int64)
limitationsstring
Enum"NO""YES""DONT_KNOW"
limitationsDescriptionstring
maintenanceOrganizationstring
melReferencestring
modificationDatestring(date-time)
modifiedByobject(UserMinimal)
oneHundredFourtyFiveNumberstring
partOffstring
partOnstring
remarksstring
reportDatestring(date-time)
serialOffstring
serialOnstring
signaturestring
sourcestring
Enum"DISPATCH""CREW"
techLogCyclesinteger(int32)
techLogHoursnumber(float)
techNumberstring
techlogNumberstring
workOrderNumberstring
]
Response
application/json
[ { "aircraftId": 0, "approvalUser": {}, "cabinConvenience": true, "corrected": true, "correctedWorkOrderNumber": "string", "correctionDate": "2019-08-24T14:15:22Z", "correctionUser": {}, "correctiveActions": "string", "creationDate": "2019-08-24T14:15:22Z", "creationUser": {}, "cycles": 0, "description": "string", "documents": [], "dueDate": "2019-08-24T14:15:22Z", "extendedDueDate": "2019-08-24T14:15:22Z", "formCategory": "MEL_A", "hilReference": "string", "hours": 0.1, "id": 0, "limitations": "NO", "limitationsDescription": "string", "maintenanceOrganization": "string", "melReference": "string", "modificationDate": "2019-08-24T14:15:22Z", "modifiedBy": {}, "oneHundredFourtyFiveNumber": "string", "partOff": "string", "partOn": "string", "remarks": "string", "reportDate": "2019-08-24T14:15:22Z", "serialOff": "string", "serialOn": "string", "signature": "string", "source": "DISPATCH", "techLogCycles": 0, "techLogHours": 0.1, "techNumber": "string", "techlogNumber": "string", "workOrderNumber": "string" } ]

Get Aircraft Pricing

Request

Fetches pricing details of an aircraft using its tail number.

Path
tailNumberstringrequired

Aircraft's tailNumber

Example: OE-FL3XX
curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/pricing' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
costModelobject(CostModel)
feesobject(PriceFee)
priceModelobject(PriceModel)
tailCurrencystring
tailNumberstring
Response
application/json
{ "costModel": { "fuelLong": 0.1, "fuelShort": 0.1, "leaseCost": 0, "maintenanceCost": 0, "navigationCost": 0 }, "fees": { "bookingFee": 0, "cabinAttendantDailyFee": 0, "dailyFee": 0, "fuelStopFee": 0, "fuelSurchargePerBlockHour": 0, "internationalFee": 0, "legFee": 0 }, "priceModel": { "positioningFlightRate": 0, "positioningFlightUnit": "BLOCK_TIME", "revenueFlightRate": 0, "revenueFlightUnit": "BLOCK_TIME" }, "tailCurrency": "string", "tailNumber": "string" }

Get Aircraft Schedule

Request

Fetches the schedule of an aircraft using its tail number. Limitation 60 days in the past and 60 days in the future.

Path
tailNumberstringrequired

tailNumber

Example: OE-FL3XX
Query
fromstring(date)YYYY-MM-DD

from

Example: from=2024-10-16
initLocationboolean

initLocation

Default false
tostring(date)YYYY-MM-DD

to

Example: to=2024-12-16
curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{tailNumber}/schedule?from=2019-08-24&initLocation=false&to=2019-08-24' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
arrivalAirportstring
arrivalAirportObjobject(AirportDto)
arrivalDatestring
arrivalDateUTCstring
commentsstring
departureAirportstring
departureAirportObjobject(AirportDto)
departureDatestring
departureDateUTCstring
fplTypestring
Enum"N""G""X""M""S"
idstring
notesstring
paxinteger(int32)
seatsAfterinteger(int32)
taskTypestring
Enum"MAINTENANCE""RESERVED""AOG""CREW_UNAVAILABLE""NOTE""FLIGHT""UNSCHEDULED_MAINTENANCE""LOCATION"
tripNumberinteger(int64)
workflowstring
Enum"COMMERCIAL""MAINTENANCE""PRIVATE""TRAINING""OWNER""INTERNAL""RESERVED""CHARTER""SUBCHARTER""SCHEDULED"
workflowCustomNamestring
]
Response
application/json
[ { "arrivalAirport": "string", "arrivalAirportObj": {}, "arrivalDate": "string", "arrivalDateUTC": "string", "comments": "string", "departureAirport": "string", "departureAirportObj": {}, "departureDate": "string", "departureDateUTC": "string", "fplType": "N", "id": "string", "notes": "string", "pax": 0, "seatsAfter": 0, "taskType": "MAINTENANCE", "tripNumber": 0, "workflow": "COMMERCIAL", "workflowCustomName": "string" } ]

Get Aircraft Maintenance Schedule by Aircraft ID

Request

Fetches the maintenance schedule of an aircraft using its ID.

Path
aircraftIdintegerrequired

Aircraft ID

Example: 123456
Query
limitinteger(int32)<= 200

Number of items to be retrieved

Example: limit=20
offsetinteger(int32)

Search offset

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules?limit=200&offset=0' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
idinteger(int64)read-only

Aircraft Maintenance Schedule ID

Example: 7792
scheduleTypestring

Schedule type

Enum"INTERVAL""CALENDAR""UPDATE""AIRWORTHINESS_DIRECTIVE"
unitstring

Unit

Enum"FLIGHT_HOURS""FLIGHT_CYCLES""ENGINE1_HOURS""ENGINE2_HOURS""ENGINE3_HOURS""ENGINE4_HOURS""ENGINE1_CYCLES""ENGINE2_CYCLES""ENGINE3_CYCLES""ENGINE4_CYCLES"
typestring

a

lastUpdatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
datenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
maxDatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
amountinteger(int64)

Amount

lastAmountinteger(int64)

Previous amount

maxAmountinteger(int64)

Max amount

profileTypestring

Type of profile

Enum"AIRCRAFT""PROPELLER""APU""ENGINE"
taskTypestring

Type of task

Enum"SERVICE""PART_NUMBER""PACKAGE""AD""BULLETIN"
dueRepeatinteger(int64)

Due Repeat

modificationDatenumber(int64)read-only

Date in milliseconds since the Unix epoch

Example: 1730124030623
externalSourcestring

External Source

Enum"CAMP""VERYON""TRAXXALL""AMOS""TRAX"
timeUnitstring

Time unit

Enum"DAYS""MONTHS""YEARS"
remaininginteger(int64)

Remaining

averagePerDaynumber

Average per day

limitReachedstring(date-time)

Limit reached

maxOrNextAmountinteger(int64)

Max or Next Amount

]
Response
application/json
[ { "id": 7792, "scheduleType": "INTERVAL", "unit": "FLIGHT_HOURS", "type": "string", "lastUpdate": 1730124030623, "date": 1730124030623, "maxDate": 1730124030623, "amount": 0, "lastAmount": 0, "maxAmount": 0, "profileType": "AIRCRAFT", "taskType": "SERVICE", "dueRepeat": 0, "modificationDate": 1730124030623, "externalSource": "CAMP", "timeUnit": "DAYS", "remaining": 0, "averagePerDay": 0, "limitReached": "2019-08-24T14:15:22Z", "maxOrNextAmount": 0 } ]

Update Aircraft Maintenance Schedule

Request

Update the maintenance schedule of an aircraft.

Path
aircraftIdintegerrequired

Aircraft ID

Example: 123456
Body*/*required

Aircraft Maintenance Schedule

Array [
scheduleTypestring

Schedule type

Enum"INTERVAL""CALENDAR""UPDATE""AIRWORTHINESS_DIRECTIVE"
unitstring

Unit

Enum"FLIGHT_HOURS""FLIGHT_CYCLES""ENGINE1_HOURS""ENGINE2_HOURS""ENGINE3_HOURS""ENGINE4_HOURS""ENGINE1_CYCLES""ENGINE2_CYCLES""ENGINE3_CYCLES""ENGINE4_CYCLES"
typestring

a

lastUpdatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
datenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
maxDatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
amountinteger(int64)

Amount

lastAmountinteger(int64)

Previous amount

maxAmountinteger(int64)

Max amount

profileTypestring

Type of profile

Enum"AIRCRAFT""PROPELLER""APU""ENGINE"
taskTypestring

Type of task

Enum"SERVICE""PART_NUMBER""PACKAGE""AD""BULLETIN"
dueRepeatinteger(int64)

Due Repeat

externalSourcestring

External Source

Enum"CAMP""VERYON""TRAXXALL""AMOS""TRAX"
timeUnitstring

Time unit

Enum"DAYS""MONTHS""YEARS"
remaininginteger(int64)

Remaining

averagePerDaynumber

Average per day

limitReachedstring(date-time)

Limit reached

maxOrNextAmountinteger(int64)

Max or Next Amount

]
curl -i -X PUT \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules' \
  -H 'Content-Type: */*' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '[object Object]'

Responses

Success

Bodyapplication/jsonArray [
idinteger(int64)read-only

Aircraft Maintenance Schedule ID

Example: 7792
scheduleTypestring

Schedule type

Enum"INTERVAL""CALENDAR""UPDATE""AIRWORTHINESS_DIRECTIVE"
unitstring

Unit

Enum"FLIGHT_HOURS""FLIGHT_CYCLES""ENGINE1_HOURS""ENGINE2_HOURS""ENGINE3_HOURS""ENGINE4_HOURS""ENGINE1_CYCLES""ENGINE2_CYCLES""ENGINE3_CYCLES""ENGINE4_CYCLES"
typestring

a

lastUpdatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
datenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
maxDatenumber(int64)

Date in milliseconds since the Unix epoch

Example: 1730124030623
amountinteger(int64)

Amount

lastAmountinteger(int64)

Previous amount

maxAmountinteger(int64)

Max amount

profileTypestring

Type of profile

Enum"AIRCRAFT""PROPELLER""APU""ENGINE"
taskTypestring

Type of task

Enum"SERVICE""PART_NUMBER""PACKAGE""AD""BULLETIN"
dueRepeatinteger(int64)

Due Repeat

modificationDatenumber(int64)read-only

Date in milliseconds since the Unix epoch

Example: 1730124030623
externalSourcestring

External Source

Enum"CAMP""VERYON""TRAXXALL""AMOS""TRAX"
timeUnitstring

Time unit

Enum"DAYS""MONTHS""YEARS"
remaininginteger(int64)

Remaining

averagePerDaynumber

Average per day

limitReachedstring(date-time)

Limit reached

maxOrNextAmountinteger(int64)

Max or Next Amount

]
Response
application/json
[ { "id": 7792, "scheduleType": "INTERVAL", "unit": "FLIGHT_HOURS", "type": "string", "lastUpdate": 1730124030623, "date": 1730124030623, "maxDate": 1730124030623, "amount": 0, "lastAmount": 0, "maxAmount": 0, "profileType": "AIRCRAFT", "taskType": "SERVICE", "dueRepeat": 0, "modificationDate": 1730124030623, "externalSource": "CAMP", "timeUnit": "DAYS", "remaining": 0, "averagePerDay": 0, "limitReached": "2019-08-24T14:15:22Z", "maxOrNextAmount": 0 } ]

Delete Aircraft Maintenance Schedule

Request

Delete Aircraft Maintenance Schedule by Aircraft ID and Maintenance Schedule ID.

Path
maintenanceScheduleIdintegerrequired

Maintenance Schedule ID

Example: 123456
aircraftIdintegerrequired

Aircraft ID

Example: 123456
curl -i -X DELETE \
  'https://developer.fl3xx.com/_mock/reference/api/external/aircraft/{aircraftId}/maintenanceSchedules/{maintenanceScheduleId}' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
deletedboolean

Indicates whether the element was deleted or not

Example: true
Response
application/json
{ "deleted": true }

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

Operations related to flight quotes.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations