Description
Resends the verification email to the Registrant Contact Email Address for 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 for which you wish to resend the verification email |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/raa/resend-verification.xml?auth-userid=0&api-key=key&order-id=0
Response
Returns true (Boolean) if the action is executed successfully; false otherwise.
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.