1

The API is made of 2 courses "sdnsNetAPI" and "zone". The sdnsNetAPI course consists of all required features to interact with easy DNS as well as. To produce a brand new zone known as "mynewdomain.com" in your major as well as your secondary (if disponibile) nameservers, just make use of the zone constructor and supply the zone info, i.e:
Dim sdpApi As New sdnsNetAPI("ns.yournameserver.com", "yourPassword")
Dim myZone As New zone
myZone. The zone course is simply a definition for any dns zone. PrimaryNS = "ns.yournameserver.com"
myZone. SecondaryNS = "ns2.yournameserver.com"
myZone. DomainName = "mynewdomain.com"
myZone. WebserverIP = "123.123.123.123"
sdpApi.updatePrimaryZone(myZone).