Skip Navigation

Get ERP Tripdata

2.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 Get ERP Tripdata (GT_ERP_GOV_TravelItineraryReadRQ) service provides ERP data to GetThere customers.

Target Audience
Travel Agency
API Version
2.0.0
Authentication
Session Token
Service Action Code
GT_ERP_GOV_TravelItineraryReadRQ
Sample Request
<GT_ERP_TravelItineraryReadRQ xmlns="http://services.sabre.com/ns/getthere/v2" xmlns:xs="http://www.w3.org/2001/XMLSchema" EchoToken="String" TimeStamp="20014-12-17T09:30:47-05:00" Target="Devlopment" Version="2003A.TsabreXML1.13.1" SequenceNmbr="1" PrimaryLangID="en-us" AltLangID="en-us">
    <UniqueID ID="CFAOAS"/>
</GT_ERP_TravelItineraryReadRQ>
Sample Response
<GT_ERP_TravelItineraryReadRS EchoToken="String" TimeStamp="2015-11-09T17:28:49Z" Target="Production" Version="1.0.0" SequenceNmbr="1" PrimaryLangID="en-us" AltLangID="en-us" xmlns="http://services.sabre.com/ns/getthere/v2">
    <TravelItineraryInfo>
        <TravelItinerary>
            <ItineraryRef ID="CFAOAS">
                <TPA_Extensions>
                    <Site/>
                    <GetthereTripID TripID="1437376388.97559"/>
                </TPA_Extensions>
            </ItineraryRef>
            <CustomerInfos>
                <CustomerInfo>
                    <Customer>
                        <PersonName>
                            <GivenName>vernon</GivenName>
                            <Surname>bear</Surname>
                        </PersonName>
                        <TPA_Extensions>
                            <CustomerIdentifier/>
                            <EmployeeInfo/>
                        </TPA_Extensions>
                    </Customer>
                </CustomerInfo>
            </CustomerInfos>
            <ItineraryInfo>
                <ReservationItems>
                    <Item>
                        <Hotel>
                            <Reservation>
                                <RoomTypes>
                                    <RoomType RoomTypeCode="1" NumberOfUnits="1"/>
                                </RoomTypes>
                                <RoomRates>
                                    <RoomRate>
                                        <Rates>
                                            <Rate>
                                                <Base AmountBeforeTax="78.29" CurrencyCode="USD"/>
                                            </Rate>
                                        </Rates>
                                    </RoomRate>
                                </RoomRates>
                                <GuestCounts>
                                    <GuestCount Count="1"/>
                                </GuestCounts>
                                <TimeSpan Start="2015-11-26T12:00:00" End="2015-11-27T12:00:00"/>
                                <BasicPropertyInfo HotelCityCode="MDZ" HotelName="Argentino Hotel Mendoa"/>
                            </Reservation>
                            <TPA_Extensions>
                                <ConfirmationNumber>BUFT0TBBKR</ConfirmationNumber>
                                <Address/>
                                <ContactNumbers/>
                                <RateDescription>Standard</RateDescription>
                            </TPA_Extensions>
                        </Hotel>
                    </Item>
                </ReservationItems>
                <ItineraryPricing>
                    <PriceQuote>
                        <PricedItinerary>
                            <AirItineraryPricingInfo>
                                <ItinTotalFare/>
                            </AirItineraryPricingInfo>
                            <TPA_Extensions>
                                <RailItineraryPricingInfo>
                                    <ItinTotalFare>
                                        <BaseFare/>
                                        <SeatFare/>
                                        <Taxes>
                                            <Tax/>
                                        </Taxes>
                                        <TotalFare/>
                                        <LowerFare/>
                                    </ItinTotalFare>
                                </RailItineraryPricingInfo>
                            </TPA_Extensions>
                        </PricedItinerary>
                    </PriceQuote>
                </ItineraryPricing>
                <TPA_Extensions>
                    <TravelPolicy>
                        <Air/>
                        <Vehicle/>
                        <Hotel/>
                        <Rail/>
                    </TravelPolicy>
                </TPA_Extensions>
            </ItineraryInfo>
            <UpdatedBy CreateDateTime="2015-07-20T12:16:43Z">
                <TPA_Extensions>
                    <ItineraryStatus Status="Active"/>
                </TPA_Extensions>
            </UpdatedBy>
        </TravelItinerary>
        <Errors>
            <Error/>
        </Errors>
    </TravelItineraryInfo>
</GT_ERP_TravelItineraryReadRS>