Description
Use this method to get details of the Sub-Reseller Pricing for the Business Email Plans.
Response
Returns a map with the prices of the Business Email Plans along with the prices of the other products.
The response structure for the Business Email will be:
"productkey": { "email_account_ranges": { "plan_specifications": { "action": { "tenure-in-months":price } } } }
Example:
US Server "eeliteus": { "email_account_ranges": { "1-5": { "renew": { "6":100.0, "3":100.0, "12":100.0, "1":100.0 }, "add": { "6":100.0, "3":100.0, "1":100.0, "12":100.0 } }, "6-25": { "renew": { "6":100.0, "3":100.0, "12":100.0, "1":100.0 }, "add": { "6":100.0, "3":100.0, "1":100.0, "12":100.0 } } "26-49": { "renew": { "6":100.0, "3":100.0, "12":100.0, "1":100.0 }, "add": { "6":100.0, "3":100.0, "1":100.0, "12":100.0 } "50-200000": { } "renew": { "6":100.0, "3":100.0, "12":100.0, "1":100.0 }, "add": { "6":100.0, "3":100.0, "1":100.0, "12":100.0 } } } }