Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: GetRateCodes. Retrieves a set of RateCodes specific to a formerly requested offer.
Parameters
-
String
- The Token string of the service Ticket.
-
String
- The unique Id of the Region where the customer wants to depart with Vehicle (rental start region to retrieve the RateCode(s) for).
-
String
- The unique Id of the Location where the customer wants to depart with Vehicle (rental start location to retrieve the RateCode for).
-
String
- The Id of the Vehicle from the offer, to retrieve the RateCode(s) for.
-
String
- The Id of the RateServiceType from the offer, to retrieve the RateCode(s) for.
-
String
- Indicates the Preference of customer to meet at at airport with car rental provider.
-
String
- Indicates the Preference of customer to meet at counter with car rental provider.
-
String
- Indicates the Preference of customer to meet at a special address (i.e. hotel) with car rental provider.
Return Value
A RateCodeResponse containing the found RateCodes.
Remarks
Note
This method is the simple typed method counterpart of the GetRateCodes method.
If you are using SOAP-Protocol, we advise you to use GetRateCodes method instead of this one.
If you are using POST-Protocol, use this method.
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace