TYPE | Request
|
Category | Objects |
Description
Object: ContactCreateRequest
Properties
name |
type |
required |
default |
description |
postalInfo |
object: PostalInfo |
yes |
|
|
voice |
string |
yes |
|
|
fax |
string |
yes |
|
|
email |
string |
yes |
|
|
crmId |
string |
yes |
|
|
metadata |
array |
yes |
|
|
Sample JSON
{
"postalInfo": {
"type": "loc",
"name": "Test User",
"org": "Metaregistrar",
"addr": {
"street": [
"Noothoven van Goorstraat 11E"
],
"city": "Gouda",
"sp": "Zuid holland",
"pc": "2806RA",
"cc": "NL"
}
},
"voice": "+31.12345678",
"email": "john@metaregistrar.com"
}