Skip Navigation

Station Profile

1.0.0
Air
Profiles
SOAP API
Airline Carrier

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.

 

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
GetTicketingProfileRQ

Each airline partition can have multiple ticketing stations which are identified by a unique station number. The Station Profile displays the list of ticketing locations or stations for an airline, and the foundational ticketing abilities for each location.

Ticketing profile web service provides the ability to search and retrieve carrier profile settings associated to ticket capabilities via XML based web services.

Services exposed for Airline Solutions:

  • Retrieve carrier starion info (GetStationProfile) - The Station Profile search returns the list of ticketing locations or stations for an airline and the foundational ticketing abilities for each location
Sample Request
<GetStationProfileRQ xmlns="http://www.sabre.com/ns/Ticketing/Profiles" Version="1.0.0">
    <Header/>
    <POS xmlns:STL="http://services.sabre.com/STL/v01">
        <STL:MultiHost>AM</STL:MultiHost>
    </POS>
    <SearchParameters>
        <StationNumber>02381816</StationNumber>
    </SearchParameters>
</GetStationProfileRQ>
Sample Response
<GetStationProfileRS xmlns="http://www.sabre.com/ns/Ticketing/Profiles" xmlns:STL="http://services.sabre.com/STL/v01" xmlns:ns4="http://www.sabre.com/ns/Ticketing/TTL/1.0" xmlns:ns5="http://services.sabre.com/STL/Catalog/v01" Stations="224" Version="1.0.0">
    <Header messageID="TKTHLI702-23532-1348335064-1478027040015-65">
        <STL:Results>
            <STL:Success>
                <STL:OrchestrationID seq="1">TKTHLI700-14893-174031089-1400742824959-16859-tktdoc</STL:OrchestrationID>
                <STL:System>TKT-DS</STL:System>
                <STL:Source>Profile</STL:Source>
            </STL:Success>
        </STL:Results>
    </Header>
    <POS xmlns:STL="http://services.sabre.com/STL/v01">
        <STL:MultiHost>AM</STL:MultiHost>
    </POS>
    <StationInfo>
        <Station channel="ATO" code="SYDGS" number="02381816"/>
        <OfficeAccountingCode accountingCode="GS" city="SYD" officeId="0238181" validatingProvider="AM"/>
        <TicketingOptions ATAC_active="false" commisionProtectTicketing="false" neutralTicketing="true" ticketingAllowed="true">
            <SalesReport active="true"/>
        </TicketingOptions>
        <FraudOptions/>
        <PaymentOptions acceleratedCreditCardBilling="false" electronicCommerceIndicator="false"/>
    </StationInfo>
</GetStationProfileRS>