mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
19 lines
644 B
XML
19 lines
644 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<contact:create
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:id>sh8013</contact:id>
|
|
<contact:postalInfo type="int">
|
|
<contact:name>John Doe</contact:name>
|
|
<contact:addr>
|
|
<contact:city>Dulles</contact:city>
|
|
</contact:addr>
|
|
</contact:postalInfo>
|
|
<contact:email>jdoe@example.com</contact:email>
|
|
</contact:create>
|
|
</create>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|