Documentation of the CarRentalAgentService

RatesRequest.VehicleCategoryCodeList Property

Gets or sets a list of unique codes of VehicleCategories for vehicle filtering.

public  VehicleCategoryCodeList {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 delivered Vehicles are of the VehicleCategories, 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 AvailableVehicleCategories-Property of the preceding RatesResponse. All available VehicleCategories may be requested by a call to GetVehicleCategories - Method.

See Also

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