Modifying TEL Whois Preference

Description

Modifies the Whois Preference of the .TEL Domain Registration Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order Id of the Domain Registration Order for which you need to modify the Whois Preference.
whois-type String Required It can be either Natural or Legal
publish String Optional Whether Whois details are to be published or not: Y/N.

This parameter is required if whois-type parameter is Natural, otherwise is it Optional.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/tel/modify-whois-pref.json?auth-userid=0&api-key=key&order-id=0&whois-type=Legal&publish=y

Response

Returns a hash map containing the Whois modification request status details:

  • Domain Name (description)

  • Order ID of the Domain Registration Order (entityid)

  • Action Type (actiontype)

  • Description of the Whois Preference Modification Action (actiontypedesc)

  • Action ID of the Whois Preference Modification Action (eaqid)

  • Whois Preference Modification Action Status (actionstatus)

  • Description of the Whois Preference Modification Action Status (actionstatusdesc)

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