Click or drag to resize

IAtomiaBillingApiGetReportArchiveById Method

Gets the report archive by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ReportArchive GetReportArchiveById(
	Guid reportArchiveId
)

Parameters

reportArchiveId
Type: SystemGuid
The report archive id.

Return Value

Type: ReportArchive
The report archive.
See Also