Click or drag to resize

ConfigureGeneralLedger_2019_01 Interface

Methods to interact with General Ledger Configuration in Epic.
Namespace:  ASI.TAM.API.Web.EpicSDK.GeneralLedger
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntax
public interface ConfigureGeneralLedger_2019_01

The ConfigureGeneralLedger_2019_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_GeneralLedger_ChartOfAccountDefineBankAccount
Defines a chart of account as a bank account or modifies the data of already defined bank accounts.
Public methodAction_GeneralLedger_ChartOfAccountInactivateReactivate
Inactivates a chart of account and related sub accounts. If the chart of account is already inactive, then reactivate instead.
Public methodDelete_GeneralLedger_ChartOfAccount
This method will delete a chart of account from Epic.
Public methodGet_GeneralLedger_ChartOfAccount
Retrieve a list of chart of accounts from Epic that meet the criteria provided.
Public methodGet_GeneralLedger_ChartOfAccountDefineBankAccount
Retrieve a bank account that corresponds to the specified chart of account identifier.
Public methodInsert_GeneralLedger_ChartOfAccount
Insert a new chart of account into the Epic database.
Public methodUpdate_GeneralLedger_ChartOfAccount
Update an existing chart of account.
Top
See Also