Difference between revisions of "GetInstanceCredits"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 34: | Line 34: | ||
|VersionHistory= | |VersionHistory= | ||
− | + | <span style="color: #a11;">TO BE COMPLETED</span> | |
|SeeAlso= | |SeeAlso= | ||
+ | * [[GetPaymentSettings]] method | ||
}} | }} |
Latest revision as of 07:56, 23 September 2015
Description
This method retrieves the instance available E-Wallet recharge options. It returns the options to purchase E-Wallet credits available in the instance for the logged in user.
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- instanceId (int, required)
- The number (ID) of one instance that represent an OB registered in this environment. The same of the user has been registered.
Returns
Returns a JSON object containing the payment settings.
Exceptions
Caching
This method is cached in default section.
Known issues
- None
Version history
TO BE COMPLETED
See also
- GetPaymentSettings method