Click or drag to resize

EquipmentFloater_2013_03 Interface

Methods related to the Epic Equipment Floater policies. Usable from any SDK Client starting from the 2013_03 version.
Namespace:  ASI.TAM.API.Web.EpicSDK.EquipmentFloater
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface EquipmentFloater_2013_03

The EquipmentFloater_2013_03 type exposes the following members.

Methods
  NameDescription
Public methodDelete_EquipmentFloater_AdditionalCoverage
This method will delete a AdditionalCoverage which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_AdditionalInterest
This method will delete a AdditionalInterest which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_EquipmentStorage
This method will delete a EquipmentStorage which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_FormAndEndorsement
This method will delete a FormAndEndorsement which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_Remark
This method will delete a Remark which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_ScheduledEquipment
This method will delete a ScheduledEquipment which is associated to a EquipmentFloater policy from Epic.
Public methodDelete_EquipmentFloater_SupplementalScreen
This method will remove a SupplementalScreen from a EquipmentFloater policy.
Public methodDelete_EquipmentFloater_UnscheduledEquipment
This method will delete a UnscheduledEquipment which is associated to a EquipmentFloater policy from Epic.
Public methodCode exampleGet_EquipmentFloater_AdditionalCoverage
This function will retrieve AdditionalCoverage objects associated with a EquipmentFloater policy from Epic.
Public methodCode exampleGet_EquipmentFloater_AdditionalInterest
This function will retrieve AdditionalInterest objects associated with a EquipmentFloater policy from Epic.
Public methodCode exampleGet_EquipmentFloater_CoverageDeductible
This function will retrieve CoverageDeductible associated with a EquipmentFloater policy from Epic.
Public methodCode exampleGet_EquipmentFloater_EquipmentStorage
This function will retrieve EquipmentStorage objects associated with a EquipmentFloater policy from Epic.
Public methodCode exampleGet_EquipmentFloater_FormAndEndorsement
This function will retrieve FormAndEndorsement objects associated with a EquipmentFloater policy from Epic.
Public methodGet_EquipmentFloater_GeneralInformation
This function will retrieve GeneralInformation associated with a EquipmentFloater policy from Epic.
Public methodGet_EquipmentFloater_Remark
This function will retrieve Remark objects associated with a EquipmentFloater policy from Epic.
Public methodGet_EquipmentFloater_ScheduledEquipment
This function will retrieve ScheduledEquipment objects associated with a EquipmentFloater policy from Epic.
Public methodGet_EquipmentFloater_SupplementalScreen
This method retrieves SupplementalScreen objects which are associated with a EquipmentFloater policy.
Public methodGet_EquipmentFloater_SupplementalScreen_BlankScheduledItem
This method will retrieve a Blank DataItemsRow for a SupplementalScreen associated to a EquipmentFloater policy.
Public methodGet_EquipmentFloater_TerritoryAndTypeOfOperations
This function will retrieve TerritoryAndTypeOfOperations associated with a EquipmentFloater policy from Epic.
Public methodGet_EquipmentFloater_UnscheduledEquipment
This function will retrieve UnscheduledEquipment objects associated with a EquipmentFloater policy from Epic.
Public methodInsert_EquipmentFloater_AdditionalCoverage
This function will insert a AdditionalCoverage into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_AdditionalInterest
This function will insert a AdditionalInterest into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_EquipmentStorage
This function will insert a EquipmentStorage into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_FormAndEndorsement
This function will insert a FormAndEndorsement into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_Remark
This function will insert a Remark into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_ScheduledEquipment
This function will insert a ScheduledEquipment into Epic that is associated with a EquipmentFloater policy.
Public methodInsert_EquipmentFloater_SupplementalScreen
This method will add the SupplementalScreen specified by the AvailableSupplementalScreenID to the EquipmentFloater policy specified by the LineID.

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

Public methodInsert_EquipmentFloater_UnscheduledEquipment
This function will insert a UnscheduledEquipment into Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_AdditionalCoverage
This method will update a AdditionalCoverage in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_AdditionalInterest
This method will update a AdditionalInterest in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_CoverageDeductible
This method will update EquipmentFloater CoverageDeductible in Epic.
Public methodUpdate_EquipmentFloater_EquipmentStorage
This method will update a EquipmentStorage in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_FormAndEndorsement
This method will update a FormAndEndorsement in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_GeneralInformation
This method will update EquipmentFloater GeneralInformation in Epic.
Public methodUpdate_EquipmentFloater_Remark
This method will update a Remark in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_ScheduledEquipment
This method will update a ScheduledEquipment in Epic that is associated with a EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_SupplementalScreen
This method will update a SupplementalScreen associated with at EquipmentFloater policy.
Public methodUpdate_EquipmentFloater_TerritoryAndTypeOfOperations
This method will update EquipmentFloater TerritoryAndTypeOfOperations in Epic.
Public methodUpdate_EquipmentFloater_UnscheduledEquipment
This method will update a UnscheduledEquipment in Epic that is associated with a EquipmentFloater policy.
Top
See Also