Versions Compared

Key

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

...

 
The following are the types of passengers supported by Iberia NDC.

Code

Value

Description

ADT

Adult

Standard adult passenger

CHD

Child

Children between the ages of 2 and 11 inclusive for the entire duration of the itinerary

INF

Infant in lap

Infants under the age of two for the entire duration of the itinerary, who do not occupy a seat.

Frequent Flyers

Iberia Plus

...

We only accept one Frequent Flyer number in the booking for each passenger (excluding infants).

If the Iberia Plus number together with the name is passed in the OfferPrice service then we will validate the details, and if successful, then tier advantages will be applied to Ancillary Services as applicable.

If the Iberia Plus number together with the name is passed in the OrderCreate service then we will validate the details, and if successful, add them to the booking. Is subsequent servicing flows the tier advantages will be applied to Ancillary Services. Any Ancillary Services purchased prior to Order creation and validation will not benefit from tier advantanges.

Code Block
<LoyaltyProgramAccount>
  <Airline>
    <AirlineDesignator>IB</AirlineDesignator>
  </Airline>
  <AccountNumber>28033504</AccountNumber>
</LoyaltyProgramAccount>

If Iberia Plus validation fails, we will continue with the flow and return a warning in the response.

...