API Name: SetAccountExpireDate
Description: This api will set hosting account plan settings.
Method: HTTP POST/GET
API URL: https://resellerapi.HostBuddy.com/SetAccountExpireDate
Parameters:
Parameter_Name
|
Type
|
Length
|
Description
|
resellerid
|
string
|
9
|
This is your reseller account's customer id
|
resellerkey
|
guid
|
48 |
This is your reseller key
|
username |
string
|
8 to 20
|
This is the username of the hosting account.
|
months
|
int
|
|
This is # of months to add or minus from current expiration date.
|
|
|
|
|
Return
This function will return 'successful' message OR error message.
{"result":
{"status" : "true/false", "code" : "response_code", "message" :
"response_message" , "data" : "new expiration date in m/d/y"}}
Error Code
G1000="Invalid Reseller Account/Authentication Error"
G1001="Invalid Hosting Account/Account Doesn't Belong To This Reseller"
G2000= [this is a general invalid parameter message]
G2001= [this is for other general error message]
S1000="Setting Quota Error." (Detailed error message is in the 'data' section of the return info.)
Article ID: 1678, Created: June 30, 2014 at 5:18 PM, Modified: June 30, 2014 at 5:28 PM