| The Cube Panelīs API 2.2 Reference Guide: Accessing Cube Panel's WebServices | ||
|---|---|---|
| Prev | Chapter 2. API Reference Guide | Next |
Input parameters: none
Output parameters: Return an ArrayOfLangInfo
Callable by: admin, client, domain
Necessary permissions: none
Remarks:
Return the ID, name and language code (ISO 639).
The ID is necessary as a parameter for other necessary WebServices for creating clients and domains.
Examples:
.NET Java PHP
Input parameters: none
Output parameters:
Returns an ArrayOfCurrencyInfo
In case of error, return some of the following codes:
- ERROR_PROCESSOR_USERAUTH
- ERROR_PROCESSOR_CONNECT_SYSTEM_DATABASE
Callable by: admin, client
Necessary permissions: none
Remarks:
Return a complex type array of CurrencyInfo with the different types of currencies used by the Cube Panel.
Examples:
.NET Java PHP
Input parameters: none
Output parameters:
Returns an ArrayOfCountries
In case of error, return some of the following codes:
- ERROR_ADMINCLIENTS_GETCOUNTRIES
- ERROR_PROCESSOR_CONNECT_SYSTEM_DATABASE
Callable by: admin, client, domain
Necessary permissions: none
Remarks:
Return an array of complex type Country with the list of countries and their IDīs.
Examples:
.NET Java PHP