Versions Compared

Key

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

...

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)

ServiceListRQ Parameters example

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

...

Excerpt
nameShoppingResponseIDServiceList

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ShoppingResponseID>  Pre-sale

ResponseID

ResponseID of OfferPrice service

Alphanumeric

Any

ServiceListRQ ShoppingResponseID example

Expand
titleExampleServiceListRQ ShoppingResponseID example
Code Block
languagexml
<ShoppingResponseID>
	<ResponseID>Qm9va2luZ0BHVy0xNzAxMjU0Nzk1MjcwLXFJU2R4</ResponseID>
</ShoppingResponseID>

...