Click or drag to resize

IAtomiaBillingApiGetUsageReportSubscription Method

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

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

Parameters

customerId
Type: SystemGuid
The customer id.
subscriptionId
Type: SystemGuid
The subscription 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