You are viewing an old version of this page. View the current version .
Compare with Current
View Page History
Version 1
Current »
Dear Agents, We should inform you about new ServiceFilter on the Search operation. This ServiceFilter required to receive fare families which include free baggage
More information in our documentationsearchFlightsJourney operation GAAPI:AirShoppingRQ
Уважаемые Агенты, Информируем вас о том, что доступен новый фильтр (ServiceFilter) на поисковом методе. Этот фильтр используется для получения в ответе семейств тарифов, которые включают в себя провоз бесплатного багажа. Подробная информация в нашей документацииsearchFlightsJourney operation GAAPI:AirShoppingRQ
<ServiceFilter>
<GroupCode>Baggage</GroupCode>
<SubGroupCode>Include</SubGroupCode>
</ServiceFilter>
Пример запроса с использованием фильтра
Click here to expand...
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header />
<Body>
<AirShoppingRQ xmlns="http://www.iata.org/IATA/EDIST" Version="1.0">
<Document />
<Party>
<Sender>
<AgentUserSender>
<PseudoCity>S7AGN8224</PseudoCity>
<AgentUserID>test</AgentUserID>
</AgentUserSender>
</Sender>
</Party>
<Parameters>
<ServiceFilters>
<ServiceFilter>
<GroupCode>Baggage</GroupCode>
<SubGroupCode>Include</SubGroupCode>
</ServiceFilter>
</ServiceFilters>
</Parameters>
<Travelers>
<Traveler>
<AnonymousTraveler>
<PTC Quantity="1">ADT</PTC>
</AnonymousTraveler>
</Traveler>
</Travelers>
<CoreQuery>
<OriginDestinations>
<OriginDestination>
<Departure>
<AirportCode>DME</AirportCode>
<Date>2023-09-01</Date>
</Departure>
<Arrival>
<AirportCode>OVB</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery>
</AirShoppingRQ>
</Body>
</Envelope>