Modifying Plan

This section describes how to modify 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 modified by method UpdatePlan of web service PlanWebService. The method can be invoked by administrators and resellers. For details on input and output parameters of method UpdatePlan, refer to the Web services>PlanWebService>UpdatePlan 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.

In this section:

PHP

ASP