ITransactionApi Interface |
Namespace: AMG.API
The ITransactionApi type exposes the following members.
Name | Description | |
---|---|---|
AddOrUpdateTransaction |
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.
| |
DeleteTransaction |
Deletes punch transaction by given employee and date.
| |
GetTransactions |
Gets punch transactions for given employees in given time range.
|