Click or drag to resize

Disbursement_2011_01 Interface

Methods to interact with Disbursements 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 Disbursement_2011_01

The Disbursement_2011_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_GeneralLedger_DisbursementPayVouchers
Performs a Pay Vouchers action for a disbursement.
Public methodAction_GeneralLedger_DisbursementTransferOfFunds
Performs a Transfer of Funds action for a disbursement.
Public methodAction_GeneralLedger_DisbursementVoid
Performs a Void action for a disbursement.
Public methodGet_GeneralLedger_Disbursement
Retrieves a list of disbursements from Epic that meet the requirements specified in the parameters.
Public methodGet_GeneralLedger_DisbursementDefaultActionPayVouchers
Populates a pay vouchers object with dynamic items necessary to perform the pay vouchers action.
Public methodGet_GeneralLedger_DisbursementDefaultDefaultEntry
Used to populate a disbursement object with a specified default entry.
Public methodInsert_GeneralLedger_Disbursement
This function will insert a Disbursement into Epic.
Public methodUpdate_GeneralLedger_Disbursement
This method will update a Disbursement in Epic.
Top
Remarks