You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Table of contents:

Check out

Parameters

Access. 
/Envelope /Body /AirShoppingRQ /Party /Sender /AgentUserSender

(warning) Use credentials that you received from our technical support. Check out Quick Start for how to get it
#DescriptionMandMultDefaultRef/FormatxPathExample (only for S7)
1PseudoCity(tick)(error)

PseudoCity
<PseudoCity>S7AGN8224</PseudoCity>
2AgentUserID(tick)(error)
ConstantAgentUserID
<AgentUserID>test</AgentUserID>

Replace text 'test'  with the login from the authorization to the S7 Agent API service.


3D agreement credentials. 
/Envelope /Body /AirShoppingRQ /Qualifiers /Qualifier /SpecialFareQualifiers

Unable to render {include} The included page could not be found.

Main. 
/Envelope /Body /AirShoppingRQ

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1

Currency

(error)(error)RUB

RUB, USD, EUR, CNY, KZT, GBP, AMD, UZS

Parameters /CurrCodes /CurrCode

<CurrCodes>
<CurrCode>KZT</CurrCode>
</CurrCodes>
2Result Type(error)(error)BrandedFares
  • LowFare - used to get the cheapest solution in each offer
  • BrandedFares - used to get all available solutions in each offer

  • Include Baggage - used to get solutions with free baggage

Parameters /ServiceFilters /ServiceFilter[GroupCode="FareOut"] /SubGroupCode




for Include Baggage
Parameters /ServiceFilters /ServiceFilter[GroupCode="Baggage"] /SubGroupCode

<ServiceFilter>
<GroupCode>FareOut</GroupCode>
<SubGroupCode>LowFare</SubGroupCode>
</ServiceFilter>



for Include Baggage

<ServiceFilter>
<GroupCode>Baggage</GroupCode>
<SubGroupCode>Include</SubGroupCode>
</ServiceFilter>

3Sorting(error)(error)
  • arrival
  • carrier
  • departure
  • default
  • destination
  • origin
Parameters /ServiceFilters /ServiceFilter[GroupCode="Sort"] /SubGroupCode
<ServiceFilter>
<GroupCode>Sort</GroupCode>
<SubGroupCode>arrival</SubGroupCode>
</ServiceFilter>
4Traveler(tick)(tick)(error)Traveler types detailsTravalers /Traveler 
<Traveler>
<AnonymousTraveler>
<PTC Quantity="1">CHD</PTC>
</AnonymousTraveler>
</Traveler>
5OriginDestination

(tick)

(tick)(error)Journey detailsCoreQuery /OriginDestinations /OriginDestination
<OriginDestination>
<Departure>
<AirportCode>IKT</AirportCode>
<Date>2019-09-01</Date>
</Departure>
<Arrival>
<AirportCode>MOW</AirportCode>
</Arrival>
</OriginDestination>
6Aircraft Cabin(error)(error)

Returns both cabin types

  • Y - for COACH and PREMIUM-COACH
  • D - for BUSINESS and FIRST
Preferences /Preference /FlightPreferences /Aircraft /Cabins /Cabin /Code
<Cabin>
<Code>Y</Code>
</Cabin>
7Flight types

(error)

(error)Returns all itineraries: direct, transit and transfer
  • Exclude - for all flights (direct + transfer)
  • Preferred - direct flights only
Preferences /Preference /FlightPreferences /Characteristic /DirectPreferences
<FlightPreferences>
<Characteristic>
<DirectPreferences>Preferred</DirectPreferences>
</Characteristic>
</FlightPreferences>

Traveler. 
/Envelope /Body /AirShoppingRQ /Travelers /Traveler (Multiple)

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1

Passenger Type Code

(tick)(error)(error)
  1. ADT — Adult

  2. CHD — Child and Infant with a seat

  3. INF — Infant

  4. SRC/YTR — subsidised ADT
  5. CHR — subsidised CHD
  6. INR — subsidised INR

AnonymousTraveler /PTC

<PTC Quantity="1">ADT</PTC>
2

Passenger Quantity

(tick)(error)(error)
  • ADT — 1..9
  • CHD — 1..9
  • INF — 1..9
  • ADT+CHD <= 9
  • INF <= ADT

AnonymousTraveler /PTC /@Quantity

<PTC Quantity="2">CHD</PTC>

OriginDestination. 
/Envelope /Body /AirShoppingRQ /CoreQuery /OriginDestinations /OriginDestination (Multiple)

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1

Departure IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

Departure /AirportCode

<AirportCode>OVB</AirportCode>
2

Departure Date

(tick)(error)(error)YYYY-MM-DD

Departure /Date

<Date>2017-07-20</Date>
3

Arrival IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

Arrival /AirportCode

<AirportCode>DME</AirportCode>
4

Arrival Date

(error)(error)(error)YYYY-MM-DD

Arrival /Date

<Date>2017-07-20</Date>
  • No labels