TFDi Design Icon
TFDi Design
VA APIFlightsBook

Book Flight

Book a flight based on an existing schedule

POST
/flights/book
AuthorizationBearer <token>

In: header

flightIDinteger
Formatint32
Range0 <= value
aircraftIDinteger
Formatint32
Range0 <= value

Response Body

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