Getting Reseller Cost Pricing

Getting Reseller Cost Pricing

Description

Gets the Reseller's Cost Price.

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 Price has to be retrieved. By default, Cost Price 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 hash map with the Cost Price for the specified Reseller or the Reseller whose authorization details are used. The response structure will be:

Domain Names (TLDs)
        "productkey":
        {
                "action-name":
                {
                        "tenure-in-years":"price"
                }
        }

Example:

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