Update domain.md

added missing contact details to transfer_info response
This commit is contained in:
Timo Võhmar 2015-11-26 23:15:47 +02:00
parent 8b710dda84
commit be0a3332a8

View file

@ -131,6 +131,8 @@ Content-Type: application/json
"domain":"ee-test.ee", "domain":"ee-test.ee",
"registrant":{ "registrant":{
"code":"EE:R1", "code":"EE:R1",
"name":"Registrant",
"ident":"17612535",
"ident_type":"org", "ident_type":"org",
"ident_country_code":"EE", "ident_country_code":"EE",
"phone":"+372.1234567", "phone":"+372.1234567",
@ -147,6 +149,8 @@ Content-Type: application/json
"admin_contacts":[ "admin_contacts":[
{ {
"code":"EE:A1", "code":"EE:A1",
"name":"Admin Contact",
"ident":"17612535376",
"ident_type":"priv", "ident_type":"priv",
"ident_country_code":"EE", "ident_country_code":"EE",
"phone":"+372.7654321", "phone":"+372.7654321",
@ -164,6 +168,8 @@ Content-Type: application/json
"tech_contacts":[ "tech_contacts":[
{ {
"code":"EE:T1", "code":"EE:T1",
"name":"Tech Contact",
"ident":"17612536",
"ident_type":"org", "ident_type":"org",
"ident_country_code":"EE", "ident_country_code":"EE",
"phone":"+372.7654321", "phone":"+372.7654321",