Click or drag to resize

Employee_2017_02 Interface

Methods related to the Epic Employee object. Usable from any SDK Client starting from the 2017_02 version.
Namespace:  ASI.TAM.API.Web.EpicSDK.Employee
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Employee_2017_02

The Employee_2017_02 type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAction_Employee_ModifyGLSubaccount
This action will change the GeneralLedgerSubAccountCode for an employee.
Public methodCode exampleDelete_Employee_PayableContract
Deletes a specified employee payable contract
Public methodCode exampleGet_Employee
Retrieves a list of employees from Epic that meet the requirements specified by the parameters.
Public methodCode exampleGet_Employee_PayableContract
This function will retrieve employee payable contracts from Epic that meet the requirements specified by the parameters.
Public methodCode exampleInsert_Employee
This function will insert an employee into Epic
Public methodCode exampleInsert_Employee_PayableContract
Inserts the specified employee payable contract in to Epic
Public methodCode exampleUpdate_Employee
This method will update an employee in Epic.
Public methodCode exampleUpdate_Employee_PayableContract
Updates the specified employee payable contract
Top
Remarks