Documentation of the CarRentalAgentService

RateLinkRequest.VehicleTypeCodeList Property

Gets or sets a list of unique ids of VehicleTypes for vehicle filtering. This Property is the list-pendant to VehicleTypeId to allow multi-select-filters at frontend-site.

public  VehicleTypeCodeList {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 are of the VehicleTypes, that have been handed over herein. The string handed over herein has to be composed as comma separated list of Codes and should be taken from the AvailableVehicleTypes-Property of the preceding RatesResponse. All available VehicleTypes may be requested by a call to GetVehicleTypes - Method.

See Also

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