Versions Compared

Key

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

...

Table of Contents

...

Both options are later explained and illustrated with examples.

Please, note that this Sport product includes sporting equipment (Surf, Scuba, and Fishing) that cannot be purchased as an Ancillary. Although the InstructionsList codes are similar to those also used when purchasing Sporting Equipment Ancillaries, this is a separate private product, which can coexist with the purchase of Sporting Equipment Ancillaries. It is necessary to include the type of Sports baggage up to 72 hours before the scheduled departure flight.

...

Sports Equipment

Code to be used

BIKE

BAGGAGE/SP/0EC

SKIIFISH

BAGGAGE/SP/0DD0D6

GOLF

BAGGAGE/SP/0D4

SURFSCUB

BAGGAGE/SP/0D80EE

SCUBSKII

BAGGAGE/SP/0EE0DD

FISHSURF

BAGGAGE/SP/0D60D8

The information regarding the details is included in the message response, later displayed in the following examples.

...

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 include Sports equipment for the Infant passenger type. You will find an example of the Warning returned inScenario 5 of our Warning & Error Messages page.

...

  • Query element, where we reference the OrderID for which we are adding new baggages. Please note that the PassengerServicing, where the Passenger’s reference for whom the Sport baggages is assigned must be included, is compulsory and failing to include it will return an Error, as shown in Scenario 8of our Warning and Error Messages page.

  • The InstructionsList, following the same process as in the OrderCreate. Below, we illusrtrate how it is included.

Note: In an Order where all Sport equipments fail to be added, an error will be returned. In cases where one ore more are correctly included, the correct one is returned along with a Warning indicating which ones are incorrect.

...

Code Block
languagexml
<DataLists>
	<PassengerList>
		<Passenger PassengerID="ADULT_01">
			<...>
			</...>
		</Passenger>
		<Passenger PassengerID="ADULT_02">
			<...>
				</...>
		</Passenger>
	</PassengerList>
	<ContactList>
		<...>
				</...>
	</ContactList>
	<FlightSegmentList>
		<FlightSegment SegmentKey="IB043820231229">
			<...>
						</...>
		</FlightSegment>
		<FlightSegment SegmentKey="IB044720240106">
			<...>
							</...>
		</FlightSegment>
		<FlightSegment SegmentKey="IB394820240121">
			<...>
								</...>
		</FlightSegment>
	</FlightSegmentList>
	<InstructionsList>
		<Instruction ListKey="Instruction_1">
			<FreeFormTextInstruction refs="ADULT_01 IB043820231229 IB044720240106 IB394820240121">
				<Remark>BAGGAGE/SP/0EC</Remark>
			</FreeFormTextInstruction>
		</Instruction>
	</InstructionsList>
</DataLists>

Note1: if any Sport baggage is included in the InstructionsListof the OrderCreateRQ and also added in the InstructionsList of the OrderChange, an error will be returned as shown in the first example of Scenario 6 in our Warning & Error Messages page.

...

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

...