Node gen_setup

This node is used in the add request packets to set general properties for the newly created domain account. This node does not have its own type, it is defined within the parent node and has the following structure:

 

The following packet creates a domain and sets all necessary general information for it:

<packet version="1.4.2.0">
<domain>
<add>
   <gen_setup>
      <name>example.com</name>
      <htype>vrt_hst</htype>
      <ip_address>192.0.2.11</ip_address>
      <status>0</status>
   </gen_setup>
   <hosting>
      <vrt_hst>
          <ftp_login>c4u7dwbc2y8</ftp_login>
          <ftp_password>qweqwe</ftp_password>
          <ip_address>192.0.2.54</ip_address>
       </vrt_hst>
    </hosting>
</add>
</domain>
</packet>