Get the Customer Pricing for Reseller Windows Hosting Using the API
When you want to retrieve customer pricing details for Reseller Windows Hosting plans using the API. This article explains how to fetch plan pricing information, including plan IDs, tenure-based pricing, SSL pricing, and add or renewal pricing for reseller hosting plans.
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 } } } 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 } } }