reseller
is added when reseller has a customer specific business
Description
Disables SSL for an existing Multi Domain Windows Hosting Order. To learn more, click here.
This API call will not result in a refund being processed for disabling SSL.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId for which SSL needs to be disabled. |
HTTP Method
POST
Example Test URL Request
US, Texas Server
https://test.httpapi.com/api/multidomainhosting/windows/us/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
US, California Server
https://test.httpapi.com/api/multidomainhosting/windows/us/ca/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
UK Server
https://test.httpapi.com/api/multidomainhosting/windows/uk/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
India Server
https://test.httpapi.com/api/multidomainhosting/windows/in/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Hong Kong Server
https://test.httpapi.com/api/multidomainhosting/windows/hk/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Turkey Server
https://test.httpapi.com/api/multidomainhosting/windows/tr/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a map of the execution details of the disabling of SSL operation.
Description
Disables SSL for an existing Multi Domain Linux Hosting Order. To learn more, click here.
This API call will not result in a refund being processed for disabling SSL.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId for which SSL needs to be disabled. |
HTTP Method
POST
Example Test URL Request
US, Texas Server
https://test.httpapi.com/api/multidomainhosting/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
US, California Server
https://test.httpapi.com/api/multidomainhosting/linux/us/ca/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
UK Server
https://test.httpapi.com/api/multidomainhosting/linux/uk/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
India Server
https://test.httpapi.com/api/multidomainhosting/linux/in/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Hong Kong Server
https://test.httpapi.com/api/multidomainhosting/linux/hk/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Turkey Server
https://test.httpapi.com/api/multidomainhosting/linux/tr/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a map of the execution details of the disabling of SSL operation.
Description
Disables SSL for an existing Web Hosting Order. To learn more, click here.
This API call will not result in a refund being processed for disabling SSL.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId for which SSL needs to be disabled. |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/webservices/disable-ssl.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a map of the execution details of the disabling of SSL operation.
Description
Gets the DNS records of a Reseller Windows Hosting Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order ID of the Reseller Windows Hosting Order |
HTTP Method
GET
Example Test URL Request
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/dns-record.json?auth-userid=0&api-key=key&order-id=0
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/dns-record.json?auth-userid=0&api-key=key&order-id=0
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/dns-record.json?auth-userid=0&api-key=key&order-id=0
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/dns-record.json?auth-userid=0&api-key=key&order-id=0
Response
Returns DNS records of the domain name.
Description
Changes the hosting panel password of the specified Reseller Windows Hosting Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order ID of the Reseller Windows Hosting Order whose hosting panel password needs to be changed. |
| new-passwd | String | Required | New password. |
HTTP Method
POST
Example Test URL Request
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
Response
Returns status as success if the password is changed successfully.
Description
Use this method to get details of the pricing for the Reseller Windows Hosting plans.
Response
Returns a map with the prices of the Reseller Windows Hosting plans along with the prices of the other products.
The response structure for the Reseller Windows Hosting product will be:
"productkey":
{
"planid":
{
"action":
{
"tenure-in-months":price
},
"ssl":price
}
}
Example:
US Server
"resellerwindowshosting":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
UK Server
"resellerwindowshostinguk":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
India Server
"resellerwindowshostingin":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
Turkey Server
"resellerwindowshostingtr":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
Description
Gets the applicable modify/upgrade price for a particular Reseller Windows Hosting Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The Order ID for which the details are to be fetched. |
| new-plan-id | Integer | Required | The new plan to which the Order is to be upgraded/downgraded. To fetch the plan details: plan-id etc., use this method. |
| months | Integer | Required | The number of months (tenure) in the new plan for which the Order to be placed. |
HTTP Method
GET
Example Test URL Request
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
Response
Returns the applicable modify/upgrade price for a particular Reseller Windows Hosting Order.
Example:
{
"upgradecost":0.0,
"modifiedOrderPrice":0.0,
"endtime":"0000000000",
"remainingmonths":0,
"currentOrderPrice":0.0
}
where
-
currentOrderPrice: The current pricing of the Order for remaining months.
-
modifiedOrderPrice: New applicable pricing of the Order as per the new plan.
-
upgradecost: Actual price applicable i.e. modifiedOrderPrice - currentOrderPrice.