Hosted CDI::CreateOrganizationPlan

The procedure creates a new Customer Directory Integration (CDI) plan.

Arguments

Input argument Required Description

<planName>

Yes

The unique name of the plan

<planDescription>

Yes

The description of the plan

<preferredDomainController>

Yes

The preferred domain controller

Remarks

No remarks

Sample Code

Example XML Request

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

<request> 
        <procedure> 
                <execute namespace="Hosted CDI" procedure="CreateOrganizationPlan" impersonate="1"> 
                        <executeData> 
                                <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                                <planName>CDI Plan2</planName> 
                                <planDescription>CDI Plan2</planDescription> 
                        </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::ChangeOrganizationPlan
Hosted CDI::ModifyOrganizationPlan