Click or drag to resize

IAtomiaBillingApiSaveReportToArchive Method

Saves report to archive.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void SaveReportToArchive(
	Report report,
	Guid resellerId,
	string cultureName
)

Parameters

report
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report.
resellerId
Type: SystemGuid
The reseller id.
cultureName
Type: SystemString
Name of the culture.
See Also