Hosted CDI::ModifyOrganizationPlan

The ModifyOrganization procedure modifies the attributes of a Customer Directory Integration (CDI) Organization plan.

Arguments

Input argument Required Description

planName

Yes

The name of the plan to change

preferredDomainController

Yes

The preferred domain controller

newPlanName

No

The new unique name of the plan

planDescription

No

The description of the plan

remoteDomains

No

The number of remote domains allowed

Remarks

No remarks

Sample Code

Input XML Sample

The following is an example of an XML request for the ModifyOrganizationPlan procedure of the Hosted CDI Namespace:

<request> 
  <procedure> 
    <execute namespace="Hosted CDI" procedure="ModifyOrganizationPlan" impersonate="1"> 
      <executeData> 
        <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
        <planName>CDIHosting</planName>   
        <newPlanName>CDI Plan2</newPlanName>                    
        <planDescription>CDI Plan2</ planDescription> 
        <remoteDomains>2</remoteDomains> 
      </executeData> 
      <after source="executeData" destination="data" mode="merge" /> 
    </execute> 
  </procedure> 
</request> 

Applies To

Hosted Customer Directory Integration Namespace API for:

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Hosted CDI::GetOrganizationSettings
Hosted CDI::GetOrganizationPlan
Hosted CDI::ChangeOrganizationPlan
Hosted CDI::ModifyOrganization