TFDi Design Icon
TFDi Design
VA APIFlightsComplete

Complete Flight

Complete and file a PIREP for an ongoing flight

POST
/flights/complete

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

bidID*|
remainingLoad*integer
Formatint32
Range0 <= value
flightTime*number
Formatfloat
Range0 <= value
landingRate*number
Formatfloat
fuelUsed*number
Formatfloat
Range0 <= value
route*array<>
flightLog*string
Formatbase64
flightData*string
Formatbase64
comments?string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/flights/complete" \  -H "Content-Type: application/json" \  -d '{    "bidID": 0,    "remainingLoad": 0,    "flightTime": 0.1,    "landingRate": 0.1,    "fuelUsed": 0.1,    "route": [      "string"    ],    "flightLog": "string",    "flightData": "string"  }'
Empty
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}