Documentation of the CarRentalAgentService

RateLinkRequest.MustHaveFeatureList Property

Specifies or provides a delimeter separated feature code string of features that are required.

public  MustHaveFeatureList {get; set;}

Remarks

This property is optional, but be aware that filtering at client side is much less powerful, because only the CarRentalAgentService knows about all of the offers of sunnycars. All stored Vehicles will have all of the features, handed over herein. Thereby it's possible, that there are more Vehicles returned, that support the features, than it will be if the filter is not set. That is because of the way, the Vehicles are filtered by the best-buy algorithm. The available vehicle features may be requested by a call to GetVehicleFeatures - Method. The string handed over herein has to be composed as comma separated list of Codes.

Example

The following example string shows a filter for Air Condition and Automatic Gear:
"AC,A"

See Also

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