Click or drag to resize

IAtomiaBillingApiGetUsageReport Method

Gets usage report for given customer id for period of time.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
UsageReport GetUsageReport(
	Guid customerId,
	DateTime startDate,
	DateTime endDate
)

Parameters

customerId
Type: SystemGuid
The customer id.
startDate
Type: SystemDateTime
The start date of time period for which report will be created.
endDate
Type: SystemDateTime
The end date of time period for which report will be created.

Return Value

Type: UsageReport
Detailed usage report.
See Also