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

The company name included in the OrderCreateRQ contains one ore more characters that, as of today, are not allowed.

In the example “@” “_” “ = “ will return an error message.

Code Block
languagexml
<InstructionsList>
	<Instruction ListKey="Instruction_1">
		<FreeFormTextInstruction>
			<Remark>SEMN/Comp@ny_name=/Pais</Remark>
		</FreeFormTextInstruction>
	</Instruction>
</InstructionsList>

Error message returned:

Code Block
languagexml
<Errors>
    <Error ShortText="SSE_ORM_9044" Code="486">PNR Error: Invalid PNR</Error>
</Errors>

Examples of messages with complete flows can be downloaded from here.

For further information about all kind of error messages, please go to the following link:

Error Codes

...