Domain:Renewalmode
If you want to change the renewalmode of a domain from DEFAULT(equals AUTORENEW) to AUTOEXPIRE or AUTODELETE, you can do so with the following command.
Required Parameters
Section titled “Required Parameters”Command
<?xml version="1.0" encoding="UTF-8" standalone="no"?><epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <update> <domain:update xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>example.com</domain:name> </domain:update> </update> <extension> <keysys:update xmlns:keysys="http://www.key-systems.net/epp/keysys-1.0"> <keysys:domain> <keysys:renewalmode>AUTOEXPIRE</keysys:renewalmode> </keysys:domain> </keysys:update> </extension> <clTRID>9B983473-3822-4C54-AA7D-AA2D857E8F35</clTRID> </command></epp>Domain commands