Modify Domain NameServers

Example: (SOAP:BODY) Update nameservers of mysrs.co.nz. Set ns1 to ns1.mysrs.co.nz, and ns2 to ns2.mysrs.co.nz.

<Job>
<details>
<![CDATA[
<Domain name="mysrs.co.nz">

Set type attribute of JD to EditNameServer.

<JD type="EditNameServer">

A list of Name servers that the domain is delegated to. The attributes name and ip are required for NS1 and NS2. The name attribute requires a valid hostname. The ip attribute requires a valid ip address.

<NameServers>
<NS1 name="ns1.mysrs.co.nz" ip="203.87.141.241"/>
<NS2 name="ns2.mysrs.co.nz" ip="203.87.142.180"/>
<NS3 name="" ip=""/>
</NameServers>

</JD>
</Domain>
]]>
</details>
</Job>


July 19, 2004


[ Back ]