VA APIFlightsBook
Book Flight
Book a flight based on an existing schedule
AuthorizationBearer <token>
In: header
flightIDinteger
Format
int32
Range
0 <= value
aircraftIDinteger
Format
int32
Range
0 <= 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"
}