Click or drag to resize

Voucher_2011_01 Interface

Methods to interact with Vouchers 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 Voucher_2011_01

The Voucher_2011_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_GeneralLedger_VoucherPayVouchers
Performs a Pay Vouchers action for a voucher.
Public methodAction_GeneralLedger_VoucherTransferOfFunds
Performs a Transfer of Funds action for a voucher.
Public methodAction_GeneralLedger_VoucherVoid
Performs a Void action for a voucher.
Public methodGet_GeneralLedger_Voucher
Retrieves a list of vouchers from Epic that meet the requirements specified in the parameters.
Public methodGet_GeneralLedger_VoucherDefaultActionPayVouchers
Populates a pay vouchers object with dynamic items necessary to perform the pay vouchers action.
Public methodGet_GeneralLedger_VoucherDefaultDefaultEntry
Used to populate a voucher object with a specified default entry.
Public methodInsert_GeneralLedger_Voucher
This function will insert a Voucher into Epic.
Public methodUpdate_GeneralLedger_Voucher
This method will update a Voucher in Epic.
Top
See Also