Click or drag to resize
IBenefitApiGetBenefits Method

Gets employee's benefits by category.

When categoryId is 0 all benefits will be retrieved.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
EmployeeBenefits[] GetBenefits(
	int employeeId,
	int categoryId
)

Parameters

employeeId
Type: SystemInt32
The ID of employee.
categoryId
Type: SystemInt32
The ID of category.

Return Value

Type: EmployeeBenefits
Returns array of EmployeeBenefits.
See Also