mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Validateing rest of the contact requests
This commit is contained in:
parent
e99af041f1
commit
2f0b0c35d4
3 changed files with 41 additions and 0 deletions
11
spec/epp/requests/contacts/update_missing_attr.xml
Normal file
11
spec/epp/requests/contacts/update_missing_attr.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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:update>
|
||||
</update>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue