Documentation of the CarRentalAgentService

RatesResponse.AvailableRateServices Property

Provides a list of RateService objects that are generally available.

public  AvailableRateServices {get; set;}

Remarks

The RateServices returned herein are generally available, which means that it's possible to get a Rate with a RateServiceType including the desired RateService for an identical RatesRequest as the one already performed to retrieve this Response. The one and only difference has to be that the required Code is handed over in MustHaveRateServiceList-property. So it is possible, that there's not a single Rate in the current RatesResponse supporting a RateService delivered herein. But it is available in the database and may therefore be requested by a subsequent call of GetRates - Method, using the RateService-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