Hosted Exchange::RemoveAvailablePlans

This procedure removes service plans from the list of available plans for an organization.

Arguments

Input argument Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the organization.

<preferredDomainController>

Yes

<availablePlans>/<planName>

Yes

One or more valid plan names to remove from the list of available plans for the organization.

Remarks

Provisioning Steps

  1. Hosted Exchange::TestPermissions_ - tested for OrgCreator

  2. Hosted Exchange::SetAvailablePlanStatus_

Security

Impersonate caller.

Caller Tested for OrgCreator permissions.

Sample Code

Example XMl Request

<request>   
        <procedure>    
                <execute namespace="Hosted Exchange" procedure="RemoveAvailablePlans" impersonate="1">       
                        <executeData>        
                                <path>LDAP://OU=alpineskihouse,OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</path>         
                                <preferredDomainController>AD01.fabrikam.com</preferredDomainController>         
                                <availablePlans>           
                                        <planName>BaseMail</planName>           
                                        <planName>GoldMail</planName>           
                                        <planName>PlatinumPlusMail</planName>         
                                </availablePlans>       
                        </executeData>       
                        <after source="executeData" destination="data" mode="merge" />     
                </execute>   
        </procedure> 
</request> 

Example XML Response

No example XML response.

Applies To

Hosted Exchange Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

See also

Tasks

Hosted Exchange::GetPlans
Hosted Exchange::GetPlanDetail