# Get Flight Fuels Fetches fuel information for a flight using its flight ID. Endpoint: GET /api/external/flight/{flightId}/fuels Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `flightId` (integer, required) Flight ID ## Response 200 fields (application/json): - `arrivalFuel` (object) - `arrivalFuel.id` (integer) - `arrivalFuel.status` (string) Enum: "NA", "NR", "DO", "HOLD", "REQ", "OK", "INIT", "OK_REVISED", "REQ_REVISED", "HOLD_REVISED", "DO_REVISED", "CNL" - `arrivalFuel.by` (string) Enum: "HANDLER", "CREW", "DISPATCH", "OPS", "PPS", "JEPP", "PERMIT_PROVIDER", "CUSTOM1", "CUSTOM2", "CUSTOM3", "CUSTOM4", "CUSTOM5" - `arrivalFuel.permitProviderId` (integer) - `arrivalFuel.deliveryDate` (string) - `arrivalFuel.paymentType` (string) Enum: "FUEL_CARD", "CREDIT_CARD", "ACCOUNT", "CASH", "RELEASE", "CONTRACT" - `arrivalFuel.currency` (string) - `arrivalFuel.upliftUnit` (string) Enum: "LITER", "GALLON_USA" - `arrivalFuel.quantity` (integer) - `arrivalFuel.fuelType` (string) Enum: "JET_A1", "JET_A", "JET_B", "JP4", "JP5", "JP8", "JP54", "AVGAS", "UNLEADED_FUEL" - `arrivalFuel.fuelReleaseDocument` (object) - `arrivalFuel.fuelReleaseDocument.id` (integer) Document ID Example: 66325 - `arrivalFuel.fuelReleaseDocument.uuid` (string) Document UUID Example: "2342343423423423423ASS32" - `arrivalFuel.fuelReleaseDocument.originalName` (string) Original name of the document Example: "fil3.pdf" - `arrivalFuel.fuelReleaseDocument.fileSize` (integer) File size Example: 652154 - `arrivalFuel.fuelReleaseDocument.creationDate` (string) Date created Example: "2024-11-27T16:56:40Z" - `arrivalFuel.documents` (array) - `arrivalFuel.notes` (string) - `departureFuel` (object)