Description
Modifies the Auth-Code of the specified 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 whose auth-code you want to modify. |
auth-code | String | Required | New auth-code. |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/modify-auth-code.json?auth-userid=0&api-key=key&order-id=0&auth-code=authcode
Response
Returns a hash map containing the below details:
-
Domain Name (description)
-
Order ID of the Domain Registration Order (entityid)
-
Action Type (actiontype)
-
Description of the Auth-Code Modification Action (actiontypedesc)
-
Action ID of the Auth-Code Modification Action (eaqid)
-
Auth-Code Modification Action Status (actionstatus)
-
Description of the Auth-Code Modification Action Status (actionstatusdesc)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.