mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
updated contact#create to new attr checking
This commit is contained in:
parent
a3abfa73e5
commit
e99af041f1
3 changed files with 39 additions and 0 deletions
19
spec/epp/requests/contacts/create_missing_attr.xml
Normal file
19
spec/epp/requests/contacts/create_missing_attr.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue