updated contact#create to new attr checking

This commit is contained in:
Andres Keskküla 2014-08-11 14:21:02 +03:00
parent a3abfa73e5
commit e99af041f1
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<?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>