| TYPE | Request
|
| Category | Objects |
Description
Object: DomainCreateRequest
Properties
| name |
type |
required |
default |
description |
| name |
string |
yes |
|
|
| registrant |
string |
yes |
|
|
| contact |
array <DomainContact> |
yes |
array |
|
| nameservers |
array <string> |
yes |
|
|
| crmId |
string |
yes |
|
|
| metadata |
array |
yes |
|
|
Sample JSON
{
"name": "zerg-test-controlpanel-2023-06-14-06.frl",
"registrant": "MET_1k7060d648828c9ba3fa",
"contact": [
{
"id": "MET_1k7060d648828c9ba3fa",
"type": "admin"
},
{
"id": "MET_1k7060d648828c9ba3fa",
"type": "tech"
},
{
"id": "MET_1k7060d648828c9ba3fa",
"type": "billing"
}
],
"nameservers": [
"ns3.yourdomainprovider.net",
"ns1.yourdomainprovider.net",
"ns2.yourdomainprovider.net"
]
}