Skip Navigation

Query GMT

1.0.0
Air
Reservation
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 Group Management Tool (GMT) API (GMTQueryRQ) is used to automate the processing of blocked space inventory.

Target Audience
Travel Agency
API Version
1.0.0
Authentication
Session Token
Service Action Code
GMTQueryRQ

Customers have the capability to request and sell groups using Sabre APIs. The GMTQueuryRQ API offers the ability to view confirmed Group Management Records (GMRs) booked between two cities with a specific departure date. The UpdateReservationRQ API is then used to sell the GMR.

In order to use this service, you must be an authorized GMT customer. If you are interested in becoming a GMT customer, please contact your Sabre Account Manager.

Sample Request
<GMTQueryRQ Version="1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DepartureCity>MEX</DepartureCity>
    <ArrivalCity>TIJ</ArrivalCity>
    <DepartureDate>2016-02-23</DepartureDate>
</GMTQueryRQ>
Sample Response
<GMTQueryRS xmlns:ns29="http://services.sabre.com/res/apc" xmlns:ns25="http://webservices.sabre.com/servicesplatform/pnrviewership/1.0.0" xmlns:ns26="http://webservices.sabre.com/pnrservices/security/rules/v0_0" xmlns:ns27="http://services.sabre.com/res/orr/crud/v1" xmlns:ns28="http://services.sabre.com/trip/pc/retrive" xmlns:ns21="http://webservices.sabre.com/triprecord" xmlns:ns22="http://webservices.sabre.com/pnrconn/ReaccSearch" xmlns:ns23="http://tds.sabre.com/asds" xmlns:ns24="http://tds.sabre.com/itinerary" xmlns:ns20="http://services.sabre.com/res/or/v1_0" xmlns:ns16="http://webservices.sabre.com/sabreXML/2003/07" xmlns:ns17="http://webservices.sabre.com/sabreXML/2003/07/dssrsp" xmlns:ns14="http://webservices.sabre.com/pnrbuilder/profilefromres" xmlns:ns15="http://www.sabre.com/eps/schemas" xmlns:ns18="http://webservices.sabre.com/pnrmove" xmlns:ns19="http://services.sabre.com/STL_Header/v120" xmlns:ns9="http://services.sabre.com/res/ortl/v0" xmlns:ns30="http://services.sabre.com/res/orpc" xmlns:ns12="http://pds.tds.sabre.com/Services/v3" xmlns:ns5="http://webservices.sabre.com/pnrbuilder/marshalling_extension" xmlns:ns31="http://webservices.sabre.com/servicesplatform/orr/rules/1.0.0" xmlns:ns13="http://services.sabre.com/res/orr/v0" xmlns:ns6="http://pnrds.tds.sabre.com/Metadata" xmlns:ns10="http://services.sabre.com/res/ores/v0" xmlns:ns7="http://pnrds.tds.sabre.com/Services" xmlns:ns11="http://pnrds.tds.sabre.com/Services/v2" xmlns:ns8="http://pds.tds.sabre.com/Services" xmlns:stl="http://services.sabre.com/STL/v01" xmlns:ns4="http://webservices.sabre.com/pnrbuilder/res_cdm/v2" xmlns:ns3="http://webservices.sabre.com/sabreXML/2011/10">
    <GMRsList>
        <GMR>
            <Flight>
                <CarrierCode>AM</CarrierCode>
                <FlightNumber>0176</FlightNumber>
                <DateOfTravel>23FEB</DateOfTravel>
                <BoardPoint>MEX</BoardPoint>
                <OffPoint>TIJ</OffPoint>
                <ClassOfService>Y</ClassOfService>
            </Flight>
            <BlockedSeats>10</BlockedSeats>
            <BookedSeats>00</BookedSeats>
            <AvailableSeats>10</AvailableSeats>
            <SeatSellStartDate>05DEC</SeatSellStartDate>
            <SeatReductionDate>15FEB</SeatReductionDate>
            <SeatReductionPercentage>050</SeatReductionPercentage>
            <GMRExpiryDate>16FEB</GMRExpiryDate>
            <DepositDate>24JAN</DepositDate>
            <GMRLocator>VXDUGQ</GMRLocator>
            <GMRStatus>C</GMRStatus>
        </GMR>
    </GMRsList>
</GMTQueryRS>