Versions Compared

Key

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

...

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

The PriceGuaranteeTimeLimit (PGTL) element will appear in all Offers and Orders for all markets. Note that this element will have the same value as the PaymentTimeLimit (PTL), except for those markets where the new Reprice on hold is required.

...

Excerpt
nameRepricedOffer

RepricedOffer

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<RepricedOffer>

RepricedOffer

Info

Attribute

OfferID

Info

Attribute

Owner

Id of the offer

Airline Owner

Alphanumeric

Alphabetical

Any

IB

RepricedOfferItem

Info

Attribute

OfferItemID

ItemID of the offer

Alphanumeric

Any

RepricedOfferItem / TotalPriceDetail

Price Detail

Alphanumeric

Any

RepricedOfferItem / FareDetail

Fare Detail

Alphanumeric

Any

RepricedOfferItem / OriginalOrderItem

Info

Attribute

OrderItemID

ItemID of the offer

Alphanumeric

Any

RepricedOfferItem / OriginalOrderItem / TotalPriceDetail

Price Detail

Alphanumeric

Any

RepricedOfferItem / OriginalOrderItem / FareDetail

Fare Detail

Alphanumeric

Any

...

RepricedOffer example:

Expand
titleRepricedOffer examplestructure
Code Block
languagexml
<RepricedOffer OfferID="offer1">
	<RepricedOfferItem OfferItemID="offeritem1">
		<TotalPriceDetail>...</TotalPriceDetail>
		<FareDetail>...</FareDetail>
		<OriginalOrderItem OrderItemID="orderitem1">
			<TotalPriceDetail>...</TotalPriceDetail>
			<FareDetail>...</FareDetail>
		</OriginalOrderItem>
	</RepricedOfferItem>
</RepricedOffer>
Expand
titleRepricedOffer example
Code Block
languagexml
<RepricedOffer OfferID="IB2623d30e8ce244e391028c71927e985aOP" Owner="IB" RequestedDateInd="true">
               <RepricedOfferItem OfferItemID="IB2623d30e8ce244e391028c71927e985aOP_01">
                  <TotalPriceDetail>
                     <TotalAmount>
                        <SimpleCurrencyPrice Code="ARS">834681.20</SimpleCurrencyPrice>
                     </TotalAmount>
                     <BaseAmount Code="ARS">497084.00</BaseAmount>
                     <Taxes>
                        <Total Code="ARS">337597.20</Total>
                        <Breakdown>
                           <Tax>
                              <Amount Code="ARS">149125.30</Amount>
                              <Nation>AR</Nation>
                              <TaxCode>Q1</TaxCode>
                              <TaxType>001</TaxType>
                              <Description>Argentina Fiscal Tax Afip Rg 4815</Description>
                           </Tax>
                           <Tax>
                              <Amount Code="ARS">149125.30</Amount>
                              <Nation>AR</Nation>
                              <TaxCode>O5</TaxCode>
                              <TaxType>001</TaxType>
                              <Description>Argentina Inclusive And Solidarity Tax Pais</Description>
                           </Tax>
                           <Tax>
                              <Amount Code="ARS">30401.20</Amount>
                              <Nation>ES</Nation>
                              <TaxCode>JD</TaxCode>
                              <TaxType>003</TaxType>
                              <Description>Spain Departure Charge</Description>
                           </Tax>
                           <Tax>
                              <Amount Code="ARS">1347.60</Amount>
                              <Nation>ES</Nation>
                              <TaxCode>OG</TaxCode>
                              <TaxType>001</TaxType>
                              <Description>Spain Aviation Safety And Security Fee</Description>
                           </Tax>
                           <Tax>
                              <Amount Code="ARS">7597.80</Amount>
                              <Nation>ES</Nation>
                              <TaxCode>QV</TaxCode>
                              <TaxType>003</TaxType>
                              <Description>Spain Security Tax</Description>
                           </Tax>
                        </Breakdown>
                     </Taxes>
                  </TotalPriceDetail>
                  <FareDetail>
                     <PassengerRefs>ADULT_01</PassengerRefs>
                     <Price>
                        <TotalAmount>
                           <SimpleCurrencyPrice Code="ARS">834681.20</SimpleCurrencyPrice>
                        </TotalAmount>
                        <BaseAmount Code="ARS">497084.00</BaseAmount>
                        <Taxes>
                           <Total Code="ARS">337597.20</Total>
                           <Breakdown>
                              <Tax>
                                 <Amount Code="ARS">149125.30</Amount>
                                 <Nation>AR</Nation>
                                 <TaxCode>Q1</TaxCode>
                                 <TaxType>001</TaxType>
                                 <Description>Argentina Fiscal Tax Afip Rg 4815</Description>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">149125.30</Amount>
                                 <Nation>AR</Nation>
                                 <TaxCode>O5</TaxCode>
                                 <TaxType>001</TaxType>
                                 <Description>Argentina Inclusive And Solidarity Tax Pais</Description>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">30401.20</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>JD</TaxCode>
                                 <TaxType>003</TaxType>
                                 <Description>Spain Departure Charge</Description>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">1347.60</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>OG</TaxCode>
                                 <TaxType>001</TaxType>
                                 <Description>Spain Aviation Safety And Security Fee</Description>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">7597.80</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>QV</TaxCode>
                                 <TaxType>003</TaxType>
                                 <Description>Spain Security Tax</Description>
                              </Tax>
                           </Breakdown>
                        </Taxes>
                     </Price>
                     <FareComponent>
                        <FareBasis>
                           <FareBasisCode>
                              <Code>JDRT</Code>
                           </FareBasisCode>
                           <CabinType>
                              <CabinTypeCode>2</CabinTypeCode>
                              <CabinTypeName>Business</CabinTypeName>
                           </CabinType>
                        </FareBasis>
                        <FareRules>
                           <Penalty CancelFeeInd="false" ChangeFeeInd="false" RefundableInd="true" refs="PenaltyRule01 PenaltyRule03 PenaltyRule11 PenaltyRule12"/>
                        </FareRules>
                        <PriceClassRef>BUSPUENTE</PriceClassRef>
                        <SegmentRefs>IB300620240524</SegmentRefs>
                     </FareComponent>
                     <FareComponent>
                        <FareBasis>
                           <FareBasisCode>
                              <Code>JDRT</Code>
                           </FareBasisCode>
                           <CabinType>
                              <CabinTypeCode>2</CabinTypeCode>
                              <CabinTypeName>Business</CabinTypeName>
                           </CabinType>
                        </FareBasis>
                        <FareRules>
                           <Penalty CancelFeeInd="false" ChangeFeeInd="false" RefundableInd="true" refs="PenaltyRule01 PenaltyRule03 PenaltyRule11 PenaltyRule12"/>
                        </FareRules>
                        <PriceClassRef>BUSPUENTE</PriceClassRef>
                        <SegmentRefs>IB300320240601</SegmentRefs>
                     </FareComponent>
                  </FareDetail>
                  <OriginalOrderItem OrderItemID="IB675554f2621a44858c2a4d43dca086aeOC_01">
                     <TotalPriceDetail>
                        <TotalAmount>
                           <SimpleCurrencyPrice Code="ARS">834681.00</SimpleCurrencyPrice>
                        </TotalAmount>
                        <BaseAmount Code="ARS">497084.00</BaseAmount>
                        <Taxes>
                           <Total Code="ARS">337597.00</Total>
                           <Breakdown>
                              <Tax>
                                 <Amount Code="ARS">30401.20</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>JD</TaxCode>
                                 <TaxType>003</TaxType>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">1347.60</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>OG</TaxCode>
                                 <TaxType>001</TaxType>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">7597.80</Amount>
                                 <Nation>ES</Nation>
                                 <TaxCode>QV</TaxCode>
                                 <TaxType>003</TaxType>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">149125.20</Amount>
                                 <Nation>AR</Nation>
                                 <TaxCode>Q1</TaxCode>
                                 <TaxType>001</TaxType>
                              </Tax>
                              <Tax>
                                 <Amount Code="ARS">149125.20</Amount>
                                 <Nation>AR</Nation>
                                 <TaxCode>O5</TaxCode>
                                 <TaxType>001</TaxType>
                              </Tax>
                           </Breakdown>
                        </Taxes>
                     </TotalPriceDetail>
                     <FareDetail>
                        <PassengerRefs>ADULT_01</PassengerRefs>
                        <Price>
                           <TotalAmount>
                              <SimpleCurrencyPrice Code="ARS">834681.00</SimpleCurrencyPrice>
                           </TotalAmount>
                           <BaseAmount Code="ARS">497084.00</BaseAmount>
                           <Taxes>
                              <Total Code="ARS">337597.00</Total>
                              <Breakdown>
                                 <Tax>
                                    <Amount Code="ARS">30401.20</Amount>
                                    <Nation>ES</Nation>
                                    <TaxCode>JD</TaxCode>
                                    <TaxType>003</TaxType>
                                 </Tax>
                                 <Tax>
                                    <Amount Code="ARS">1347.60</Amount>
                                    <Nation>ES</Nation>
                                    <TaxCode>OG</TaxCode>
                                    <TaxType>001</TaxType>
                                 </Tax>
                                 <Tax>
                                    <Amount Code="ARS">7597.80</Amount>
                                    <Nation>ES</Nation>
                                    <TaxCode>QV</TaxCode>
                                    <TaxType>003</TaxType>
                                 </Tax>
                                 <Tax>
                                    <Amount Code="ARS">149125.20</Amount>
                                    <Nation>AR</Nation>
                                    <TaxCode>Q1</TaxCode>
                                    <TaxType>001</TaxType>
                                 </Tax>
                                 <Tax>
                                    <Amount Code="ARS">149125.20</Amount>
                                    <Nation>AR</Nation>
                                    <TaxCode>O5</TaxCode>
                                    <TaxType>001</TaxType>
                                 </Tax>
                              </Breakdown>
                           </Taxes>
                        </Price>
                        <FareComponent>
                           <FareBasis>
                              <FareBasisCode>
                                 <Code>JDRT</Code>
                              </FareBasisCode>
                              <RBD>J</RBD>
                              <CabinType>
                                 <CabinTypeCode>2</CabinTypeCode>
                                 <CabinTypeName>Business</CabinTypeName>
                              </CabinType>
                           </FareBasis>
                           <FareRules>
                              <Penalty CancelFeeInd="false" ChangeFeeInd="false" RefundableInd="false" refs="PenaltyRule01 PenaltyRule02 PenaltyRule03 PenaltyRule04"/>
                           </FareRules>
                           <PriceClassRef>BUSPUENTE</PriceClassRef>
                           <SegmentRefs>IB300620240524</SegmentRefs>
                        </FareComponent>
                        <FareComponent>
                           <FareBasis>
                              <FareBasisCode>
                                 <Code>JDRT</Code>
                              </FareBasisCode>
                              <RBD>J</RBD>
                              <CabinType>
                                 <CabinTypeCode>2</CabinTypeCode>
                                 <CabinTypeName>Business</CabinTypeName>
                              </CabinType>
                           </FareBasis>
                           <FareRules>
                              <Penalty CancelFeeInd="false" ChangeFeeInd="false" RefundableInd="false" refs="PenaltyRule01 PenaltyRule02 PenaltyRule03 PenaltyRule04"/>
                           </FareRules>
                           <PriceClassRef>BUSPUENTE</PriceClassRef>
                           <SegmentRefs>IB300320240601</SegmentRefs>
                        </FareComponent>
                     </FareDetail>
                  </OriginalOrderItem>
               </RepricedOfferItem>
</RepricedOffer>

...