Click or drag to resize
IWageApi Interface
Wage 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 IWageApi

The IWageApi type exposes the following members.

Methods
  NameDescription
Public methodAddOrUpdateWage
Adds or updates a wage definition. When there is already a wage for given employee at given date it is being updated otherwise new wage definition is added.
Public methodDeleteWage
Deletes wage definition by given employee and date.
Public methodGetEmployeeWages
Gets all wages for given employees.
Public methodGetWage
Gets employee's calculated wage according to all job costing rules.
Top
See Also