Click or drag to resize
IBenefitApi Interface
Benefit related XML-RPC methods.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IBenefitApi

The IBenefitApi type exposes the following members.

Methods
  NameDescription
Public methodAddBenefit
Adds a new benefit to given employee.
Public methodAddBenefitBalance
Balances the employee's benefit.
Public methodDeleteBenefit
Deletes a benefit by ID.
Public methodGetBenefits

Gets employee's benefits by category.

When categoryId is 0 all benefits will be retrieved.

Public methodUpdateBenefit
Updates the given benefit.
Top
See Also