Documentation of the CarRentalAgentService

RateLinkRequest.NiceToHaveFeatureList Property

Specifies or provides a delimeter separated code feature string of features that are optional, whereby the delivered Vehicles must support at least one of the features handed over herein.

public  NiceToHaveFeatureList {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 at least one of the features, handed over herein. Thereby it's possible, that there are more Vehicles returned, that support the feature, 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 or Automatic Gear:
"AC,A"

See Also

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