Hosted Exchange::AddAvailablePlans

Add service plans to 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 add to the list of available plans for the organization.

Remarks

Security

  • Impersonate caller.

  • Caller tested for OrgCreator permissions.

Sample Code

Example XML Request

<request> 
        <procedure > 
                <execute namespace="Hosted Exchange" procedure="AddAvailablePlans"  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>

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::GetAvailablePlans
Hosted Exchange::GetPlans