Documentation of the CarRentalAgentService

LinkedRateResponse.AvailableSalesSeasons Property

Contains a list of availableSalesSeasonInformations for a RatesRequest described by the parameters of the delivered RateLink.

public  AvailableSalesSeasons {get; set;}

Remarks

The offers with the SalesSeasonInformation returned herein are available for a RatesRequest with the parameters of the delivered RateLink. This list contains detailed information about limitations for specific Rates. The mapping between the information and a single Rate has to be done by the frontend itself. Therefore the SeasonInformation.SalesSeasonId has to be mapped to the Rate.SalesSeasonId.

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