Used to reset a domain transfer request.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name | String | [A-Za-z0-9-\.]{5,68} | Yes |
authcode | The authcode of the domain | String | No |
Command
<api> […] <command> <domain_transfer_update> <name>…</name> <authcode>…</authcode> </domain_transfer_update> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> </api> |