Click or drag to resize

ConfigureGeneralLedger_2021_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: 2021.1.0.1
Syntax
public interface ConfigureGeneralLedger_2021_01

The ConfigureGeneralLedger_2021_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_AllocationMethod
This method will delete a Allocation Method from Epic.
Public methodDelete_GeneralLedger_AllocationStructureGrouping
This method will delete a Allocation Structure Groupings from Epic.
Public methodDelete_GeneralLedger_ChartOfAccount
This method will delete a chart of account from Epic.
Public methodGet_GeneralLedger_AllocationMethod
Retrieve a list of Allocation Entries from Epic that meet the criteria provided.
Public methodGet_GeneralLedger_AllocationStructureGrouping
Retrieve a list of Allocation Entries from Epic that meet the criteria provided.
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_AllocationMethod
Insert a new Allocation Method into the Epic database.
Public methodInsert_GeneralLedger_AllocationStructureGrouping
Insert a new Allocation Structure Groupings into the Epic database.
Public methodInsert_GeneralLedger_ChartOfAccount
Insert a new chart of account into the Epic database.
Public methodUpdate_GeneralLedger_AllocationMethod
Update an existing Allocation Method Object.
Public methodUpdate_GeneralLedger_AllocationStructureGrouping
Update an existing Allocation Structure Groupings Object.
Public methodUpdate_GeneralLedger_ChartOfAccount
Update an existing chart of account.
Top
See Also