diff --git a/doc/epp-examples.md b/doc/epp-examples.md
index 12b2fdfdb7..77e93c375d 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 create command with postal address element successfully creates the object (address processing disabled)
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 create command without postal address element successfully creates the object (address processing disabled)
+
+REQUEST:
+
+```xml
+
+
+
+
+
+
+ John Doe
+
+ +372.1234567
+ test@example.example
+
+
+
+
+ 37605030299
+ dGVzdCBmYWlsCg==
+
+
+ ABC-12345
+
+
+```
+
+RESPONSE:
+
```xml