From 12551ca47b64e6b93be80733bfe17e177a5bc71f Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 17:29:16 +0200 Subject: [PATCH] Check doc --- doc/epp/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/epp/README.md b/doc/epp/README.md index ef4789eba..925565945 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -235,3 +235,22 @@ Introduction text here | ----------------- |----------| -----|----------------- | | domain:name | true | | Domain name. Can contain unicode characters. | | [domain:authInfo](#domainauthinfo) | true | | Domain password | + + +### Domain check + +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [check](#check) | true | | | +| [extension](#ext-legal-not-required) | false | | | +| clTRID | false | | Client transaction id | + +##### check +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| [domain:check](#domaincheck) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | + +##### domain:transfer +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:name | true | | Domain name. Can contain unicode characters. |