General subscription information can be added, updated, or retrieved.

  • General subscription information is always set when creating a subscription (the add operation). This is done using the gen_setup node (no data type, defined within the add operation node). See the structure of this node in the Node gen_setup section.
  • General information about the specified subscriptions can be retrieved from Plesk database (the get operation). It is returned in the gen_info node of type domainGenInfoType (plesk_domain.xsd). See the structure of this node in the Node gen_info section.
  • General subscription information can be updated/modified (the set operation). This is done using the gen_setup node of type SetGenSetupType (plesk_domain.xsd). See the structure of this node in the Node gen_setup (type SetGenSetupType) section.