Get Partial Cancellation Quote
Post-Booking
Partial Cancel Quote
POST
Get Partial Cancellation Quote
Calculate the refundable amount for cancelling specific passengers or flight segments while keeping the rest of the booking intact.Documentation Index
Fetch the complete documentation index at: https://docs.travomatrix.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported Cancellation Scopes
The Travomatrix B2B backend abstracts the complexity of all GDS, NDC, and LCC providers into two primary partial cancellation scopes:- Partial Pax: Cancel specific passengers (across all segments). Provide
passengers_to_canceland leavesegments_to_cancel: []. - Partial Segment: Cancel specific flight segments (for all passengers). Provide
segments_to_canceland leavepassengers_to_cancel: [].
Key Business Rules
Our unified rules engine enforces the following constraints across all providers:- Infant Dependency: An infant (
INF) cannot be cancelled alone, nor can all adults be cancelled if an infant remains on the booking. - Segment Sequence: Segments must be cancelled in reverse chronological order. You cannot cancel the outbound leg (e.g., Segment 0) while keeping the return leg (e.g., Segment 1). Doing so results in a
segment_sequence_invaliderror.
Authorizations
Body
application/json