Search code examples
sabre

BargainFinderMaxRQ Alternate Days Response No Availability Error


I am trying to get results from BargainFinderMaxRQ for Alternate Days, like in plus 3 days or minus 3 days. It always shows No Availability error in response. By the way, the simple request works perfectly. Please, can anyone help?

API Request:

    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
        </SOAP-ENV:Header><SOAP-ENV:Body><OTA_AirLowFareSearchRQ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Target="Production" Version="4.2.0" ResponseType="OTA" ResponseVersion="4.2.0">
    <POS>
        <Source PseudoCityCode="8YXD">
        <RequestorID ID="1" Type="1">
            <CompanyName Code="TN" />
        </RequestorID>
        </Source>
    </POS>
   <OriginDestinationInformation RPH="1">
        <DepartureDateTime>2018-08-23T00:00:00</DepartureDateTime>
        <OriginLocation LocationCode="DXB" />
        <DestinationLocation LocationCode="KHI" />
        <TPA_Extensions>
        <DateFlexibility NbrOfDays="2"/>
            <SegmentType Code="O" />
        </TPA_Extensions>
    </OriginDestinationInformation>
    <OriginDestinationInformation RPH="2">
        <DepartureDateTime>2018-08-30T00:00:00</DepartureDateTime>
        <OriginLocation LocationCode="KHI" />
        <DestinationLocation LocationCode="DXB" />
        <TPA_Extensions>
        <DateFlexibility NbrOfDays="2"/>
            <SegmentType Code="O" />
        </TPA_Extensions>
    </OriginDestinationInformation>
    <TravelPreferences ValidInterlineTicket="true" MaxStopsQuantity="0">

        <CabinPref PreferLevel="Preferred" Cabin="Y" />
        <TPA_Extensions>
            <TripType Value="Return" />
            <LongConnectTime Min="780" Max="1200" Enable="true"/>
            <ExcludeCallDirectCarriers Enabled="true"/>
        </TPA_Extensions>
    </TravelPreferences>
    <TravelerInfoSummary>
        <SeatsRequested>1</SeatsRequested>
        <AirTravelerAvail>
               <PassengerTypeQuantity Code="ADT" Quantity="1" />
        </AirTravelerAvail>
        <PriceRequestInformation CurrencyCode="PKR" >
    <TPA_Extensions>
    </TPA_Extensions>
    </PriceRequestInformation>
    </TravelerInfoSummary>

    <TPA_Extensions>
        <IntelliSellTransaction Debug="0">
            <RequestType Name="ALTDATES"/>
        </IntelliSellTransaction>
    </TPA_Extensions>

</OTA_AirLowFareSearchRQ></SOAP-ENV:Body></SOAP-ENV:Envelope>

Solution

  • This needs to be activated by the account manager as Thomas mentioned.