Click or drag to resize
IWageApiGetEmployeeWages Method
Gets all wages for given employees.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
EmployeeWage[] GetEmployeeWages(
	int[] employeeIds
)

Parameters

employeeIds
Type: SystemInt32
Employee IDs

Return Value

Type: EmployeeWage
Returns array of employee's wages.
See Also