Example XML Request
<request>
<data>
<!--The preferred domain controller for Active Directory operations.-->
<preferredDomainController>AD01.Fabrikam.Com</preferredDomainController>
<!--GUID of a parent customer object such as Reseller or Tenant organization. GUID should only be used when Parent object to query is on longer in Active Directory. Required if Path not specified. Both of two formats are supported: {6e315934-b0f1-4343-9a0a-c9de3ee90eef}or 3459316ef1b043439a0ac9de3ee90eef-->
<GUID>3459316ef1b043439a0ac9de3ee90eef</GUID>
</data>
<procedure>
<execute namespace="Managed Plans" procedure="QueryCustomersByParentID" impersonate="1">
<before source="data" sourcePath="preferredDomainController" destination="executeData" mode="move" />
<before source="data" sourcePath="GUID" destination="executeData" mode="move" />
<after source="executeData" destination="data" mode="merge" />
</execute>
</procedure>
</request>
Example XML Response
<response>
<data>
<!--GUID of a parent customer object such as Reseller or Tenant organization.-->
<GUID>3459316ef1b043439a0ac9de3ee90eef</GUID>
<!--LDAP Path of a parent customer object such as a Reseller or Tenant organization.-->
<path>LDAP://OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</path>
<!--Container element for a collection of one or more customer instances.-->
<customers>
<!--Container element for a single customer instance.-->
<customer>
<GUID>1F444526CB6F4D5C9A59C9A84E26B618</GUID>
<Type>BusinessOrganization</Type>
<Path>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</Path>
</customer>
</customers>
</data>
</response>