MeteringProxy GetChildTenantsUsageAmount Method CelloSaaS API Documentation
Gets the usage amount from the given period for the child tenants.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, Dictionary<string, double>> GetChildTenantsUsageAmount(
	string[] usageCodes,
	DateTime fromDate,
	DateTime toDate,
	string parentTenantId
)

Parameters

usageCodes
Type:  System String 
usage code arrary (optional)
fromDate
Type: System DateTime
from date
toDate
Type: System DateTime
to date
parentTenantId
Type: System String
tenant id

Return Value

Type: Dictionary String, Dictionary String, Double  
See Also