Share via


Hosted Exchange::InitializeCustomerPlanDatabase

This procedure adds customer, asset, plan, status, feature, and event types to the Customer Plan and Events database that are utilized by the Hosted Exchange Namespace.

Arguments

Input argument Required Description

<preferredDomainController>

Yes

Remarks

Provisioning Steps

  1. Create event types

  2. Create status types

  3. Create customer types

  4. Create asset types

  5. Create plan types

  6. Create feature types

  7. Create categories

Security

  • Impersonate caller.

Sample Code

Example XML Request

<request>   
        <procedure>     
                <execute namespace="Hosted Exchange" procedure="InitializeCustomerPlanDatabase" impersonate="1">       
                        <executeData>         
                                <preferredDomainController>AD01.fabrikam.com</preferredDomainController>       
                        </executeData>       
                        <after source="executeData" destination="data" mode="merge" />     
                </execute>   
        </procedure> 
</request>

Example XML Response

No example XML response.

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::SetCustomerDatabaseLocation