mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Rough contact update
This commit is contained in:
parent
d62106da20
commit
76dfa505c2
10 changed files with 143 additions and 38 deletions
16
spec/epp/requests/contacts/update_with_errors.xml
Normal file
16
spec/epp/requests/contacts/update_with_errors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<update>
|
||||
<contact:update
|
||||
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||
<contact:id>sh8013</contact:id>
|
||||
<contact:chg>
|
||||
<contact:voice x="1234">123456798</contact:voice>
|
||||
<contact:email>faulty</contact:email>
|
||||
</contact:chg>
|
||||
</contact:update>
|
||||
</update>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue