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