The enable-aps-filter operation makes all applications unavailable for specified reseller accounts. Specified resellers will not be able to include applications in their service plans.
A request XML packet of the enable-aps-filter has the following structure:
<packet>
<reseller>
<enable-aps-filter>
...
</enable-aps-filter>
</reseller>
</packet>
The enable-aps-filter node is presented by type ResellerApsFilterTypeInput (reseller.xsd
). Its graphical representation is as follows:
The enable-aps-filter node of the response packet is structured as follows:
common.xsd
). common.xsd
).A packet that makes all applications unavailable for the reseller account with ID 1234 looks as follows:
<packet>
<reseller>
<enable-aps-filter>
<filter>
<id>1234</id>
</filter>
</enable-aps-filter>
</reseller>
</packet>
Response:
<packet>
<reseller>
<enable-aps-filter>
<result>
<status>ok</status>
<filter-id>1234</filter-id>
<id>1234</id>
</result>
</enable-aps-filter>
</reseller>
</packet>