Documentation of the CarRentalAgentService

RatesRequest.DepartureLocationSubTypeList Property

Gets or sets a a delimeter separated(comma) list of LocationSubTypes for the DepartureLocations the Rates are requested for.

public  DepartureLocationSubTypeList {get; set;}

Remarks

This property is optional. The value of the property has an effect on the results of GetRates - Method only if this RatesRequest implicates a Region-based search(best-buy-search).
If valid LocationSubTypes are handed over herein only the Rates, that are available at Locations having these LocationSubType will be taken into account by this RatesRequest.

Attention: Providing a LocationSubType for a Region, where no Location of this type exists, will result in an empty list of Rates in Rates-property of the returned RatesResponse.

The following example string shows a filter to get offers at Locations that support either "Desk at Airport" or "Shuttle Service":
"A,S"

See Also

RatesRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | LocationSubType