TFDi Design Icon
TFDi Design
VA APIFlightsStart

Start Flight

Start a booked or created flight

POST
/flights/start
AuthorizationBearer <token>

In: header

bidIDinteger | string

Response Body

curl -X POST "https://loading/flights/start" \  -H "Content-Type: application/json" \  -d '{    "bidID": 0  }'
{
  "trackingID": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}