Click or drag to resize
ITransactionApi Interface
Clock transactions (Punches) 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 ITransactionApi

The ITransactionApi type exposes the following members.

Methods
  NameDescription
Public methodAddOrUpdateTransaction
Adds or updates a punch transaction. When there is already a transaction for given employee at given date/time it is being updated otherwise new transaction is added.
Public methodDeleteTransaction
Deletes punch transaction by given employee and date.
Public methodGetTransactions
Gets punch transactions for given employees in given time range.
Top
See Also