Hosted Email 2007::RemoveAvailablePlans

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

Arguments

Input Arguments Required Description

<organization>

Yes

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

<preferredDomainController>

Yes

The Fully Qualified Domain Name(FQDN) of a domain controller.

<availablePlans>

Yes

The parameter defines which specific plans are available to this customer.

<availablePlans/ planName>

Yes

The name of the desired service plan. Can occur multiple times in the node.

Remarks

Security

The caller must be at least a member of role: OrgCreators.

Schema Definition

Input

<executeData>  
<organization>1..1 </organization> 
<preferredDomainController>1..1 </preferredDomainController> 
<availablePlans>1..1  
<planName>1..unbounded </planName> 
</availablePlans> 
</executeData> 

Output

<executeData>1..1 </executeData> 

Sample Code

Example XML Request

<request> 
  <data> 
    <!--LDAP path of the organization--> 
    <organization>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</organization> 
    <!--FQDN of a domain controller. --> 
    <preferredDomainController>AD01.Fabrikam.Com</preferredDomainController> 
    <!--Defines which specific plans are available to this customer.  --> 
    <availablePlans> 
      <!--The name of the desired service plan. Can occur multiple times in the node.  --> 
      <planName>BronzeMailbox</planName> 
    </availablePlans> 
  </data> 
  <procedure> 
    <execute namespace="Hosted Email 2007" procedure="RemoveAvailablePlans" impersonate="1"> 
      <before source="data" sourcePath="organization" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="preferredDomainController" destination="executeData" mode="move" /> 
      <before source="data" sourcePath="availablePlans" destination="executeData" mode="move" /> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request> 

Example XML Response

<response>  
<data /> 
</response> 

Applies To

Hosted Email 2007 Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Hosted Email 2007::AddAvailablePlans
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::CreateOrganizationPlan
Hosted Email 2007::CreateUserPlan
Hosted Email 2007::GetOrganizationAvailablePlans
Hosted Email 2007::GetOrganizationPlan
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::GetUserPlan
Hosted Email 2007::GetServiceInformation
Hosted Email 2007::GetUserPlanAssignment
Hosted Email 2007::ModifyUserPlan
Hosted Email 2007::Subscribe
Hosted Email 2007::Unsubscribe