mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Refactor delete.xml to builder
This commit is contained in:
parent
08a4650f4a
commit
afc69629ef
5 changed files with 72 additions and 14 deletions
|
@ -103,6 +103,20 @@
|
|||
</command>
|
||||
</epp>
|
||||
|
||||
<!-- DOMAIN DELETE -->
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<delete>
|
||||
<domain:delete
|
||||
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
||||
<domain:name>example.ee</domain:name>
|
||||
</domain:delete>
|
||||
</delete>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
||||
|
||||
<!-- CREATE CONTACT -->
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue