Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateFinancialPeriodAudit

Creates a new audit collection of all currently open Financial Periods for the given OrganizationUnitID. The OrganizationUnitID act as root selector and will cascade for all 'child' organizations as well.

Supply a To parameter to only collect Financial Periods from before that moment for audit. Supply the Type to specify which or what kind of output you want to have. If none is passed the first available one is used. See the GetFinancialPeriodAuditOutputTypes service to fetch all of the available types.

Hierarchy

  • CreateFinancialPeriodAudit

Index

Properties

Optional From

From: undefined | string

Start of the date range to create an audit for

Optional IsPreview

IsPreview: undefined | false | true

Optional OrganizationUnitID

OrganizationUnitID: undefined | number

Entity type: OrganizationUnit

Optional To

To: undefined | string

End of the date range to create an audit for

Optional Type

Type: undefined | string

Use GetFinancialPeriodAuditOutputTypes to fetch the available types