Description
Use this method to get details of the pricing for the VPS Linux plans for your Sub-Resellers.
Response
Returns a map with the prices of the VPS Linux plans along with the prices of the other products.
The response structure for the VPS Linux product will be:
"productkey": { "addons": { "addon1-name":price, "addon2-name":price }, "plans": { "planid": { "action": { "tenure-in-months":price }, } } }
Example:
US Server "vpslinuxus": { "addons": { "ssl":0.0, "cpanel":0.0, "whmcs":0.0 }, "plans": { "1": { "renew": { "1":0.0 }, "add": { "1":00.0 } }, "2": { "renew": { "1":0.0 }, "add": { "1":0.0 } } } }