Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: GetRateCoverages. Retrieves the set of rate coverages for a specific rate request (Vehicle and RateServiceType).
Parameters
-
String
- The Token string of the service Ticket.
-
String
- The unique id of the Vehicle to get rate coverage information for.
-
String
- The unique id of the RateServiceType to get rate coverage information for.
-
String
- The unique id of the SalesSeason SalesSeasonId to get rate coverage information for.
-
String
- The departure date and time for which the rate coverage should be loaded for.
-
String
- The ISO 639 two letter language code for which the requested RateCoverages should be localized.
Return Value
A RateCoveragesResponse containing the requested RateCoverages.
Remarks
Note
This method is the simple typed method counterpart of the GetRateCoverages method.
If you are using SOAP-Protocol, we advise you to use GetRateCoverages method instead of this one.
If you are using POST-Protocol, use this method.
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace