Skip Navigation

Get Brand Marketing Text

1.0.0
Air
Search
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.

Deprecated API

Warning! This API will be deprecated soon and it is no longer supported. No new users.

Get Brand Marketing Text (GetMarketingTextRQ) is a follow-up API that obtains marketing information for particular programs and brands.

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session or Sessionless Tokens
Service Action Code
GetMarketingTextRQ

Prerequisites

This API is intended for the use of Airline Solutions (AS) Direct Channel customers only. It is not intended for new In-Direct (TN) users. Any In-Direct (TN) users already consuming this service will be supported until sunset in the In-Direct (TN) channel. Please contact your Sabre Account Manager for more information.

Search criteria

Depending on the request parameters information can be returned for one or all programs existing for the specified carrier. As this is a follow-up service, eligibility of usage and user are not checked. 

Note: Please contact your Sabre Account Representative if you would like to access this service.

Sample Request
<GetMarketingTextRQ version="1.0.0" xmlns="http://stl.sabre.com/Merchandising/v1">
    <BrandsMarketingTextRequest>
        <RequestSource clientID="SHP" requestingCarrierGDS="QF" geoLocation="DFW"/>
        <MarketingTextCriteria language="EN" carrier="BA"/>
    </BrandsMarketingTextRequest>
</GetMarketingTextRQ>
Sample Response
<GetMarketingTextRS xmlns="http://stl.sabre.com/Merchandising/v1">
    <BrandsMarketingTextResponse>
        <ResponseSource clientID="SHP" requestingCarrierGDS="QF" geoLocation="DFW"/>
        <CarrierBrandsData>
            <BrandProgram programID="51">
                <Vendor>MMGR</Vendor>
                <ProgramCode>SCANDINAVIA</ProgramCode>
                <ProgramName>BETWEEN US AND US</ProgramName>
                <SystemCode>S</SystemCode>
                <EffectiveDate>2001-08-08</EffectiveDate>
                <DiscontinueDate>2017-08-08</DiscontinueDate>
                <BrandsData>
                    <Brand>
                        <Identifier>50</Identifier>
                        <Code>TEST</Code>
                        <Name language="EN">TEST PURPOSE</Name>
                        <Tier>10</Tier>
                        <BrandLabel brandLabelURL="www.example.com" language="EN"/>
                        <MarketingText language="EN">
                            <Text><![CDATA[<font><p>Default english marketing text</p></font>]]></Text>
                        </MarketingText>
                    </Brand>
                </BrandsData>
            </BrandProgram>
            <BrandProgram programID="52">
                <Vendor>MMGR</Vendor>
                <ProgramCode>SCANDINAVIA</ProgramCode>
                <ProgramName>BETWEEN US AND US</ProgramName>
                <SystemCode>A</SystemCode>
                <EffectiveDate>2001-08-08</EffectiveDate>
                <DiscontinueDate>2017-08-08</DiscontinueDate>
                <BrandsData>
                    <Brand>
                        <Identifier>50</Identifier>
                        <Code>TEST</Code>
                        <Name language="EN">TEST PURPOSE</Name>
                        <Tier>10</Tier>
                        <BrandLabel brandLabelURL="www.example.com" language="EN"/>
                        <MarketingText language="EN">
                            <Text><![CDATA[<font><p>Some other example of marketing text</p></font>]]></Text>
                        </MarketingText>
                    </Brand>
                </BrandsData>
            </BrandProgram>
        </CarrierBrandsData>
    </BrandsMarketingTextResponse>
</GetMarketingTextRS>