diff --git a/doc/epp/contact.md b/doc/epp/contact.md index 6f29aee7d..5cf547a2a 100644 --- a/doc/epp/contact.md +++ b/doc/epp/contact.md @@ -2,53 +2,24 @@ ### Contact create -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [create](#create) | true | | | -| [extension](#ext-0) | true | | | -| clTRID | false | | Client transaction id | - -##### create - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [contact:create](#contactcreate) | true | xmlns:contact (urn:ietf:params:xml:ns:contact-1.0) | | - -##### contact:create - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [contact:postalInfo](#contactpostalinfo) | true | | Address information | -| contact:voice | true | | Phone | -| contact:email | true | | E-mail | -| contact:ident | true | type (ico, op, passport, birthday) | Ident | - -##### contact:postalInfo - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| contact:name | true | | Full name | -| [contact:addr](#contactaddr) | true | | Address | - -##### contact:addr - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| contact:street | false | | Street name | -| contact:city | true | | City name | -| contact:cc | true | | Country code | - -##### extension !!! NOT IMPLEMENTED YET - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| [eis:extdata](#eisextdata) | false | xmlns:eis (urn:ee:eis:xml:epp:eis-1.0) | Legal document | - -##### eis:extdata - -| Field name | Required | Attributes | Field description | -| ----------------- |----------| -----|----------------- | -| eis:legalDocument | true | type (pdf) | Base64 encoded document | +| Field name | Min-max | Field description | +| ----------------------- |---------|------------------ | +| `` | 1 | | +| `-` | 1 | Attribute: xmlns:domain="urn:ietf:params:xml:ns:contact-1.0" | +| `-` | 1 | Phone | +| `-` | 1 | E-mail | +| `-` | 1 | Contact identificator. Attribute: type="ico / op / passport / birthday" | +| `-` | 1 | Contact information | +| `--` | 1 | Full name | +| `--` | 1 | Address | +| `---` | 0-1 | Street name | +| `---` | 1 | City name | +| `---` | 1 | Country code | +| `` | 0-1 | | +| `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | +| `` | 0-1 | Client transaction id | +NB! Extension is not implemented yet! [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact) diff --git a/doc/epp/domain.md b/doc/epp/domain.md index f8a5a6870..50b68a32f 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -22,7 +22,7 @@ | `---` | 1 | Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 | | `---` | 1 | Public key | | `-` | 1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-citizen-as-an-owner-creates-a-domain) @@ -61,7 +61,7 @@ | `---` | 1-n | | | `----` | 1 | Public key | | `-` | 0-1 | Required if registrant is changing. Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-updates-domain-and-adds-objects) @@ -75,7 +75,7 @@ | `--` | 1 | Domain name. Can contain unicode characters. | | `` | 1 | | | `-` | 1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-deletes-domain) @@ -91,7 +91,7 @@ | `---` | 1 | Domain password. Attribute: roid="String" | | `` | 0-1 | | | `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-returns-domain-info) @@ -107,7 +107,7 @@ | `--` | 1 | Registration period for domain. Must add up to 1 / 2 / 3 years. Attribute: unit="y/m/d" | | `` | 0-1 | | | `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-renews-a-domain) @@ -123,7 +123,7 @@ | `---` | 1 | Domain password. Attribute: roid="String" | | `` | 0-1 | | | `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-with-two-epp-users-transfers-a-domain) @@ -137,7 +137,7 @@ | `--` | 1 | Domain name. Can contain unicode characters. Attribute: hosts="all / TODO" | | `` | 0-1 | | | `-` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" | -| `--` | 1 | Base64 encoded document | +| `--` | 1 | Base64 encoded document. Attribute: type="pdf" | | `` | 0-1 | Client transaction id | [EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-domain-with-valid-user-checks-a-domain)