VA APIFlightsRebook
Update an existing bid
Update the aircraft of an existing bid
AuthorizationBearer <token>
In: header
bidIDinteger
Format
int32
Range
0 <= value
aircraftinteger
Format
int32
Range
0 <= value
Response Body
curl -X POST "https://loading/flights/rebook" \ -H "Content-Type: application/json" \ -d '{ "bidID": 0, "aircraft": 0 }'
{
"bidID": 0
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}