mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
23 lines
704 B
XML
23 lines
704 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="epp-ee">
|
|
<command>
|
|
<create>
|
|
<contact:create xmlns:contact="contact-ee">
|
|
<contact:postalInfo>
|
|
<contact:name>Sillius Soddus</contact:name>
|
|
</contact:postalInfo>
|
|
<contact:voice>+372.1234567</contact:voice>
|
|
<contact:email>example@test.example</contact:email>
|
|
</contact:create>
|
|
</create>
|
|
<extension>
|
|
<eis:extdata xmlns:eis="eis">
|
|
<eis:ident type="org" cc="EE">123</eis:ident>
|
|
<eis:legalDocument type="pdf">
|
|
dGVzdCBmYWlsCg==
|
|
</eis:legalDocument>
|
|
</eis:extdata>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|