updateZoneRecord

This method updates a specific DNS entry for the specified subdomain.

Syntax

status = updateZoneRecord(username, password, [customer_number,] domain, subdomain, record_obj)

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 ID for the account. Used only by resellers who work with the customer’s account.
  • domain
    string
    Domain name wich the subdomain you want to update belongs to.
  • subdomain
    string
    Subdomain to update.
  • record_obj
    record_obj
    Post with DNS data to update.
Was this article helpful?

Related Articles