Click or drag to resize
IMiscEntryApiDeleteMiscEntry Method
Deletes miscellaneous transaction by given employee and date.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteMiscEntry(
	int employeeId,
	DateTime date
)

Parameters

employeeId
Type: SystemInt32
Employee ID.
date
Type: SystemDateTime
Miscellaneous transaction's Date/Time

Return Value

Type: Int32
Returns number of deleted database rows.
See Also