ContactCreateRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: ContactCreateRequest

Properties

name type required default description
postalInfo object: Contact no
voice string no
fax string no
email string no

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"
}