Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Image RemovedImage Added

Insert excerpt
API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Parameters

Excerpt
nameParameters_ServiceList

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Parameters>  Only Pre-sale flow

ServiceFilters / ServiceFilter / GroupCode

Filter to specify certain types of ancillary offers.

If it is omitted, only bags of 23kgs will be returned (maintaining backward compatibility).

Alphabetical

  • BG (Baggage)*

  • TS (Travel Services - must be used with SubGroupCode)

*If it is omitted, only bags of 23kgs will be returned (maintaining backward compatibility).

ServiceFilters / ServiceFilter / SubGroupCode

Additional secondary filter to be used in conjunction with GroupCode when necessary.

Alphabetical

  • PR (Priority Boarding)

Expand
titleExample
Code Block
languagexml
<Parameters>
	<ServiceFilters>
		<ServiceFilter>
			<GroupCode>BG</GroupCode>
		</ServiceFilter>
		<ServiceFilter>
			<GroupCode>BG</GroupCode>
			<SubGroupCode>SP</SubGroupCode>
		</ServiceFilter>
	</ServiceFilters>
</Parameters>

ShoppingResponseID

Excerpt
nameShoppingResponseIDServiceList

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ShoppingResponseID>  Pre-sale

ResponseID

ResponseID of OfferPrice service

Alphanumeric

Any

Expand
titleExample
Code Block
languagexml
<ShoppingResponseID>
	<ResponseID>Qm9va2luZ0BHVy0xNzAxMjU0Nzk1MjcwLXFJU2R4</ResponseID>
</ShoppingResponseID>
Image RemovedImage Added