Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Agents will receive AirShopping response with Fare type mentioned in the Description under each OfferID.


How will this work?

AirShopping will return ‘FareType1’, ‘FareType2’, etc in the description under the Offers based on the different type of Offers returned. This is further defined in the disclosure list similar to the Baggage info. Please find below the reference mentioned.


FareType label under Offer:

Code Block
languagexml
linenumberstrue
<Offer OfferID="OF-bdcb747e-5cc2-4622-ab3f-66e3a15f844a" Owner="BA" RequestedDateInd="true">
  <PaymentTimeLimitDateTime>2020-04-10T23:59:59.000Z</PaymentTimeLimitDateTime>
  <TotalPrice>
    <SimpleCurrencyPrice Code="GBP">5189.46</SimpleCurrencyPrice>
  </TotalPrice>
  <DescriptionReferences>FareType1</DescriptionReferences>
</Offer>


FareType defined in DisclosureList:

Code Block
languagexml
linenumberstrue
<Disclosures ListKey="FareType1">
   <Description>
     <Text>Negotiated</Text>
   </Description>
</Disclosures>


URL Service URL

Note
titleSandbox Environment


AirShopping

https://test.api.ba.com/selling-distribution/sandbox/AirShopping/17.2/V1

To be able to access this URL you will need to register for the Sandbox Environment. Click here to register.

...