Activating Premium Domains

Description

Activates / De-activates Premium Domains for the specified Sub-Reseller.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
resellerid Integer Required Reseller ID of the Sub-Reseller for whom Premium Domains Product is to be activated / de-activated.
status Boolean Required Status for the Premium Domains Product. Pass true to activate the Product and false to de-activate it.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/premium/set-selling.json?auth-userid=0&api-key=key&resellerid=0&status=true

Response

Returns Success (String) if the API call is processed successfully.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.