GetPlanAllSetting

Reseller Plan > API
API Name: GetPlanAllSetting

Description: This api will get all the settings of a hosting account.

Method: HTTP POST/GET

API URL: https://resellerapi.myASP.NET/getPlanAllSetting

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.

Return

This function will only return 'successful' message and all the plan's setting or error message.

{"result":
     {
      "status" : "true/false",
      "code" : "response_code",
      "message" : "message" ,
      "data" : "{
               "bandwidth" : "",
               "sitenum" : "",
               "webspace" : "" ,
               "mssqlspace" : "" ,
               "mssqlnum" : "" ,
               "mysqlnum" : "" ,
               "mysqlspace" : "" ,
               "emailspace" : "" ,
               "ftpnum" : "" ,
               "task" : "" ,
               "emailnum" : "" ,
               "ip" : "",
     "plannamealias" : ""
               }"
      }
}



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]