Updates the domains forwarding email and redirection url settings
| Argument | Data Type | Required | Description |
| forwardingemail | string | No | single email address used for email forwarding. |
| redirecturl | string | No | a url with http:// or https:// example http://google.com |
| autorenew | boolean either 1 or 0 | No | Will the domain be renewed when expires. |
| XML Response | JSON Response |
| <response> <success>Domain Updated</success> </response> |
{
"success": "Domain Updated"
} |