Getting Reseller Cost Pricing

Description

Gets the Reseller's cost pricing.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
reseller-id Integer Optional Reseller Id of the Reseller whose cost pricing has to be retrieved. By default, cost pricing of the current user will be retrieved.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/products/reseller-cost-price.json?auth-userid=0&api-key=key

Response

Returns a map with the prices.

For the tlds, the response structure will be:

"productkey":{"action-name":{"no-of-year":"price"}}

Example:

"dotnet":{"addtransferdomain":{"1":"0.0"},"restoredomain":{"1":"0.0"},"addnewdomain":{"1":"0.0"},"renewdomain":{"1":"0.0"}}