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
namePriceDetail
OrderItem / PriceDetail >

NAME

DESCRIPTION

FORMAT

POSSIBLE VALUES

<Response / Order / OrderItems /

OrderItem>

PriceDetail / TotalAmount / SimpleCurrencyPrice

Info

Attribute

Code

Total amount of the OrderItem with associated currency

Numeric

Any

PriceDetail / BaseAmount

Info

Attribute

Code

Base amount of the OrderItem without taxes

Numeric

Any

PriceDetail / Taxes / Total

Info

Attribute

Code

Total amount of taxes of the OrderItem with associated currency

Numeric

Any

PriceDetail / Taxes / Breakdown / Tax / Amount

Info

Attribute

Code

Each amount of tax with associated currency

Numeric

Any

PriceDetail / Taxes / Breakdown / Tax / Nation

Nation for the tax

Alphabetical

Any

PriceDetail / Taxes / Breakdown / Tax / TaxCode

Code for the tax

Alphanumeric

Any

PriceDetail / Taxes / Breakdown / Tax / TaxType

Type for the tax

Alphanumeric

Any

PriceDetail / Taxes / Breakdown / Tax / Description

Description for the tax

Alphanumeric

Any

PriceDetail example

Expand
titlePriceDetail example
Code Block
languagexml
<OrderItems>
	<OrderItem OrderItemID="IBd9f8773737e74c85b1172bf9168214b1OC_02">
		<PriceDetail>
			<TotalAmount>
				<SimpleCurrencyPrice Code="EUR">12.00</SimpleCurrencyPrice>
			</TotalAmount>
			<BaseAmount Code="EUR">12.00</BaseAmount>
			<Taxes>
				<Total Code="EUR">0.00</Total>
			</Taxes>
		</PriceDetail>
	</OrderItem>
</OrderItems>

New NDC Footer.png