Click or drag to resize

Client_2018_01 Interface

Methods related to the Epic Client object. Usable from any SDK Client between the 2013_03 version and above.
Namespace:  ASI.TAM.API.Web.EpicSDK.Client
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntax
public interface Client_2018_01

The Client_2018_01 type exposes the following members.

Methods
  NameDescription
Public methodDelete_Client_SplitReceivableTemplate
This method will delete a Split Receivable Template from Epic.
Public methodCode exampleGet_Client
This function will retrieve Client objects from Epic which match the parameters entered in the ClientFilter object.
Public methodCode exampleGet_Client_SplitReceivableTemplate
This function will retrieve Split Receivable Templates.
Public methodCode exampleInsert_Client
This function will insert a Client into Epic.
Public methodInsert_Client_SplitReceivableTemplate
This function will insert a Split Receivable Template into Epic.
Public methodCode exampleUpdate_Client
This method will update a Client in Epic.
Public methodUpdate_Client_SplitReceivableTemplate
This method will update a Split Receivable Template in Epic.
Top
See Also