API code example

Dim sdpApi As New sdnsNetAPI("ns.yournameserver.com", "yourSimpleDnsPassword")
Dim myZone As New zone

myZone.PrimaryNS = "ns.yournameserver.com"
myZone.SecondaryNS = "ns2.yournameserver.com"
myZone.DomainName = "mynewdomain.com"
myZone.WebserverIP = "123.123.123.123"

sdpApi.updatePrimaryZone(myZone)