mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
API: addeed extended data from registrant
This commit is contained in:
parent
32634c7a8b
commit
743fb61daf
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ module Serializers
|
|||
registrant: {
|
||||
name: domain.registrant.name,
|
||||
id: domain.registrant.uuid,
|
||||
ident: domain.registrant.ident,
|
||||
ident_type: domain.registrant.ident_type,
|
||||
ident_country_code: domain.registrant.ident_country_code,
|
||||
phone: domain.registrant.phone,
|
||||
email: domain.registrant.email,
|
||||
org: domain.registrant.org?,
|
||||
},
|
||||
tech_contacts: contacts(:tech),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue