Click or drag to resize
IBenefitApiAddBenefitBalance Method
Balances the employee's benefit.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int AddBenefitBalance(
	int employeeId,
	Benefit benefit
)

Parameters

employeeId
Type: SystemInt32
The ID of employee
benefit
Type: AMG.API.DefinitionsBenefit
The benefit to add.

Return Value

Type: Int32
Returns newly inserted benefit's ID.
See Also