This is documentation for Plesk 12.5.
Go to documentation for the latest version, Plesk Obsidian.
Type ResellerAddGenInfo
When creating a reseller account, the general reseller account information is specified by the complex type ResellerAddGenInfo (reseller.xsd
). It is structured as follows:
- The cname node is optional. It specifies reseller company name. Data type: string.
- The pname node is required. It specifies personal reseller name. Data type: string.
- The login node is required. It specifies login name of a reseller account. Data type: string.
- The passwd node is required. It specifies password of a reseller account. 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).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 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.
- The locale node is optional. It specifies locale used in Plesk GUI for the reseller account. The locale code must be in the format <languagecode2>-<country/regioncode2>. Data type: string. Default value: en-US.
- The external-id node is optional. It holds 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.