IMeteringService GetUsageAmount Method CelloSaaS API Documentation
Gets the usage amount from the given period.

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

Dictionary<string, double> GetUsageAmount(
	string[] usageCodes,
	DateTime fromDate,
	DateTime toDate,
	string tenantId
)

Parameters

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

Return Value

Type: Dictionary String, Double 
See Also