VA APIFlightsBookings
View Bookings
View all the bookings the pilot has currently made
curl -X GET "https://loading/flights/bookings"
[
{
"code": "string",
"number": "string",
"type": "string",
"departureAirport": "string",
"arrivalAirport": "string",
"route": [
"string"
],
"aircraft": 0,
"flightLevel": 999,
"distance": 0.1,
"departureTime": "string",
"arrivalTime": "string",
"flightTime": 0.1,
"daysOfWeek": [
"string"
],
"subfleets": [
"string"
],
"notes": "string",
"bidID": 0
}
]
{
"message": "string"
}