contact

Struct describing a contact that can be used as the owner, administrative contact or billing contact for a domain name.

Data type

struct. The value of each field is of type string.

Fields

  • firstname
    string
    First name of the contact.
  • lastname
    string
    Last name of the contact.
  • company
    string
    The contact’s company; leave empty for a private individual.
  • street
    string
    First line of the contact’s street address.
  • street2
    string
    Second line of the contact’s street address.
  • zip
    string
    The contact’s postal code.
  • city
    string
    The contact’s city.
  • country_iso2
    string
    The contact’s country, as a two-letter ISO 3166-1 abbreviation (se for Sweden).
  • orgno
    string
    The contact’s organisation number in the format 556633-9304.
  • norid_pid
    string
    Norid PID, required for orders of .NO domains made by private individuals; can be omitted in other cases.
  • phone
    string
    The contact’s phone number in the format 021-128222.
  • cell
    string
    The contact’s mobile phone number, if available, in the same format as the phone number.
  • fax
    string
    The contact’s fax number, if available, in the same format as the phone number.
  • email
    string
    The contact’s email address.
Was this article helpful?

Related Articles