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

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, double> GetUsageAmount(
	string[] usageCodes,
	DateTime startDate,
	DateTime endDate,
	string tenantId
)

Parameters

usageCodes
Type:  System String 
usage code arrary (optional)
startDate
Type: System DateTime
endDate
Type: System DateTime
tenantId
Type: System String
tenant id

Return Value

Type: Dictionary String, Double 
See Also