Click or drag to resize
IMiscEntryApi Interface
Miscellaneous transactions related XML-RPC methods.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IMiscEntryApi

The IMiscEntryApi type exposes the following members.

Methods
  NameDescription
Public methodAddOrUpdateMiscEntry
Adds or updates a miscellaneous transaction. When there is already a transaction for given date/time, that transaction is updated. Otherwise new transaction is added.
Public methodDeleteMiscEntry
Deletes miscellaneous transaction by given employee and date.
Public methodGetMiscTransactions
Gets miscellaneous transactions for given employees in given time range.
Top
See Also