Skip to main content
POST
Confirm/reject/alternate booking
Airline confirms, rejects, or provides alternative for booking (FFA semantics).

Reference Documentation

For more information on FFA confirmation messages, please refer to:

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Booking ID

Body

application/json
action
enum<string>
required
Available options:
confirm,
reject,
alternate
Example:

"confirm"

reason
string
Example:

"Capacity available"

alternateFlightId
string
Example:

"QR003-20240101"

Response

200 - application/json

Confirmation processed

bookingId
string
Example:

"booking-123"

status
string
Example:

"confirmed"

awbNumber
string
Example:

"15712345678"