internetee-registry/spec/epp/requests/contacts/create_missing_attr.xml
2014-08-11 14:21:02 +03:00

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>