Retrieves a list of AllowedBookingTypes and AllowedPaymentTypes specific to a given operator identified by the token(Ticket).
A AllowedPaymentMethodsResponse containing the requested AllowedPaymentTypes.
This Request should be used whenever the allowed Payment-methods are of interest.
parameters | GetTermsAndConditionsP1 |
---|---|
token | required |
languageCode | optional |
Description : | This variant returns the AllowedPaymentTypes identified by the given parameters. |
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_CUST_ACCOUNT_NOT_FOUND | The requested AllowedPaymentTypes cannot be found. |
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