namecheap.domains.reactivate
Reactivates an expired domain.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| DomainName | String | 70 | Yes | | DomainName to reactivate |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194
&UserName=apiexample&Command=namecheap.domains.reactivate&ClientIp=192.168.1.109&
DomainName=domain1.com
Example Response
<?xml version="1.0" encoding="utf-8"?>
<ApiResponse Status="OK">
<Errors/>
<RequestedCommand>namecheap.domains.reActivate</RequestedCommand>
<CommandResponse Type="namecheap.domains.reActivate">
<DomainReactivateResult Domain="domain1.com" IsSuccess="true"
ChargedAmount="9.0100" OrderID="23569" TransactionID="25080"/>
</CommandResponse>
<Server>SERVER-NAME</Server>
<GMTTimeDifference>+5:30</GMTTimeDifference>
<ExecutionTime>9.328</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 2033409 | Possibly a logical error in authentication phase. Order chargeable for
Username is not found |
| 2019166 | Domain not found |
| 2030166 | Edit permission for Domain is not supported |
| 2011170 | Promotion Code is invalid |
| 2011280 | TLD is invalid |
| 2528166 | Order creation failed |
| 3024510 | Error Response from Enom while updating domain |
| 3050511 | Unknown error response from Enom |
| 2020166 | Domain does not meet the expiration date for reactivation |
| 2016166 | Domain is not associate with your account |
| 5050900 | Unhandled exceptions |
| 4024166 | Failed to update domain in your account |