Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRates. Retrieves a set ofRates and Vehicles using Regions as departure/arrival and vehicle preferences.

public RatesResponse (
   String token,
   String departureDateTime,
   String arrivalDateTime,
   String departureRegionId,
   String arrivalRegionId,
   String currencyCode,
   String vehicleTypeId,
   String vehicleAutomaticGearPreference,
   String vehicleAirConditionPreference,
   String mustHaveFeatureList,
   String niceToHaveFeatureList
);

Parameters

String
The Token string of the service Ticket.
String
The date and time the desired car rental begins.
String
The date and time the desired car rental finishes.
String
The unique id of the Region where the car rental begins.
String
The unique id of the Region where the car rental finishes.
String
The three letter ISO 4217 currency code theRates should be calculated in.
String
The unique id of the VehicleType preferred.
String
Indicates the Preference of automatic gear shift feature.
String
Indicates the Preference of air conditioning feature.
String
String

Return Value

A RatesResponse containing the requestedRates.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace