Skip Navigation

Plausibility Check

1.0.0
Air
Ticketing
SOAP API
Travel Agency

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Plausibility Check API (PO_ValidatingCarrierCheckRQ) is used to determine whether a combination of participating carriers can be ticketed using the specified validating carrier in the specified settlement method.

Target Audience
Travel Agency
API Version
1.0.0
Authentication
Session Token
Service Action Code
PO_ValidatingCarrierCheckRQ
Sample Request
<TicketingCxrServiceRQ xmlns="http://stl.sabre.com/AirPricing/validating_cxr/v0" version="1.0.0">
    <POS multiHost="1S">
        <Actual country="US"/>
        <Pcc>B4T0</Pcc>
    </POS>
    <ValidatingCxrCheck countryCode="US">
        <ValidatingCxr>AA</ValidatingCxr>
        <ParticipatingCxr iatLevel="STD">AA</ParticipatingCxr>
        <ParticipatingCxr iatLevel="3PT">BA</ParticipatingCxr>
        <SettlementPlan>ARC</SettlementPlan>
        <TicketType>ETKTPREF</TicketType>
    </ValidatingCxrCheck>
</TicketingCxrServiceRQ>
Sample Response
<TicketingCxrServiceRS xmlns="http://stl.sabre.com/AirPricing/validating_cxr/v0" version="1.0.0">
    <ValidatingCxrResult>
        <ValidationResult>Valid</ValidationResult>
        <ValidatingCxr>AA</ValidatingCxr>
        <ParticipatingCxr iatLevel="STD">BA</ParticipatingCxr>
        <TicketType>ETKTPREF</TicketType>
        <Message type="General" code="1">VALIDATING CARRIER - AA</Message>
    </ValidatingCxrResult>
</TicketingCxrServiceRS>