Documentation of the CarRentalAgentService

RatesResponse.AvailableDoorCounts Property

Contains a list of availableVehicleDoorCounts for the prior RatesRequest.

public  AvailableDoorCounts {get; set;}

Remarks

The VehicleDoorCounts returned herein are generally available, which means that it's possible to get a Vehicle of having the outline number of doors for an identical RatesRequest as the one already performed to retrieve this Response. The one and only difference has to be that the desired VehicleDoorCount is handed over in VehicleDoorCount-property. So it is possible, that there's not a single Vehicle having the desired DoorCount in this RatesResponse. But it is available in the database and may therefore be requested by a subsequent call of GetRates - Method, using the DoorCount-Filter-Mechanism described above.

If this property is wrongly returned as "null", the Response signals that by a Status of Failure and the corresponding Error-Message.

See Also

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