Documentation of the CarRentalAgentService

RateLinkRequest.DepartureLocationSubTypeList Property

Gets or sets a a delimeter separated(comma) list of LocationSubTypes for the DepartureLocations the Rates should be stored for.

public  DepartureLocationSubTypeList {get; set;}

Remarks

This property is optional. The value of the property has an effect on the Rates stored by CreateRateLink - Method.
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 RateLinkRequest.

Attention: Providing a LocationSubType for a Region, where no Location of this type exists, will result in an error, since no Rate was found and nothing gets stored therefore.

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

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