Documentation of the CarRentalAgentService

LinkedRateResponse.AvailableLocationSubTypes Property

Contains a list of LocationSubTypes of the Locations where Rates are available for a RatesRequest described by the parameters of the delivered RateLink.

public  AvailableLocationSubTypes {get; set;}

Remarks

The LocationSubTypes returned herein are generally available, which means that it's possible to get a Vehicle at a Location, that is of the LocationSubType for a RatesRequest with the parameters of the delivered RateLink. The one and only difference has to be that the desired LocationSubType is handed over in DepartureLocationSubType-property. So it is possible, that there's not a single Vehicle of a Location , that is of the desired LocationSubType in the current RatesResponse. But it is available in the database and may therefore be requested by a subsequent call of GetRates - Method, using the 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