Documentation of the CarRentalAgentService

LinkedRateResponse.AvailableFleets Property

Contains a list of Fleets providing Rates for the departure Region used to create the requested RateLink.

public  AvailableFleets {get; set;}

Remarks

The Fleets returned herein are generally available, which means that it's possible to get a Vehicle of this fleet for a RatesRequest with the returned values for DepartureDateTime, ArrivalDateTime, CurrencyCode, DepartureRegionId and PromotionCode. The one and only difference has to be that the desired Fleet is handed over in FleetNumber-property.

Attention:
So it is possible, that there's not a single Vehicle of this fleet in the current LinkedRateResponse. But it is available in the database and may therefore be requested by a subsequent call of GetRates - Method, using the Fleets-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

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