Click or drag to resize

IAtomiaBillingApiGetReportData Method

Gets the report data.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ReportResult GetReportData(
	Guid billingReportId,
	IList<ReportColumn> segmentationColumns,
	IDictionary<FilterType, string> parameters,
	ReportViewType viewType
)

Parameters

billingReportId
Type: SystemGuid
The billing report identifier.
segmentationColumns
Type: System.Collections.GenericIListReportColumn
The segmentation columns.
parameters
Type: System.Collections.GenericIDictionaryFilterType, String
The parameters.
viewType
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReportViewType
Type of the view.

Return Value

Type: ReportResult
Report data.
See Also