mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
24 lines
905 B
XML
24 lines
905 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?><epp
|
|
xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-
|
|
1.0.xsd"><command><create><contact:create
|
|
xmlns:contact="http://www.nic.cz/xml/epp/contact-1.6"
|
|
xsi:schemaLocation="http://www.nic.cz/xml/epp/contact-1.6 contact-1.6.xsd">
|
|
<contact:id>CID:TEST:10</contact:id>
|
|
<contact:postalInfo>
|
|
<contact:name>Test</contact:name>
|
|
<contact:addr><contact:street>Test Street 11-2</contact:street>
|
|
<contact:city>Test City</contact:city>
|
|
<contact:pc>123456</contact:pc>
|
|
<contact:cc>EE</contact:cc>
|
|
</contact:addr>
|
|
</contact:postalInfo>
|
|
<contact:voice>+372.5555555</contact:voice>
|
|
<contact:email>test@test.com</contact:email>
|
|
<contact:ident type="op">37812124567</contact:ident>
|
|
</contact:create>
|
|
</create>
|
|
<clTRID>neka005#10-02-08at13:51:37</clTRID>
|
|
</command>
|
|
</epp>
|