Skip Navigation

Revalidate ETicket

2.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 Revalidate ETicket (eTicketRevalidateLLSRQ) API is used to allow a client application to revalidate an electronic ticket for a participating carrier.

Target Audience
Travel Agency
API Version
2.0.0
Authentication
Session Token
Service Action Code
eTicketRevalidateLLSRQ

Please note that SabreCommandLLSRQ (WETR*T<ticket number>) must be executed prior to calling eTicketRevalidateLLSRQ. Furthermore, this service is only available to agency subscribers and requires a valid agency PCC to complete the service request.

For additional information please refer to the Format Finder Help System reference: tktfo049.

Sample Request
<eTicketRevalidateRQ Version="2.0.0">
    <Ticketing CouponNumber="2" SegmentNumber="1"/>
</eTicketRevalidateRQ>
Sample Response
<eTicketRevalidateRS Version="2.0.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2012-02-15T13:45:00-06:00"/>
    </stl:ApplicationResults>
    <Text>REVALIDATION SUCCESSFUL</Text>
</eTicketRevalidateRS>