Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

HEADER NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<PointOfSale>

Location / CountryCode

The point of sale country code.

2 letter country code

List of countries

All request messages

Point of Sale example

 Example Point of Sale
<PointOfSale>
  <Location>
      <CountryCode>ES</CountryCode>
  </Location>
</PointOfSale>

Document

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

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<Document>

ReferenceVersion

The IATA Schema version.

Numeric

Any

 All Services

Document example

 Example Document
<Document>
	<ReferenceVersion>5.000</ReferenceVersion>
</Document>

  • No labels