From be0a3332a8443522e94cf166c3e27045a37c79cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Thu, 26 Nov 2015 23:15:47 +0200 Subject: [PATCH] Update domain.md added missing contact details to transfer_info response --- doc/repp/v1/domain.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/repp/v1/domain.md b/doc/repp/v1/domain.md index fc417b47f..319713660 100644 --- a/doc/repp/v1/domain.md +++ b/doc/repp/v1/domain.md @@ -131,6 +131,8 @@ Content-Type: application/json "domain":"ee-test.ee", "registrant":{ "code":"EE:R1", + "name":"Registrant", + "ident":"17612535", "ident_type":"org", "ident_country_code":"EE", "phone":"+372.1234567", @@ -147,6 +149,8 @@ Content-Type: application/json "admin_contacts":[ { "code":"EE:A1", + "name":"Admin Contact", + "ident":"17612535376", "ident_type":"priv", "ident_country_code":"EE", "phone":"+372.7654321", @@ -164,6 +168,8 @@ Content-Type: application/json "tech_contacts":[ { "code":"EE:T1", + "name":"Tech Contact", + "ident":"17612536", "ident_type":"org", "ident_country_code":"EE", "phone":"+372.7654321",