Click or drag to resize

PersonalApplication_2014_11 Interface

Methods to interact with CommercialApplications in Epic.
Namespace:  ASI.TAM.API.Web.EpicSDK.PersonalApplication
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntax
public interface PersonalApplication_2014_11

The PersonalApplication_2014_11 type exposes the following members.

Methods
  NameDescription
Public methodDelete_PersonalApplication_FormAndEndorsement
This method will delete a PersonalApplication FormAndEndorsement from Epic.
Public methodDelete_PersonalApplication_LocationScheduleGaragingLocation
This method will delete a PersonalApplication Location from Epic.
Public methodDelete_PersonalApplication_Remark
This method will delete a Remark which is associated to a PersonalApplication from Epic.
Public methodCode exampleGet_PersonalApplication_Applicant
This function will retrieve PersonalApplication Applicant information from Epic.
Public methodGet_PersonalApplication_Attachments
This function will retrieve PersonalApplication Attachments from Epic.
Public methodGet_PersonalApplication_FormAndEndorsement
This function will retrieve PersonalApplication FormAndEndorsements from Epic.
Public methodGet_PersonalApplication_GeneralInformation
This function will retrieve PersonalApplication GeneralInformation from Epic.
Public methodGet_PersonalApplication_LocationScheduleGaragingLocation
This function will retrieve PersonalApplication Locations from Epic.
Public methodGet_PersonalApplication_PaymentPlan
This function will retrieve a PersonalApplication PaymentPlan from Epic.
Public methodGet_PersonalApplication_PolicySections
This function will retrieve PersonalApplication PolicySections from Epic.
Public methodGet_PersonalApplication_PriorCoverageAndLossHistory
This function will retrieve PersonalApplication PriorCoverageAndLossHistory from Epic.
Public methodGet_PersonalApplication_Remark
This function will retrieve Remark objects associated with a PersonalApplication from Epic.
Public methodInsert_PersonalApplication_FormAndEndorsement
This function will insert a PersonalApplication FormAndEndorsement into Epic.
Public methodInsert_PersonalApplication_LocationScheduleGaragingLocation
This function will insert a PersonalApplication Location into Epic.
Public methodInsert_PersonalApplication_Remark
This function will insert a Remark into Epic that is associated with a PersonalApplication.
Public methodUpdate_PersonalApplication_Applicant
This method will update a PersonalApplication Applicant in Epic.
Public methodUpdate_PersonalApplication_Attachments
This method will update PersonalApplication Attachments in Epic.
Public methodUpdate_PersonalApplication_FormAndEndorsement
This method will update a PersonalApplication FormAndEndorsement in Epic.
Public methodUpdate_PersonalApplication_GeneralInformation
This method will update PersonalApplication GeneralInformation in Epic.
Public methodUpdate_PersonalApplication_LocationScheduleGaragingLocation
This method will update a PersonalApplication Location in Epic.
Public methodUpdate_PersonalApplication_PaymentPlan
This method will update PersonalApplication PaymentPlans in Epic.
Public methodUpdate_PersonalApplication_PolicySections
This method will update PersonalApplication PolicySections in Epic.
Public methodUpdate_PersonalApplication_PriorCoverageAndLossHistory
This method will update a PersonalApplication PriorCoverageAndLossHistory in Epic.
Public methodUpdate_PersonalApplication_Remark
This method will update a Remark in Epic that is associated with a PersonalApplication.
Top
See Also