Click or drag to resize
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.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void AddOrUpdateTransaction(
	int employeeId,
	Punch punch
)

Parameters

employeeId
Type: SystemInt32
Employee ID.
punch
Type: AMG.API.TimecardPunch
Punch transaction
See Also