From dd8f3d862894d8f593ec2dc9db242f81fe9d5845 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 1 Mar 2017 23:45:50 +0200 Subject: [PATCH 1/3] Update contact EPP examples #326 --- doc/epp-examples.md | 53 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/doc/epp-examples.md b/doc/epp-examples.md index 12b2fdfdb..75f091e57 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -84,7 +84,7 @@ RESPONSE: ``` -### EPP Contact with valid user create command successfully creates a contact +### EPP Contact with valid user with address create command successfully creates a contact REQUEST: @@ -120,6 +120,57 @@ REQUEST: RESPONSE: +```xml + + + + + Command completed successfully + + + + FIRST0:84FC4612 + 2015-09-09T09:40:29Z + + + + ABC-12345 + ccReg-7245575567 + + + +``` + +### EPP Contact with valid user without address create command successfully creates a contact + +REQUEST: + +```xml + + + + + + + John Doe + + +372.1234567 + test@example.example + + + + + 37605030299 + dGVzdCBmYWlsCg== + + + ABC-12345 + + +``` + +RESPONSE: + ```xml From 5822c4c21e970fe031061e8a856367d6a78bb777 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 1 Mar 2017 23:45:50 +0200 Subject: [PATCH 2/3] Update contact EPP examples #326 --- doc/epp-examples.md | 53 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/doc/epp-examples.md b/doc/epp-examples.md index 12b2fdfdb..c9aae0aba 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -84,7 +84,7 @@ RESPONSE: ``` -### EPP Contact with valid user create command successfully creates a contact +### EPP Contact with valid user with address create command successfully creates a contact REQUEST: @@ -120,6 +120,57 @@ REQUEST: RESPONSE: +```xml + + + + + Command completed successfully; Postal address data discarded + + + + FIRST0:84FC4612 + 2015-09-09T09:40:29Z + + + + ABC-12345 + ccReg-7245575567 + + + +``` + +### EPP Contact with valid user without address create command successfully creates a contact + +REQUEST: + +```xml + + + + + + + John Doe + + +372.1234567 + test@example.example + + + + + 37605030299 + dGVzdCBmYWlsCg== + + + ABC-12345 + + +``` + +RESPONSE: + ```xml From ea31aab2c2e95d2927c6735d506655369f0cd664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Thu, 2 Mar 2017 12:37:01 +0200 Subject: [PATCH 3/3] Update epp-examples.md --- doc/epp-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/epp-examples.md b/doc/epp-examples.md index c9aae0aba..77e93c375 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -84,7 +84,7 @@ RESPONSE: ``` -### EPP Contact with valid user with address create command successfully creates a contact +### EPP contact create command with postal address element successfully creates the object (address processing disabled) REQUEST: @@ -141,7 +141,7 @@ RESPONSE: ``` -### EPP Contact with valid user without address create command successfully creates a contact +### EPP contact create command without postal address element successfully creates the object (address processing disabled) REQUEST: