This section describes how to create a plan in Plesk Sitebuilder using Integration API.
Each Plesk Sitebuilder account is assigned to a specific plan. For details on the plans, refer to the Serving Your Customers>Setting Up Service Plans section of Sitebuilder 4.1 Administrator's Guide.
The plans are created by methods CreatePlan of web service PlanWebService and CreateAccountWithNewPlan of web service AccountWebService. For details on method CreateAccountWithNewPlan, refer to the Creating User Account section. The methods can be invoked by administrators and resellers. For details on input and output parameters of method CreatePlan, refer to the Web services>PlanWebService>CreatePlan section of Plesk Sitebuilder 4.1 Integration API Reference.
The section is illustrated with code samples written in PHP and ASP. To integrate Plesk Sitebuilder with your applications using PHP, refer to the PHP section. Otherwise, refer to the ASP section.