Get Reseller Pricing

Description

Use this method to get details of the pricing for your plans for your Sub-Resellers.

Response

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": { "slab-order": { "pricing": { "plan-category": { "action": { "tenure-in-months":price } } } "category": { "slab-category": { "name":"category-name" "quantity":category-quantity } } } }

Example:

"hosting": { "0": { "pricing": { "email_plan": { "renew": { "1":0.0 }, "add": { "1":0.0 } }, "windows_hosting_plan": { "ssl": { "1":0.0 }, "add": { "1":0.0 } }, "linux_hosting_plan": { "ssl": { "1":0.0 }, "add": { "1":0.0 } } }, "category": { "category2": { "name":"receipts", "quantity":0.0 }, "category1": { "name":"hosting", "quantity":0.0 } } } }