addDomain

This method adds an existing domain name to an existing Loopia account.

Syntax

status = addDomain(username, password, [customer_number,] domain)

Return value

status, this method returns a status code of OK if all went well.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • customer_number
    string
    Customer number of the account where the domain should be added. Only used by retailers to add the domain name of a customer’s account.
  • domain
    string
    Domain to add to the account (ACE-coded if it is a IDN domain).
Was this article helpful?

Related Articles