Skip to content

πŸ’° Crew Expense Management

Complete guide to retrieving and managing crew member expenses through the FL3XX API

1
πŸ“‹

Understanding Expense Types

2
πŸ”

Retrieve Expenses

3
πŸ“„

Document Management

The Crew Expense API enables partners to retrieve expenses associated with crew members. The API returns detailed information about each expense, including the type, amount, date, and associated crew member.

Important: Only expenses where the crew member has been set in the β€œReimbursable To” field will be returned. For detailed request and response schemas, as well as field descriptions, refer to the API Reference.

⚠️

Understanding Expense Filtering

The Crew Expense API applies specific filtering rules. Some expense types (such as β€œLANDING” and β€œPARKING”) are never returned, while others require proper linking to related records (flights, users, duties, and similar) to be included. Expenses with missing or broken links will be excluded from results, even if they match the date range and crew member criteria.

πŸ“‹

Understanding Expense Types

Learn which expenses are returned and which are excluded

Expenses That Will Be Returned

The following expense types can be returned by the API, depending on their configuration and linking status:

⚠️

DUTY

Conditional

User task expenses (e.g., check rides, call-outs). Only returned if properly linked to a duty record.

Example costSubTypeName values:
Check RidesCall-OutsSTAT PAID
⚠️

CREW

Conditional

Crew expenses related to flights. Only returned if properly linked to a user record.

Example costSubTypeName values:
Any user-defined expense type
⚠️

STAFF

Conditional

Staff expenses not related to flights. Only returned if properly linked to a user record.

Example costSubTypeName values:
Any user-defined expense type
⚠️

DEPARTURE_HANDLING / ARRIVAL_HANDLING

Conditional

Handling service expenses. Only returned if properly linked to a flight service record.

Example costSubTypeName values:
HandlingGround ServicesCatering
⚠️

FUEL

Conditional

Fuel expenses. Only returned if properly linked to a flight service record.

Example costSubTypeName values:
FuelJet Fuel
⚠️

DEPARTURE_CATERING / ARRIVAL_CATERING

Conditional

Catering service expenses. Only returned if properly linked to a flight service record.

Example costSubTypeName values:
CateringMealsFood Service
⚠️

DEPARTURE_GROUND_TRANSPORTATION / ARRIVAL_GROUND_TRANSPORTATION

Conditional

Ground transportation expenses. Only returned if properly linked to a flight service record.

Example costSubTypeName values:
TaxiLimousineGround Transport
βœ…

NAVIGATION_FEE

Always included

Navigation fees. Always returned (no linking required).

Example costSubTypeName values:
Any user-defined type
βœ…

VIP_LOUNGE

Always included

VIP lounge expenses. Always returned (no linking required).

Example costSubTypeName values:
Any user-defined type
βœ…

PER_DIEMS

Always included

Per diem expenses. Always returned (no linking required).

Example costSubTypeName values:
Any user-defined type

Expenses That Will Not Be Returned

The following expense types are intentionally excluded from the Crew Expense API:

❌

LANDING

Never Returned

Landing fees are intentionally excluded from the Crew Expense API and will never appear in results.

❌

PARKING

Never Returned

Parking fees are intentionally excluded from the Crew Expense API and will never appear in results.

πŸ”

Retrieve Expenses

Query crew expenses with filtering and pagination

πŸ“„

Document Management

Download expense documents and receipts