Click or drag to resize

JournalEntry_2016_01 Interface

Methods to interact with Journal Entries 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 JournalEntry_2016_01

The JournalEntry_2016_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_GeneralLedger_JournalEntryTransferOfFunds
Performs a Transfer of Funds action for a journal entry.
Public methodAction_GeneralLedger_JournalEntryVoid
Performs a Void action for a journal entry.
Public methodGet_GeneralLedger_JournalEntry
Retrieves a list of journal entries from EPIC that meet the requirements specified in the journal entry filter object
Public methodGet_GeneralLedger_JournalEntryDefaultDefaultEntry
Used to populate a journal entry object with a specified default entry.
Public methodInsert_GeneralLedger_JournalEntry
This function will insert a journal entry into Epic.
Public methodUpdate_GeneralLedger_JournalEntry
This method will update a JournalEntry in Epic.
Top
See Also