You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's schema validation error. You should check all required data and content type.
the element AirPricingSolution you just open it, if you compare to AirPriceRsp there are more xml attributes there, the "Key" it not in your request
a sample of this element
<air:AirPricingSolution xmlns:air="http://www.travelport.com/schema/air_v50_0" Key="uNZrEiOynDKAzDM6MBAAAA==" TotalPrice="BRL10079.00" BasePrice="USD1571.00" ApproximateTotalPrice="BRL10079.00" ApproximateBasePrice="BRL9055.54" EquivalentBasePrice="BRL9055.54" Taxes="BRL1023.46" Fees="BRL0.00" ApproximateTaxes="BRL1023.46" QuoteDate="2021-03-31">
but check all the elements, not only the attributes.
Travelport recommends pass all the attributes and elements to the next request without any change. It means if u get key, flightid,duration etc. Then pass all those attributes.
Im receiving following exception while booking a flight.
Attribute 'Key' must appear on element 'AirPricingSolution'
Please find the req xml below:
The text was updated successfully, but these errors were encountered: