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

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

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