Get Reseller Pricing
Loading...
When you want to retrieve Single Domain Linux Hosting pricing details for Sub-Resellers using the API. This article explains plan pricing, tenure-based pricing, SSL pricing, and add or renewal pricing details for Sub-Resellers.
Use this method to get details of the pricing for the Single Domain Linux Hosting plans for your Sub-Resellers.
Returns a map with the prices of the Single Domain Linux Hosting plans along with the prices of the other products.
The response structure for the Single Domain Linux Hosting will be:
"productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":price } }
Example:
US, Texas Server "singledomainhostinglinuxus": { "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 "singledomainhostinglinuxin": { "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 } } }