mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
This may come in handy when dealing with URS requests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199332085
13 lines
392 B
XML
13 lines
392 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<renew>
|
|
<domain:renew
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>%DOMAIN%</domain:name>
|
|
<domain:curExpDate>%EXPDATE%</domain:curExpDate>
|
|
<domain:period unit="y">%YEARS%</domain:period>
|
|
</domain:renew>
|
|
</renew>
|
|
<clTRID>RegistryTool</clTRID>
|
|
</command>
|
|
</epp>
|