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
NDC2:New 17.2 COMBINEDNDC2:New 17.2 COMBINEDAPI Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

<DataLists / / Instruction> 
Excerpt
InstructionsList
name
InstructionsList
Instruction@ListKeyOrderCreateOrderRetrieveFreeFormTextInstruction@refsOrderCreateOrderRetrieveOrderCreateOrderRetrieve

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<DataLists / InstructionsList> 

Instruction

Info

Attribute

ListKey

Id for the instruction to select sport equipment

 

Alphanumeric

 

Any

 

OrderCreateRQ

OrderRetrieveRQ

OrderViewRS

Instruction / FreeFormTextInstruction

Info

Attribute

refs

Reference for passenger and segments associated to selected sport equipment

Alphanumeric

PassengerID and SegmentID

Valid example: “ADULT_01 IB303420231016“

OrderCreateRQ

OrderRetrieveRQ

OrderViewRS

Instruction / FreeFormTextInstruction / Remark

Selected sport equipment code

Alphanumeric

  • BIKE: BAGGAGE/SP/0EC

  • SKII: BAGGAGE/SP/0DD

  • GOLF: BAGGAGE/SP/0D4

  • SURF: BAGGAGE/SP/0D8

  • SCUB: BAGGAGE/SP/0EE

  • FISH: BAGGAGE/SP/0D6

OrderCreateRQ

OrderRetrieveRQ

OrderViewRS

InstructionList example

Expand
title

...

InstructionList example
Code Block
languagexml
<InstructionsList>
	<Instruction ListKey="Instruction_01">
		<FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015">
			<Remark>BAGGAGE/SP/0D6</Remark>
		</FreeFormTextInstruction>
	</Instruction>
	<Instruction ListKey="Instruction_02">
		<FreeFormTextInstruction refs="ADULT_02 IB310320231008 IB044220231008 IB044720231015 IB310620231015">
			<Remark>BAGGAGE/SP/0EC</Remark>
		</FreeFormTextInstruction>
	</Instruction>
	<Instruction ListKey="Instruction_03">
		<FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015">
			<Remark>BAGGAGE/SP/0D8</Remark>
		</FreeFormTextInstruction>
	</Instruction>
</InstructionsList>