Versions Compared

Key

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

Point of Sale

This is the country where the Seller is located and is selling Iberia products to the customer/passenger.

It is used to control the sale of products that may be limited to certain places for legal or commercial reasons.

Although the IATA Schema makes it mandatory to pass this information in the message, Iberia uses the country that is stored in our internal Data Management Tables that was given to us when the Seller registered to use our API.

Excerpt
namePointOfSale

HEADER NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

Location / CountryCode

The point of sale country code.

2 letter country code

List of countries

All request messages

Expand
titleExample Point of Sale
Code Block
languagexml
<PointOfSale>
  <Location>
      <CountryCode>ES</CountryCode>
  </Location>
</PointOfSale>

Document

This element is used to show the version of the IATA NDC message being used.

Excerpt
nameDocument

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

ReferenceVersion

The IATA Schema version.

Numeric

Any

 All Services

Expand
titleExample Document
Code Block
languagexml
<Document>
	<ReferenceVersion>5.000</ReferenceVersion>
</Document>