TFDi Design Icon
TFDi Design
VA APIFlightsRebook

Update an existing bid

Update the aircraft of an existing bid

POST
/flights/rebook
AuthorizationBearer <token>

In: header

bidIDinteger
Formatint32
Range0 <= value
aircraftinteger
Formatint32
Range0 <= 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"
}