The functionality that make up this service and the functions that can be called.
Lists all all of the reseller options in an "Option Name", "Option Value" format.
Function: GetResellerOptions (parameter1, parameter2)
Input Parameter
|
Type
|
Description
|
UserApiKey
|
String
|
User with permissions to call this web service.
|
UserApiPassword
|
String
|
User’s password of the user used in UserApiKey parameter.
|
Returns: ResellerOptionsListInfoResult
Field
|
Type
|
Description
|
Message
|
String
|
A text message explaining the results of the operation, including the reason for any failures.
|
Result
|
Boolean
|
Returns true if the function call was successful.
|
Result_Code
|
Int32
|
A result code, which differs by function.
|
ResellerOptionsList
|
Reseller_Options[]
|
A list of all reseller options fields as defined in the Reseller_Options class.
|
NumberOfPairsInList
|
Integer
|
Number of option pairs in the list.
|
Edit the reseller options.
Function: SetResellerOptions (parameter1, parameter2, parameter 3)
Input Parameter
|
Type
|
Description
|
UserApiKey
|
String
|
User with permissions to call this web service.
|
UserApiPassword
|
String
|
User’s password of the user used in UserApiKey parameter.
|
ResellerOptionsList
|
Reseller_Options[]
|
A list of all reseller options fields as defined in the Reseller_Options class.
|
Returns: ResellerOptionsInfoResult
Field
|
Type
|
Description
|
Message
|
String
|
A text message explaining the results of the operation, including the reason for any failures.
|
Result
|
Boolean
|
Returns true if the function call was successful.
|
Result_Code
|
Int32
|
A result code, which differs by function.
|
Object - Reseller_Options
Field
|
Type
|
Description
|
Option_Name
|
String
|
The option’s name.
Any one of the following:
BillingApiUrl
BillingApiUsername
BillingApiPassword
SupportUrl
TemplateHead
TemplateHeader
TemplateFooter
WebURL
EncryptPassword
|
Option_Value
|
String
|
The option value appropriate for the option name.
Note: for EncryptPassword, it is "Yes" or "No".
|
Article ID: 235, Created: July 23, 2015 at 12:23 AM, Modified: October 6, 2015 at 2:42 PM