mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
15 lines
454 B
XML
15 lines
454 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<info>
|
|
<contact:info
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:id>info-4444</contact:id>
|
|
<contact:authInfo>
|
|
<contact:pw>2fooBAR</contact:pw>
|
|
</contact:authInfo>
|
|
</contact:info>
|
|
</info>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|