Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRateConditions. Retrieves the set of rate conditions for a specific rate request (Vehicle and RateServiceType).

public RateConditionsResponse (
   String token,
   String vehicleId,
   String rateServiceTypeId,
   String specificDateTime,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The unique id of the Vehicle to get rate condition information for.
String
The unique id of the RateServiceType to get rate condition information for.
String
The departure date and time for which the rate condition should be loaded for.
String
The ISO 639 two letter language code for which the requested RateConditions should be localized.

Return Value

A RateConditionsResponse containing the requested RateConditions.

Remarks

Note   

This method is the simple typed method counterpart of the GetRateConditions method.

If you are using SOAP-Protocol, we advise you to use GetRateConditions method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace