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.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax void AddOrUpdateMiscEntry(
int employeeId,
MiscEntry entry
)
Sub AddOrUpdateMiscEntry (
employeeId As Integer,
entry As MiscEntry
)
void AddOrUpdateMiscEntry(
int employeeId,
MiscEntry^ entry
)
abstract AddOrUpdateMiscEntry :
employeeId : int *
entry : MiscEntry -> unit
Parameters
- employeeId
- Type: SystemInt32
Employee ID. - entry
- Type: AMG.API.TimecardMiscEntry
Miscellaneous transaction
See Also