Versions Compared

Key

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

Here is where we put URLs that can be used to link to additional information such as rich media and other useful information for the customer.

Insert excerpt
API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameMediaList

<Response / DataLists / MediaList>

NAME

DESCRIPTION

FORMAT

POSSIBLE VALUES

NDC Services

Info

Attribute

Media@ListKey

ID of the Media Item

Alphanumeric

Any

All Services

Media / MediaLink

Http link referring to the Media Item

Alphanumeric

Any

All Services

Expand
titleExample
Code Block
languagexml
<MediaList>
	<Media ListKey="Legal-Information">
		<MediaLink>http://www.iberia.com/es/informacion-legal/</MediaLink>
	</Media>
	<Media ListKey="Cabin-features">
		<MediaLink>https://www.iberia.com/es/un-nuevo-concepto-de-volar/</MediaLink>
	</Media>
	<Media ListKey="Media-CarryOn-Baggage">
		<MediaLink>https://www.iberia.com/es/equipajes/de-mano/</MediaLink>
	</Media>
	<Media ListKey="Media-Checked-Baggage">
		<MediaLink>https://www.iberia.com/es/equipajes/franquicia-bodega/</MediaLink>
	</Media>
</MediaList>