Type clientAddGenInfo

When creating the customer account, the general customer account information is specified by complex type clientAddGenInfo (plesk_client.xsd). It is structured as follows:

ClientAddGenInfo(1)

 

The following packet creates a customer account and defines the general settings for it:

<packet>
<customer>
<add>
   <gen_info>
       <cname>LogicSoft Ltd.</cname>
       <pname>John Doe</pname>
       <login>JDoe</login>
       <status>0</status>
       <phone>416 907 9944</phone>
       <fax>928 752 3905</fax>
       <email>JDoe@example.com</email>
       <address>105 Brisbane Road, Unit 2</address>
       <city>Toronto</city>
       <state/>
       <pcode/>
       <country>CA</country>
       <owner-id>3</owner-id>
   </gen_info>
</add>
</customer>
</packet>