Versions Compared

Key

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

...

More than one Remark is included within the same Instruction ListKey.

Note: Regardless of which product has been requested in the AirShoppingRQ.

...

OrderCreateRQ

OrderViewRS

In the AirShoppingRQ, only the Humanitarian product is requested, and in the OrderCreateRQ we find that the first Instruction does not show the expected Humanitarian additional information.

It will, then, be ignored and only the first one of the two Instructions left are is valid.

Code Block
languagexml
<InstructionsList>
	<Instruction ListKey="Instruction_1">
		<FreeFormTextInstruction>
			<Remark>SEMN/.NAVIERA-BLUE./AR</Remark>
		</FreeFormTextInstruction>
	</Instruction>
	<Instruction ListKey="Instruction_2">
		<FreeFormTextInstruction>
			<Remark>HUMN/NACIÓN UNI(DA).</Remark>
		</FreeFormTextInstruction>
	</Instruction>
	<Instruction ListKey="Instruction_3">
		<FreeFormTextInstruction>
			<Remark>HUMN/PRIMERA NACIÓN.</Remark>
		</FreeFormTextInstruction>
	</Instruction>
</InstructionsList>

Humanitarian warning message example:

Code Block
languagexml
<Warnings>
	<Warning ShortText="SSE_ORM_HU_0002" Code="486">Only the first Humanitarian information included.</Warning>
	<Warning ShortText="SSE_ORM_HU_0001" Code="486">Humanitarian information ignored as invalid.</Warning>
</Warnings>

Same example, but with Marine requested in the AirShoppingRQ:

Code Block
languagexml
<Warnings>
	<Warning ShortText="SSE_ORM_MA_0001" Code="486">Marine information ignored as invalid.</Warning>
	<Warning ShortText="SSE_ORM_MA_0002" Code="486">Only the first Marine information included.</Warning>
</Warnings>

...