IWageApiGetEmployeeWages Method |
Gets all wages for given employees.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax EmployeeWage[] GetEmployeeWages(
int[] employeeIds
)
Function GetEmployeeWages (
employeeIds As Integer()
) As EmployeeWage()
array<EmployeeWage^>^ GetEmployeeWages(
array<int>^ employeeIds
)
abstract GetEmployeeWages :
employeeIds : int[] -> EmployeeWage[]
Parameters
- employeeIds
- Type: SystemInt32
Employee IDs
Return Value
Type:
EmployeeWageReturns array of employee's wages.
See Also