Click or drag to resize

Property_2018_01 Interface

Methods related to the Epic Property object, available from any SDK endpoint beginning with 2018_01.
Namespace:  ASI.TAM.API.Web.EpicSDK.Property
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Property_2018_01

The Property_2018_01 type exposes the following members.

Methods
  NameDescription
Public methodDelete_Property_AdditionalCoverage
This method will delete a Property AdditionalCoverage from Epic.
Public methodDelete_Property_AdditionalInterest
This method will delete a Property AdditionalInterest from Epic.
Public methodDelete_Property_FormAndEndorsement
This method will delete a Property FormAndEndorsement from Epic.
Public methodDelete_Property_Premise
This method will delete a PropertyPremise from Epic.
Public methodDelete_Property_Remark
This method will delete a Remark object which is associated with a Property policy from the database.
Public methodDelete_Property_SubjectOfInsurance
This method will delete a PropertySubjectOfInsurance from Epic.
Public methodDelete_Property_SupplementalScreen
This method will remove a SupplementalScreen from a Property policy.
Public methodDelete_Property_ValueReporting
This method will delete a ValueReporting object from Epic.
Public methodGet_Property_AdditionalCoverage
This function will retrieve AdditionalCoverage objects which are associated to a Property policy from Epic.
Public methodGet_Property_AdditionalInterest
This function will retrieve AdditionalInterest objects which are associated to a Property policy from Epic.
Public methodGet_Property_BusinessIncomeExtraExpenseRentalValue
This function will retrieve BusinessIncome objects which are associated to a Property policy from Epic.
Public methodGet_Property_FormAndEndorsement
This function will retrieve FormAndEndorsement objects which are associated to a Property policy from Epic.
Public methodGet_Property_Premise
This function will retrieve PropertyPremise objects from Epic.
Public methodGet_Property_Remark
This method is used to retrieve Remark objects which are associated to a Property policy.
Public methodGet_Property_StatementOfValues
This function will retrieve StatementOfValues objects which are associated to a Property policy from Epic.
Public methodGet_Property_SubjectOfInsurance
This function will retrieve SubjectOfInsurance objects which are associated to a Property policy from Epic.
Public methodGet_Property_SupplementalScreen
This method retrieves SupplementalScreen objects which are associated with a Property policy.
Public methodGet_Property_SupplementalScreen_BlankScheduledItem
This method will retrieve a Blank DataItemsRow for a SupplementalScreen associated to a Property policy.
Public methodGet_Property_ValueReporting
This function will retrieve ValueReporting objects which are associated to a Property policy from Epic.
Public methodInsert_Property_AdditionalCoverage
This function will insert a new AdditionalCoverage object which is associated to a Property policy into Epic.
Public methodInsert_Property_AdditionalInterest
This function will insert a new AdditionalInterest object which is associated to a Property policy into Epic.
Public methodInsert_Property_FormAndEndorsement
This function will insert a new FormAndEndorsement object which is associated to a Property policy into Epic.
Public methodInsert_Property_Premise
This function will insert a new PropertyPremise into Epic.
Public methodInsert_Property_Remark
This method will insert a Remark object, which is associated to a Property policy into the database.
Public methodInsert_Property_SubjectOfInsurance
This function will insert a PropertySubjectOfInsurance into Epic.
Public methodInsert_Property_SupplementalScreen
This method will add the SupplementalScreen specified by the AvailableSupplementalScreenID to the Property policy specified by the LineID.

The supplemental screen has to be created and installed from Epic.

Public methodInsert_Property_ValueReporting
This function will insert a new ValueReporting object into Epic.
Public methodUpdate_Property_AdditionalCoverage
This method will update an Property AdditionalCoverage object in Epic.
Public methodUpdate_Property_AdditionalInterest
This method will update an Property AdditionalInterest object in Epic.
Public methodUpdate_Property_BusinessIncomeExtraExpenseRentalValue
This method will update a Property BusinessIncome coverage object in Epic.
Public methodUpdate_Property_FormAndEndorsement
This method will update an Property FormAndEndorsement object in Epic.
Public methodUpdate_Property_Premise
This method will update an existing PropertyPremise in Epic.
Public methodUpdate_Property_Remark
This method will update a Remark object that is associated to a Property policy in Epic.
Public methodUpdate_Property_StatementOfValues
This method will update an Property StatementOfValues object in Epic.
Public methodUpdate_Property_SubjectOfInsurance
This method will update an existing PropertySubjectOfInsurance in Epic.
Public methodUpdate_Property_SupplementalScreen
This method will update a SupplementalScreen associated with at Property policy.
Public methodUpdate_Property_ValueReporting
This method will update a ValueReporting object in Epic.
Top
Remarks