C# Class CadenceAPI.AutoInvoiceAPI

Exibir arquivo Open project: AcklenAvenue/cadence-autoinvoice-api Class Usage Examples

Public Methods

Method Description
ProcessBatchOfInvoices ( int _transKey, int _BatchNo ) : bool

Private Methods

Method Description
ProcessInvoiceNoImage ( fsInvPost _invPost, int _transKey, object _debtorKey, object _invNumber, object _invAmount, object _invDate, object _invDescr, string _enteredUserId ) : bool
ProcessInvoiceWithImage ( fsInvPost _invPost, int _transKey, object _debtorKey, object _invNumber, object _invAmount, object _invDate, object _invDescr, string _enteredUserId, string _imagePathandFileName ) : bool

Method Details

ProcessBatchOfInvoices() public method

public ProcessBatchOfInvoices ( int _transKey, int _BatchNo ) : bool
_transKey int
_BatchNo int
return bool