From 56a3f7f2e4c622a4a60abdc6a37cafa414eff6c7 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 16:50:31 +0200 Subject: [PATCH] Domain info --- doc/epp/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/epp/README.md b/doc/epp/README.md index ea111e3c0..480234232 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -158,3 +158,35 @@ Introduction text here | [eis:extdata](#eisextdata) | true | xmlns:eis (urn:ee:eis:xml:epp:eis-1.0) | Legal document | [EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-deletes-domain) + + +### Domain info + +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [info](#info) | true | | | +| [extension](#ext-legal-not-required) | true | | | +| clTRID | false | | Client transaction id | + + +##### info +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [domain:info](#domaininfo) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | + + +##### domain:info +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:name | true | hosts (all, TODO) | Domain name. Can contain unicode characters. | +| [domain:authInfo](#domainauthinfo) | false | | Domain password | + +##### domain:authinfo +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:pw | true | | Domain name. Can contain unicode characters. | + +##### extension +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [eis:extdata](#eisextdata) | false | xmlns:eis (urn:ee:eis:xml:epp:eis-1.0) | Legal document |