Retrieves the set of rate coverages for a specific rate request (Vehicle and RateServiceType).
A RateCoveragesResponse containing the requested RateCoverages.
This method returns you textual information about the coverages bound to a specified Vehicle and RateServiceType.
One you have obtained a list of Rates, including its Vehicle and RateServiceType, you will most likely offer your customer extended information about the offer. This extended information is split into two distinct sections:
This method addresses the first section.
| parameters | GetRateCoveragesP1 |
|---|---|
| token | required |
| languageCode | optional |
| specificDateTime | optional |
| vehicleId | required |
| rateServiceTypeId | required |
| Description : | This variant returns the specific Rate-Coverages included in the specific offer(Rate) that is identified by the given request-data. |
| Error Code | Description |
|---|---|
| E_INTERNAL_SERVICE | An internal service error occured during the process. |
| E_TICKET_TOKEN_INVALID | The provided token is invalid. This error occurs if:
|
| E_RATE_COVERAGE_NOT_FOUND | No rate coverage information exists for given vehicle and rate service type. |
| E_REQUEST_INVALID | The performed request is invalid or malformed. |
| Warning Code | Description |
|---|---|
| W_LANGUAGE_NOT_SUPPORTED | The requested language code is not supported for localization. Using default language instead. |
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace