mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Add support for .sce legal document
This commit is contained in:
parent
09bb860050
commit
acbca42a9f
5 changed files with 12 additions and 11 deletions
|
@ -39,7 +39,7 @@ Domain name mapping protocol short version:
|
|||
<secDNS:pubKey> 1 Public key
|
||||
<eis:extdata> 1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
|
||||
<eis:legalDocument> 1 Base64 encoded document.
|
||||
Attribute: type="pdf/asice/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
Attribute: type="pdf/asice/sce/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
<eis:reserved> 0-1
|
||||
<eis:pw> 0-1 Required if registering a reserved domain
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
@ -91,7 +91,7 @@ Domain name mapping protocol short version:
|
|||
<secDNS:pubKey> 1 Public key
|
||||
<eis:extdata> 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
|
||||
<eis:legalDocument> 0-1 Base64 encoded document. Required if registrant is changing.
|
||||
Attribute: type="pdf/asice/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
Attribute: type="pdf/asice/sce/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-updates-domain-and-adds-objects)
|
||||
|
@ -107,7 +107,7 @@ Domain name mapping protocol short version:
|
|||
<extension> 1
|
||||
<eis:extdata> 1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
|
||||
<eis:legalDocument> 1 Base64 encoded document.
|
||||
Attribute: type="pdf/asice/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
Attribute: type="pdf/asice/sce/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-deletes-domain)
|
||||
|
@ -141,7 +141,7 @@ Domain name mapping protocol short version:
|
|||
<extension> 0-1
|
||||
<eis:extdata> 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
|
||||
<eis:legalDocument> 0-1 Base64 encoded document.
|
||||
Attribute: type="pdf/asice/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
Attribute: type="pdf/asice/sce/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-renews-a-domain)
|
||||
|
@ -158,7 +158,7 @@ Domain name mapping protocol short version:
|
|||
<extension> 0-1
|
||||
<eis:extdata> 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
|
||||
<eis:legalDocument> 0-1 Base64 encoded document.
|
||||
Attribute: type="pdf/asice/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
Attribute: type="pdf/asice/sce/bdoc/ddoc/zip/rar/gz/tar/7z"
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-transfers-a-domain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue