Click or drag to resize
IMiscEntryApiAddOrUpdateMiscEntry Method
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.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void AddOrUpdateMiscEntry(
	int employeeId,
	MiscEntry entry
)

Parameters

employeeId
Type: SystemInt32
Employee ID.
entry
Type: AMG.API.TimecardMiscEntry
Miscellaneous transaction
See Also