Versions Compared

Key

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

AF_IBERIA_VP_CMYK_POS_RGB.jpg

Insert excerpt
NDC2:Version 17.2 COMBINED (v1 and v2)NDC2:Version 17.2 COMBINED (v1 and v2)API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameCurrencyMetadata

<Response / Metadata / Other / OtherMetadata / CurrencyMetadatas>

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<Metadata / Other / OtherMetadata / CurrencyMetadatas>

CurrencyMetadata

Info

Attribute

MetadataKey

ID of the Metadata using the currency code

Alphanumeric

Any available currency for the defined market

All Services

CurrencyMetadata / Decimals

Number of decimals for the currency

Numeric

Any

All Services

CurrencyMetadata / Name

The name of the currency

Alphabetical

Any

All Services

Currency Metadata example

Expand
titleExampleCurrency Metadata example
Code Block
languagexml
<CurrencyMetadatas>
  <CurrencyMetadata MetadataKey="USD">
      <Decimals>2</Decimals>
      <Name>Dolar (USA)</Name>
  </CurrencyMetadata>
</CurrencyMetadatas>

...