Forward the customer packet to Plesk API through Plesk Multi Server to create a new customer account so that the corresponding subscriptions can be hosted at the service nodes.

<packet>
  <request-settings>
    <setting>
      <name>plesk_rpc_forwarding_to_ext</name>
      <value>plesk-multi-server</value>
    </setting>
  </request-settings>
  <customer>
    <add>
      <gen_info>
        <cname>ACME Inc.</cname>
        <pname>John Doe</pname>
        <login>jdoe</login>
        <passwd>H098m009</passwd>
        <status>0</status>
        <phone>555 123 4567</phone>
        <fax>555 123 5678</fax>
        <email>jdoe@acme.com</email>
        <address>1 Acme Road</address>
        <city>Toronto</city>
        <state/>
        <pcode/>
        <country>CA</country>
      </gen_info>
    </add>
  </customer>
</packet>