Documentation of the CarRentalAgentService

RatesRequest Class

Use this class to create a Request for an operation to retrieve a list of Rates.

For a list of all members of this type, see RatesRequest Members.

System.Object
   Request
      RatesRequest

public class RatesRequest : Request

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An instance of this class has to be used for a call to SOAP-Implementation of GetRates - Method. This Request is the most important Request at CarRentalAgentService. It is used to get the offers supplied by sunnycars. The RatesRequest allows to request the Rates in two different ways. Either as Region-based search, well-known as the best-buy search by sunnycars or as Location-based search. As the names suggests, the Region-based search, delivers only the best(economically priced) Rates available at the Locations of the requested Region. The Location-based search delivers all Rates available at the requested Location.

Attention:
The Rates, which are available as "service-upsell"-Rates, will always be truncated from the the quantity of supply by GetRates - Method. To retrieve those "service-upsell"-Rates, a call to GetRateServiceUpsell - Method has to be used.(see also: RateServiceUpsellRequest)

In exceptional cases it is possible to configure the GetRates - Method to deliver all available Rates for a single booking module. Further informations are supplied by the technical support of sunnycars. But be aware that this configuration will result in a much higher effort on your side, because your booking module is responsible to implement the filtering of the returned Rates to avoid confusing offer presentation.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

RatesRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Rate | RatesResponse