Hosted CDI::GetOrganizationPlan

The procedure retrieves details about the specified plan.

Arguments

Input argument Required Description

<planName>

Yes

The name of the plan to get information on

<preferredDomainController>

Yes

The preferred domain controller

Output argument Description

<planDescription >

The description of the plan

<planTypeName>

The type of the plan

<featureName>

The name of the feature

<featureDescription>

The description of the feature

<featureValue >

The value of the feature

Remarks

No remarks

Sample Code

Example XML Request

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

<request> 
         <procedure> 
                 <execute namespace="Hosted CDI" procedure="GetOrganizationPlan" impersonate="1"> 
                         <executeData> 
                                 <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                                 <planName>CDIHosting</planName> 
                         </executeData> 
                         <after source="executeData" destination="data" mode="merge" /> 
                 </execute> 
         </procedure> 
</request>

Example XML Response

The following is an example of an XML response for the GetOrganizationPlan procedure of the Hosted CDI Namespace:

<response> 
        <data> 
                <planDescription>Customer Directory Integration plan</planDescription> 
                <planTypeName>CDIHosting</planTypeName> 
                <featureName>RemoteDomains</featureName> 
                <featureDescription>Number of remote domain subscriptions allowed 
                </featureDescription> 
                <featureValue>1</featureValue> 
        </data> 
</response>

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::ModifyOrganizationPlan
Hosted CDI::GetOrganizationPlanAssignment