added

New Endpoint: Post-Flight POST Method

Dear Valued Developers,

We are excited to announce a new feature enhancement to our API - a POST method for the endpoint /api/external/flight/{flight}/postflight.

This update allows you to send Post-flight data in the form of an AircraftLogDto payload, however, this excludes the Preflight and Deicing data.

Usage Details:

Method: POST
Endpoint: /api/external/flight/{flight}/postflight
Payload: AircraftLogDto (Preflight, Deicing excluded)
Please note the key restriction: you are only able to write and update the Postflight data before it is marked as "OK". Any attempts to do so post this status will not be successful.

This enhancement brings about more flexibility and control over the flight data you handle. We encourage you to leverage this new endpoint to better manage your flight operations.

We appreciate your continued use of our API and welcome any feedback you may have regarding this new feature.

Best,

FL3XX API Team