The disable-aps-filter operation is used to make all apps available to subscribers of a certain reseller plan.
A request XML packet allowing reseller plan subscribers to install all available apps includes the disable-aps-filter operation node:
<packet>
<reseller-plan>
<disable-aps-filter>
...
</disable-aps-filter>
</reseller-plan>
</packet>
The disable-aps-filter node is presented by type ServiceTemplateDelInputType (reseller_template.xsd
). Its graphical representation is as follows:
domain_template.xsd
). See the Available Filters section for details on this node.
Important: When creating request packets, put nodes and elements in the order they follow in the packet structure.
The disable-aps-filter node of the output XML packet is of complex type (reseller_template.xsd
) which has the following presentation:
common.xsd
). common.xsd
).This packet makes available all apps to the reseller plan base_plan.
<packet>
<reseller-plan>
<disable-aps-filter>
<filter>
<name>base_plan</name>
</filter>
</disable-aps-filter>
</reseller-plan>
</packet>
Response:
<packet>
<reseller-plan>
<disable-aps-filter>
<result>
<status>ok</status>
<filter-id>base_plan</filter-id>
</result>
</disable-aps-filter>
</reseller-plan>
</packet>