Description
Gets the Reseller Slab Pricing.
Note
It is recommended you cache all pricing information to ensure you do not have to send API queries to the platform. As there are a huge number of products, the accompanying data may cause longer wait time than usual.
Parameters
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/products/reseller-price.json?auth-userid=0&api-key=key
Response
Returns a hash map with the Slab based Selling Price for the specified Reseller or the Reseller whose authorization details are used. The response structure will be:
Domain Names (TLDs) "productkey": { "slab-order": { "pricing": { "action-name": { "tenure-in-years":"price" } } "category": { "slab-category": { "name":"category-name", "quantity":"category-quantity" } } } }
Example:
"domcno": { "0": { "pricing": { "addtransferdomain": { "1":"0.0" }, "restoredomain": { "1":"0.0" }, "addnewdomain": { "1":"0.0" }, "renewdomain": { "1":"0.0" } }, "category": { "category2": { "name":"receipts", "quantity":"0.0" }, "category1": { "name":"hosting", "quantity":"0.0" } } } }
Web Services "hosting": { "productkey": { "bandid": { "pricing": { "action":0.0, "ssl":0.0 } "description": { "parameter":value } } } }
Example:
"hosting": { "email_plan": { "1": { "pricing": { "renew":0.0, "add":0.0 }, "description": { "no_of_mail_accounts":5, "default":false } } }, "websitebuilder_plan": { "1": { "pricing": { "renew":0.0, "add":0.0 }, "description": { "no_of_mail_accounts":1, "default":true, "webspace":100, "noofpages":10 } } } } Single Domain Linux Hosting "productkey": { "bandid": { "pricing": { "action":0.0, "ssl":0.0 } "description": { "parameter":value } } }
Example:
US Server "singledomainhostinglinuxus": { "1": { "pricing": { "renew":0.0, "ssl":0.0, "add":0.0 } "description": { "no_of_mail_accounts":-1, "default":true, "bandwidth":-1, "webspace":-1 } } } Single Domain Windows Hosting "productkey": { "bandid": { "pricing": { "action":0.0, "ssl":0.0 } "description": { "parameter":value } } }
Example:
US Server "singledomainhostingwindowsus": { "1": { "pricing": { "renew":0.0, "ssl":0.0, "add":0.0 } "description": { "no_of_mail_accounts":-1, "default":true, "bandwidth":-1, "webspace":-1 } } } Multi Domain Linux Hosting "productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":price } }
Example:
US Server "multidomainhosting": { "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 } } } Multi Domain Windows Hosting "productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":price } }
Example:
US Server "multidomainwindowshosting": { "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 } } } Reseller Linux Hosting "productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":price } }
Example:
US Server "resellerhosting": { "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 } } } Reseller Windows Hosting "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 } } } Dedicated Linux "productkey": { "addons": { "addon1-name":price, "addon2-name":price }, "plans": { "planid": { "action": { "tenure-in-months":price }, } } }
Example:
"dedicatedserverlinuxus": { "addons": { "storage_1":0.0, "cpanel":0.0, "whmcs":0.0, "ipaddress":0.0, "storage_5":0.0, "storage_4":0.0, "storage_3":0.0, "storage_2":0.0 }, "plans": { "105": { "renew": { "1":0.0 }, "add": { "1":0.0 } }, "106": { "renew": { "1":0.0 }, "add": { "1":0.0 } } } }