Click or drag to resize

Contact_2017_02 Interface

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

The Contact_2017_02 type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAction_Contact_ChangeMainBusinessContact
This action will set the selected business Contact to be the MainBusinessContact of the account it is associated with.

For action "Change Primary Contact", please use method update contact to set SDK property PrimaryContact to either true or fasle to represent whether is primary contact.

For action "Change Contact Category", please use method update contact to set SDK property CategoryOption to different value to mimic Epic action "Change Contact Category" for client.

Public methodCode exampleDelete_Contact
This method will delete a Contact from Epic.
Public methodCode exampleGet_Contact
This function will retrieve Contact objects from Epic which match the parameters entered in the ContactFilter object..
Public methodCode exampleInsert_Contact
This function will insert a new Contact into Epic.
Public methodCode exampleUpdate_Contact
This method will update an existing Contact in Epic.
Top
See Also