Node gen_setup (type setGenSetupType)

This node is used in the set request packets to set the general information for the specified subscriptions. It is defined by data type setGenSetupType (plesk_domain.xsd). The gen_setup node is structured as follows:

The following packet assigns all subscriptions of one Plesk customer (ID 1111) to another Plesk customer (ID 1122). This packet can be sent by Plesk Administrator or Plesk reseller.

<packet version="1.6.3.0">
<webspace>
<set>
   <filter>
      <owner-id>1111</owner-id>
   </filter>
   <values>
      <gen_setup>
          <status>0</status>
          <owner-id>1122</owner-id>
          <ip_address>192.0.2.121</ip_address>
      </gen_setup>
   </values>
</set>
</webspace>
</packet>