This is documentation for Plesk 12.5.
Go to documentation for the latest version, Plesk Obsidian.
Type ResellerSetGenInfo
When setting the general reseller account information, the complex type ResellerSetGenInfo (reseller.xsd
) is used in the request set packet. It is structured as follows:
- The cname node is optional. It specifies reseller company name. Data type: string.
- The pname node is optional. It specifies reseller personal name. Data type: string.
- The login node is optional. It specifies reseller login name. Data type: string.
- The passwd node is optional. It specifies reseller account password. Data type: string.
- The status node is optional. It specifies current status of a reseller account. Data type: objectStatus (
plesk_common.xsd
). Allowed values: 0 (active) | 16 (disabled_by admin) | 4 (under backup/restore) | 256 (expired). Default value: 0.Note: Only status values 0 and 16 can be set up.
- The phone node is optional. It specifies reseller phone number. Data type: string.
- The fax node is optional. It specifies reseller fax number. Data type: string.
- The email node is optional. It specifies reseller email address. Data type: string.
- The address node is optional. It specifies reseller postal address. Data type: string.
- The city node is optional. It specifies reseller city. Data type: string.
- The state node is optional. It specifies reseller US state (for US citizens only). Data type: string.
- The pcode node is optional. It specifies a reseller zip code (for US citizens only). Data type: string.
- The country node is optional. It specifies 2-character code of a reseller country (US for United States, CA for Canada, etc.). Data type: string (2 characters long).
- The locale node is optional. It specifies code of a locale used in Plesk GUI for the reseller account. The locale code must be in the format <languagecode2>-<country/regioncode2> (RFC 1766 standard). Data type: string. Default value: en-US.
- The guid node is optional. If specified, a new GUID is assigned to a reseller account. For details on GUIDs, refer to the GUIDs Overview section. Data type: none.
- The external-id node is optional. It defines a reseller GUID in the Panel components (for example, Business Manager). Data type: string.
- The description node is optional. It specifies a description for a reseller account in Plesk. Data type: string.
- The power-user node is optional. It switches the reseller's Plesk interface to the Power User mode (if reseller does not have any customer accounts) and back. Data type: boolean.