Click or drag to resize

Broker_2019_01 Interface

Methods to retrieve, update and insert brokers in to Epic. Also contains methods to manipulate Broker Payable Contracts.
Namespace:  ASI.TAM.API.Web.EpicSDK.Broker
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Broker_2019_01

The Broker_2019_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_Broker_ModifyGeneralLedgerSubaccount
Changes the General Ledger Sub Account Code for the specified broker
Public methodDelete_Broker_PayableContract
Deletes a specified broker payable contract
Public methodCode exampleGet_Broker
Retrieves a list of brokers from Epic that meet the requirements specified by the parameters.
Public methodCode exampleGet_Broker_PayableContract
Retrieves a list of broker payable contracts from Epic that meet the requirements specified by the parameters.
Public methodInsert_Broker
Inserts the specified broker into Epic
Public methodInsert_Broker_PayableContract
Inserts the specified broker payable contract into Epic
Public methodUpdate_Broker
Updates the specified broker
Public methodUpdate_Broker_PayableContract
Updates the specified broker payable contract
Top
Remarks