...
Table of Contents |
---|
...
As shown in the following example, the ADULT_01
is requesting to carry Fishing equipment (BAGGAGE/SP/0D6
) and Surfing equipment(BAGGAGE/SP/0D8
). This is due to the fact that this passenger is also associated to an Infant passenger type, in which case it is allowed to carry two Sports equipments within the permitted baggage allowance of the Sport product.
Note: It is not possible to request Sports equipment for the Infant passenger type. You will find an example of the Warning returned in such cases in our Warning Messages page.
Code Block | ||
---|---|---|
| ||
<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> |
...
Being the Sport product correctly requested in our systemssystem, the response will return the correct structure along with the status of that request.
...
If the Sport product has not been correctly requested, a Warning will be returned. Please, visit our Warnings Messages page of the Sport product to learn more about the warning scenarios this new functionality includes.
...