ITransactionApiAddOrUpdateTransaction Method |
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.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax void AddOrUpdateTransaction(
int employeeId,
Punch punch
)
Sub AddOrUpdateTransaction (
employeeId As Integer,
punch As Punch
)
void AddOrUpdateTransaction(
int employeeId,
Punch^ punch
)
abstract AddOrUpdateTransaction :
employeeId : int *
punch : Punch -> unit
Parameters
- employeeId
- Type: SystemInt32
Employee ID. - punch
- Type: AMG.API.TimecardPunch
Punch transaction
See Also