IATA_AirShoppingRQ/RS
Introduction
The IATA_AirShoppingRQ/RS message pair is used to search available flights on requested routes.
The search can be parameterized using Origin/Destination-Pairs, cabin types, tariffs and connection criteria.
It can also be used to request price calendars, if the connected airline reservation system supports this functionality.
The IATA_AirShoppingRS contains available flights, including complete route details, price and baggage details and applicable fare rules.
Note
To increase the success rate of flight searches, it is highly recommended to only request routes, that are offered by the requested airline.
This information can be retrieved using IATA_AirlineProfileRQ/RS
General Usage
The basic mandatory information needed to request an IATA_AirShoppingRQ are:
Origin Airport (IATA Location Code)
Departure Date
Destination Airport (IATA Location Code)
Carrier
The results returned in the IATA_AirShoppingRS can be narrowed down, by adding the following parameters to IATA_AirShoppingRQ:
PaxTypes (only return prices for requested passengers, not for all available passenger types)
Cabin Type
Tariff
Maximum Connections
Sample
Below sample shows the simpliest version of an IATA_AirShoppingRQ, that only contains mandatory information. For more detailed samples, please refer to the NDC XML Samples.
IATA_AirShoppingRQ
Show/Hide Request
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <IATA_AirShoppingRQ xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_AirShoppingRQ"> <Party> <Sender> <EnabledSystem> <SystemID>12345</SystemID> </EnabledSystem> </Sender> </Party> <Request> <FlightCriteria> <SpecificOriginDestCriteria> <DestStationCode>TFS</DestStationCode> <OriginDestID>OD1</OriginDestID> <OriginStationCode>FRA</OriginStationCode> <PaxJourney> <PaxJourneyID>PJ1</PaxJourneyID> <PaxSegment> <Arrival> <IATA_LocationCode>TFS</IATA_LocationCode> </Arrival> <Dep> <AircraftScheduledDateTime>2020-05-13T00:00:00</AircraftScheduledDateTime> <IATA_LocationCode>FRA</IATA_LocationCode> </Dep> <MarketingCarrierInfo> <CarrierDesigCode>ZZ</CarrierDesigCode> <MarketingCarrierFlightNumberText>OPEN</MarketingCarrierFlightNumberText> </MarketingCarrierInfo> <PaxSegmentID>SEG1</PaxSegmentID> </PaxSegment> </PaxJourney> </SpecificOriginDestCriteria> </FlightCriteria> <Paxs> <Pax> <PaxID>PX1</PaxID> <PTC>ADT</PTC> </Pax> <Pax> <PaxID>PX2</PaxID> <PTC>CHD</PTC> </Pax> <Pax> <PaxID>PX3</PaxID> <PTC>INF</PTC> </Pax> </Paxs> </Request> </IATA_AirShoppingRQ>
IATA_AirShoppingRS
Show/Hide Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <IATA_AirShoppingRS xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_AirShoppingRS"> <Response> <DataLists> <BaggageAllowanceList> <BaggageAllowance> <BaggageAllowanceID>BA1</BaggageAllowanceID> <PieceAllowance> <ApplicablePartyText>Adult</ApplicablePartyText> <Desc>8kg carry on baggage included</Desc> <PieceDimensionAllowance> <BaggageDimensionCategory>LENGTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">55</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>HEIGHT</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">20</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>WIDTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">40</MaxMeasure> </PieceDimensionAllowance> <TotalQty>1</TotalQty> </PieceAllowance> <TypeCode>CarryOn</TypeCode> <WeightAllowance> <ApplicablePartyText>Adult</ApplicablePartyText> <MaximumWeightMeasure UnitCode="KG">8</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA2</BaggageAllowanceID> <TypeCode>Checked</TypeCode> <WeightAllowance> <ApplicablePartyText>Adult</ApplicablePartyText> <DescText>20kg checked baggage included</DescText> <MaximumWeightMeasure UnitCode="KG">20</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA3</BaggageAllowanceID> <PieceAllowance> <ApplicablePartyText>Youth</ApplicablePartyText> <Desc>8kg carry on baggage included</Desc> <PieceDimensionAllowance> <BaggageDimensionCategory>LENGTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">55</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>HEIGHT</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">20</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>WIDTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">40</MaxMeasure> </PieceDimensionAllowance> <TotalQty>1</TotalQty> </PieceAllowance> <TypeCode>CarryOn</TypeCode> <WeightAllowance> <ApplicablePartyText>Youth</ApplicablePartyText> <MaximumWeightMeasure UnitCode="KG">8</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA4</BaggageAllowanceID> <TypeCode>Checked</TypeCode> <WeightAllowance> <ApplicablePartyText>Youth</ApplicablePartyText> <DescText>20kg checked baggage included</DescText> <MaximumWeightMeasure UnitCode="KG">20</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA5</BaggageAllowanceID> <PieceAllowance> <ApplicablePartyText>Child</ApplicablePartyText> <Desc>8kg carry on baggage included</Desc> <PieceDimensionAllowance> <BaggageDimensionCategory>LENGTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">55</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>HEIGHT</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">20</MaxMeasure> </PieceDimensionAllowance> <PieceDimensionAllowance> <BaggageDimensionCategory>WIDTH</BaggageDimensionCategory> <MaxMeasure UnitCode="MILLIMETER">40</MaxMeasure> </PieceDimensionAllowance> <TotalQty>1</TotalQty> </PieceAllowance> <TypeCode>CarryOn</TypeCode> <WeightAllowance> <ApplicablePartyText>Child</ApplicablePartyText> <MaximumWeightMeasure UnitCode="KG">8</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA6</BaggageAllowanceID> <TypeCode>Checked</TypeCode> <WeightAllowance> <ApplicablePartyText>Child</ApplicablePartyText> <DescText>20kg checked baggage included</DescText> <MaximumWeightMeasure UnitCode="KG">20</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA7</BaggageAllowanceID> <PieceAllowance> <ApplicablePartyText>Infant</ApplicablePartyText> <Desc>0kg carry on baggage included</Desc> <TotalQty>0</TotalQty> </PieceAllowance> <TypeCode>CarryOn</TypeCode> <WeightAllowance> <ApplicablePartyText>Infant</ApplicablePartyText> <MaximumWeightMeasure UnitCode="KG">0</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> <BaggageAllowance> <BaggageAllowanceID>BA8</BaggageAllowanceID> <TypeCode>Checked</TypeCode> <WeightAllowance> <ApplicablePartyText>Infant</ApplicablePartyText> <DescText>10kg checked baggage included</DescText> <MaximumWeightMeasure UnitCode="KG">10</MaximumWeightMeasure> </WeightAllowance> </BaggageAllowance> </BaggageAllowanceList> <OriginDestList> <OriginDest> <DestCode>TFS</DestCode> <OriginCode>FRA</OriginCode> <OriginDestID>OD1</OriginDestID> <PaxJourneyRefID>FL1</PaxJourneyRefID> </OriginDest> </OriginDestList> <PaxJourneyList> <PaxJourney> <Duration>P0Y0M0DT4H45M0.000S</Duration> <PaxJourneyID>FL1</PaxJourneyID> <PaxSegmentRefID>SEG1</PaxSegmentRefID> </PaxJourney> </PaxJourneyList> <PaxList> <Pax> <PaxID>PX1</PaxID> <PTC>YTH</PTC> </Pax> <Pax> <PaxID>PX2</PaxID> <PTC>CHD</PTC> </Pax> <Pax> <PaxID>PX3</PaxID> <PTC>INF</PTC> </Pax> <Pax> <PaxID>PX4</PaxID> <PTC>ADT</PTC> </Pax> </PaxList> <PaxSegmentList> <PaxSegment> <Arrival> <AircraftScheduledDateTime>2020-05-13T16:05:00</AircraftScheduledDateTime> <IATA_LocationCode>TFS</IATA_LocationCode> </Arrival> <CabinType> <CabinTypeCode>Y</CabinTypeCode> <CabinTypeName>ECONOMY</CabinTypeName> </CabinType> <DatedOperatingLeg> <Arrival> <AircraftScheduledDateTime>2020-05-13T16:05:00</AircraftScheduledDateTime> <IATA_LocationCode>TFS</IATA_LocationCode> </Arrival> <CarrierAircraftType/> <DatedOperatingLegID>DOL1</DatedOperatingLegID> <Dep> <AircraftScheduledDateTime>2020-05-13T12:20:00</AircraftScheduledDateTime> <IATA_LocationCode>FRA</IATA_LocationCode> </Dep> </DatedOperatingLeg> <Dep> <AircraftScheduledDateTime>2020-05-13T12:20:00</AircraftScheduledDateTime> <IATA_LocationCode>FRA</IATA_LocationCode> </Dep> <Duration>P0Y0M0DT4H45M0.000S</Duration> <MarketingCarrierInfo> <CarrierDesigCode>ZZ</CarrierDesigCode> <MarketingCarrierFlightNumberText>1478</MarketingCarrierFlightNumberText> </MarketingCarrierInfo> <OperatingCarrierInfo> <CarrierDesigCode>6Y</CarrierDesigCode> </OperatingCarrierInfo> <PaxSegmentID>SEG1</PaxSegmentID> </PaxSegment> </PaxSegmentList> <PriceClassList> <PriceClass> <FareBasisCode>SPO</FareBasisCode> <Name>SPO</Name> <PriceClassID>PC1</PriceClassID> </PriceClass> </PriceClassList> <ServiceDefinitionList> <ServiceDefinition> <Desc> <DescText>BaggageAllowance CarryOn Bags</DescText> </Desc> <Name>BaggageAllowanceCarry</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA1</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD1</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance Checked Bags</DescText> </Desc> <Name>BaggageAllowanceChecked</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA2</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD2</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance CarryOn Bags</DescText> </Desc> <Name>BaggageAllowanceCarry</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA3</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD3</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance Checked Bags</DescText> </Desc> <Name>BaggageAllowanceChecked</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA4</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD4</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance CarryOn Bags</DescText> </Desc> <Name>BaggageAllowanceCarry</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA5</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD5</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance Checked Bags</DescText> </Desc> <Name>BaggageAllowanceChecked</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA6</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD6</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance CarryOn Bags</DescText> </Desc> <Name>BaggageAllowanceCarry</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA7</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD7</ServiceDefinitionID> </ServiceDefinition> <ServiceDefinition> <Desc> <DescText>BaggageAllowance Checked Bags</DescText> </Desc> <Name>BaggageAllowanceChecked</Name> <ServiceDefinitionAssociation> <BaggageAllowanceRefID>BA8</BaggageAllowanceRefID> </ServiceDefinitionAssociation> <ServiceDefinitionID>SVD8</ServiceDefinitionID> </ServiceDefinition> </ServiceDefinitionList> </DataLists> <OffersGroup> <CarrierOffers> <Offer> <OfferID>OFfcf2110d-7599-11ea-abfe-f59e79648e79</OfferID> <OfferItem> <FareDetail> <FareComponent> <CabinType> <CabinTypeCode>Y</CabinTypeCode> <CabinTypeName>ECONOMY</CabinTypeName> </CabinType> <FareBasisCode>SPO</FareBasisCode> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <PriceClassRefID>PC1</PriceClassRefID> </FareComponent> <FarePriceType> <FarePriceTypeCode>NET FARE</FarePriceTypeCode> <Price> <BaseAmount CurCode="EUR">80.42</BaseAmount> <TaxSummary> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <TotalTaxAmount CurCode="EUR">49.57</TotalTaxAmount> </TaxSummary> <TotalAmount CurCode="EUR">129.99</TotalAmount> </Price> </FarePriceType> <PaxRefID>PX1</PaxRefID> </FareDetail> <FareDetail> <FareComponent> <CabinType> <CabinTypeCode>Y</CabinTypeCode> <CabinTypeName>ECONOMY</CabinTypeName> </CabinType> <FareBasisCode>SPO</FareBasisCode> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <PriceClassRefID>PC1</PriceClassRefID> </FareComponent> <FarePriceType> <FarePriceTypeCode>NET FARE</FarePriceTypeCode> <Price> <BaseAmount CurCode="EUR">80.42</BaseAmount> <TaxSummary> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <TotalTaxAmount CurCode="EUR">49.57</TotalTaxAmount> </TaxSummary> <TotalAmount CurCode="EUR">129.99</TotalAmount> </Price> </FarePriceType> <PaxRefID>PX2</PaxRefID> </FareDetail> <FareDetail> <FareComponent> <CabinType> <CabinTypeCode>Y</CabinTypeCode> <CabinTypeName>ECONOMY</CabinTypeName> </CabinType> <FareBasisCode>SPO</FareBasisCode> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <PriceClassRefID>PC1</PriceClassRefID> </FareComponent> <FarePriceType> <FarePriceTypeCode>NET FARE</FarePriceTypeCode> <Price> <BaseAmount CurCode="EUR">50.00</BaseAmount> <TotalAmount CurCode="EUR">50.00</TotalAmount> </Price> </FarePriceType> <PaxRefID>PX3</PaxRefID> </FareDetail> <FareDetail> <FareComponent> <CabinType> <CabinTypeCode>Y</CabinTypeCode> <CabinTypeName>ECONOMY</CabinTypeName> </CabinType> <FareBasisCode>SPO</FareBasisCode> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <PriceClassRefID>PC1</PriceClassRefID> </FareComponent> <FarePriceType> <FarePriceTypeCode>NET FARE</FarePriceTypeCode> <Price> <BaseAmount CurCode="EUR">80.42</BaseAmount> <TaxSummary> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <TotalTaxAmount CurCode="EUR">49.57</TotalTaxAmount> </TaxSummary> <TotalAmount CurCode="EUR">129.99</TotalAmount> </Price> </FarePriceType> <PaxRefID>PX4</PaxRefID> </FareDetail> <OfferItemID>OFIfcf2110d-7599-11ea-abfe-f59e79648e791</OfferItemID> <Price> <TotalAmount CurCode="EUR">439.97</TotalAmount> </Price> <Service> <PaxRefID>PX1</PaxRefID> <PaxRefID>PX2</PaxRefID> <PaxRefID>PX3</PaxRefID> <PaxRefID>PX4</PaxRefID> <ServiceAssociations> <PaxJourneyRefID>FL1</PaxJourneyRefID> </ServiceAssociations> <ServiceID>SV1</ServiceID> </Service> <Service> <PaxRefID>PX4</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV2</ServiceID> </Service> <Service> <PaxRefID>PX4</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV3</ServiceID> </Service> <Service> <PaxRefID>PX1</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD3</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV4</ServiceID> </Service> <Service> <PaxRefID>PX1</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD4</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV5</ServiceID> </Service> <Service> <PaxRefID>PX2</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD5</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV6</ServiceID> </Service> <Service> <PaxRefID>PX2</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD6</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV7</ServiceID> </Service> <Service> <PaxRefID>PX3</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD7</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV8</ServiceID> </Service> <Service> <PaxRefID>PX3</PaxRefID> <ServiceAssociations> <ServiceDefinitionRef> <PaxSegmentRefID>SEG1</PaxSegmentRefID> <ServiceDefinitionRefID>SVD8</ServiceDefinitionRefID> </ServiceDefinitionRef> </ServiceAssociations> <ServiceID>SV9</ServiceID> </Service> </OfferItem> <OwnerCode>ZZ</OwnerCode> <TotalPrice> <BaseAmount CurCode="EUR">291.26</BaseAmount> <TaxSummary> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">9.95</Amount> <DescText>DEDE</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">13.03</Amount> <DescText>DEOY</DescText> <TaxCode>TAX</TaxCode> </Tax> <Tax> <Amount CurCode="EUR">26.59</Amount> <DescText>DERA</DescText> <TaxCode>TAX</TaxCode> </Tax> <TotalTaxAmount CurCode="EUR">148.71</TotalTaxAmount> </TaxSummary> <TotalAmount CurCode="EUR">439.97</TotalAmount> </TotalPrice> </Offer> </CarrierOffers> </OffersGroup> <ShoppingResponse> <ShoppingResponseRefID>340d15ff-21c8-47aa-b8a3-ae95a7893d3f</ShoppingResponseRefID> </ShoppingResponse> </Response> <PayloadAttributes> <Timestamp TimeZoneCode="UTC">2020-04-03T10:58:02.239</Timestamp> <VersionNumber>19.2</VersionNumber> </PayloadAttributes> </IATA_AirShoppingRS>