mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
14 lines
393 B
XML
14 lines
393 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="epp-ee">
|
|
<command>
|
|
<renew>
|
|
<domain:renew
|
|
xmlns:domain="domain-ee">
|
|
<domain:name>example.ee</domain:name>
|
|
<domain:curExpDate>2014-08-07</domain:curExpDate>
|
|
<domain:period unit="y">1</domain:period>
|
|
</domain:renew>
|
|
</renew>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|