mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Contact renew command returns appropriate error
This commit is contained in:
parent
57b5008872
commit
bb6b0610be
4 changed files with 30 additions and 0 deletions
15
spec/epp/requests/contacts/renew.xml
Normal file
15
spec/epp/requests/contacts/renew.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<renew>
|
||||
<contact:renew
|
||||
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||
<contact:id>info-4444</contact:id>
|
||||
<contact:authInfo>
|
||||
<contact:pw>2fooBAR</contact:pw>
|
||||
</contact:authInfo>
|
||||
</contact:renew>
|
||||
</renew>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue