SIG AirShopRQ

From TAIS Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with " == Low Fare Search Request ans Selection == Allows to search low fares for any type on itinerary - one way, round trip, closed loop or open jaw. The search might be refined ...")
 
m
Line 11: Line 11:
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<SIG_AirShopRQ CustomerID="TestUser"
 
<SIG_AirShopRQ CustomerID="TestUser"
            <Itinerary>
+
    <Itinerary>
                        <OriginDestination ODRef="1" To="mow" From="par" Date="2013-03-10"/>
+
        <OriginDestination ODRef="1" To="mow" From="par" Date="2013-03-10"/>
            </Itinerary>
+
        </Itinerary>
            <PaxTypes>
+
    <PaxTypes>
                        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
+
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
            </PaxTypes>
+
    </PaxTypes>
 
</SIG_AirShopRQ></nowiki>
 
</SIG_AirShopRQ></nowiki>
  
Line 24: Line 24:
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<SIG_AirShopRQ CustomerID="TestUser"
 
<SIG_AirShopRQ CustomerID="TestUser"
            <Itinerary>
+
    <Itinerary>
                        <OriginDestination ODRef="1a" To="mow" From="par" Date="2013-03-10"/>
+
        <OriginDestination ODRef="1a" To="mow" From="par" Date="2013-03-10"/>
                        <OriginDestination ODRef="1b" To="par" From="mow" Date="2013-03-17"/>
+
        <OriginDestination ODRef="1b" To="par" From="mow" Date="2013-03-17"/>
            </Itinerary>
+
    </Itinerary>
            <PaxTypes>
+
    <PaxTypes>
                        <PaxType Count="2" AgeCat="ADT" PTRef="adt0"/>
+
        <PaxType Count="2" AgeCat="ADT" PTRef="adt0"/>
                        <PaxType Count="1" AgeCat="CHD" PTRef="child"/>
+
        <PaxType Count="1" AgeCat="CHD" PTRef="child"/>
            </PaxTypes>
+
    </PaxTypes>
 +
</SIG_AirShopRQ></nowiki>
 +
 
 +
 
 +
==== Closed loop with direct flights only ====
 +
Also used ignored AK list and promo code.
 +
<nowiki>
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
<SIG_AirShopRQ CustomerID="TestUser"
 +
    <Itinerary>
 +
        <OriginDestination ODRef="2a" To="mow" From="par" Date="2013-03-10"/>
 +
        <OriginDestination ODRef="2b" To="fra" From="mow" Date="2013-03-17"/>
 +
        <OriginDestination ODRef="2c" To="par" From="fra" Date="2013-03-21"/>
 +
    </Itinerary>
 +
    <PaxTypes>
 +
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
 +
    </PaxTypes>
 +
    <FlightPref Cabin="B" IgnoredAirlines="BA AB" ConnPref="D"/>
 +
    <FarePref PromoCode="REDFISH"/>
 +
    <SearchOptions MaxResults="10"/>
 +
</SIG_AirShopRQ></nowiki>
 +
 
 +
 
 +
==== Open jaw on LH and SU ====
 +
<nowiki>
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
<SIG_AirShopRQ CustomerID="TestUser"
 +
    <Itinerary>
 +
        <OriginDestination ODRef="3a" To="mow" From="par" Date="2013-03-10"/>
 +
        <OriginDestination ODRef="3b" To="fra" From="mow" Date="2013-03-17"/>
 +
        <OriginDestination ODRef="3c" To="lon" From="muc" Date="2013-03-21"/>
 +
    </Itinerary>
 +
    <PaxTypes>
 +
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
 +
    </PaxTypes>
 +
    <FlightPref DesiredAirlines="LH SU"/>
 +
    <SearchOptions MaxResults="25"/>
 
</SIG_AirShopRQ></nowiki>
 
</SIG_AirShopRQ></nowiki>

Revision as of 14:15, 6 September 2012

Contents

Low Fare Search Request ans Selection

Allows to search low fares for any type on itinerary - one way, round trip, closed loop or open jaw. The search might be refined using different kind of search conditions and filters.

Samples

One way trip for one adult passenger

<?xml version="1.0" encoding="UTF-8"?>
<SIG_AirShopRQ CustomerID="TestUser"
    <Itinerary>
        <OriginDestination ODRef="1" To="mow" From="par" Date="2013-03-10"/>
        </Itinerary>
    <PaxTypes>
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
    </PaxTypes>
</SIG_AirShopRQ>


Round trip for two adult passenger with child

<?xml version="1.0" encoding="UTF-8"?>
<SIG_AirShopRQ CustomerID="TestUser"
    <Itinerary>
        <OriginDestination ODRef="1a" To="mow" From="par" Date="2013-03-10"/>
        <OriginDestination ODRef="1b" To="par" From="mow" Date="2013-03-17"/>
    </Itinerary>
    <PaxTypes>
        <PaxType Count="2" AgeCat="ADT" PTRef="adt0"/>
        <PaxType Count="1" AgeCat="CHD" PTRef="child"/>
    </PaxTypes>
</SIG_AirShopRQ>


Closed loop with direct flights only

Also used ignored AK list and promo code.

<?xml version="1.0" encoding="UTF-8"?>
<SIG_AirShopRQ CustomerID="TestUser"
    <Itinerary>
        <OriginDestination ODRef="2a" To="mow" From="par" Date="2013-03-10"/>
        <OriginDestination ODRef="2b" To="fra" From="mow" Date="2013-03-17"/>
        <OriginDestination ODRef="2c" To="par" From="fra" Date="2013-03-21"/>
    </Itinerary>
    <PaxTypes>
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
    </PaxTypes>
    <FlightPref Cabin="B" IgnoredAirlines="BA AB" ConnPref="D"/>
    <FarePref PromoCode="REDFISH"/>
    <SearchOptions MaxResults="10"/>
</SIG_AirShopRQ>


Open jaw on LH and SU

<?xml version="1.0" encoding="UTF-8"?>
<SIG_AirShopRQ CustomerID="TestUser"
    <Itinerary>
        <OriginDestination ODRef="3a" To="mow" From="par" Date="2013-03-10"/>
        <OriginDestination ODRef="3b" To="fra" From="mow" Date="2013-03-17"/>
        <OriginDestination ODRef="3c" To="lon" From="muc" Date="2013-03-21"/>
    </Itinerary>
    <PaxTypes>
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
    </PaxTypes>
    <FlightPref DesiredAirlines="LH SU"/>
    <SearchOptions MaxResults="25"/>
</SIG_AirShopRQ>
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox