Click or drag to resize

Commission_2011_12 Interface

Methods to retrieve, update, insert, and delete commissions in Epic.

Namespace:  ASI.TAM.API.Web.EpicSDK.Commission
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Commission_2011_12

The Commission_2011_12 type exposes the following members.

Methods
  NameDescription
Public methodAction_Commission_BrokerCopyAgreement
Copies a commission from one broker to another.
Public methodAction_Commission_CompanyCopyAgreement
Copies a commission from one company to another.
Public methodAction_Commission_EmployeeCopyAgreement
Copies a commission from one employee to another.
Public methodDelete_Commission_BrokerCommission
Deletes a specified broker commission.
Public methodDelete_Commission_CompanyCommission
Deletes a specified company commission
Public methodCode exampleDelete_Commission_EmployeeCommission
Deletes a specified employee commission
Public methodGet_Commission_BrokerCommission
Retrieves a list of broker commissions from Epic that meet the requirements specified by the parameters.
Public methodGet_Commission_CompanyCommission
Retrieves a list of company commissions from Epic that meet the requirements specified by the parameters.
Public methodCode exampleGet_Commission_EmployeeCommission
Retrieves a list of employee commissions from Epic that meet the requirements specified by the parameters.
Public methodInsert_Commission_BrokerCommission
Inserts the specified broker commission in to Epic.
Public methodInsert_Commission_CompanyCommission
Inserts the specified company commission in to Epic.
Public methodCode exampleInsert_Commission_EmployeeCommission
Inserts the specified employee commission in to Epic
Public methodUpdate_Commission_BrokerCommission
Updates the specified broker commission.
Public methodUpdate_Commission_CompanyCommission
Updates the specified company commission.
Public methodCode exampleUpdate_Commission_EmployeeCommission
Updates the specified employee commission
Top
Remarks
Supported in Epic 6.0 and higher.
See Also