Get Customer Pricing
Loading...
When you want to retrieve customer pricing details using the API. This article explains how to fetch pricing information for Web Services plans and other products, including plan IDs, actions, tenure-based pricing, and SSL pricing details.
Use this method to get details of the pricing for your plans.
Returns a map with the prices of Web Services plans along with the prices of the other products.
The response structure for the Web Services will be:
"productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":0.0 } }
Example:
"hosting": { "0": { "renew": { "12":0.0, "24":0.0 }, "ssl":0.0, "add": { "12":0.0, "24":0.0 } }, "1": { "renew": { "12":0.0, "24":0.0 }, "add": { "12":0.0, "24":0.0 } } }