Click or drag to resize

Watercraft_2013_03 Interface

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

The Watercraft_2013_03 type exposes the following members.

Methods
  NameDescription
Public methodDelete_Watercraft_AdditionalInterest
This method will delete a AdditionalInterest which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_Boat
This method will delete a Boat which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_Engine
This method will delete a Engine which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_FormAndEndorsement
This method will delete a FormAndEndorsement which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_Operator
This method will delete a Operator which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_Remark
This method will delete a Remark which is associated to a Watercraft policy from Epic.
Public methodDelete_Watercraft_SupplementalScreen
This method will remove a SupplementalScreen from a Watercraft policy.
Public methodDelete_Watercraft_Trailer
This method will delete a Trailer which is associated to a Watercraft policy from Epic.
Public methodGet_Watercraft_AdditionalInterest
This function will retrieve AdditionalInterest objects associated with a Watercraft policy from Epic.
Public methodCode exampleGet_Watercraft_Applicant
This function will retrieve an Applicant associated with a Watercraft policy from Epic.
Public methodCode exampleGet_Watercraft_Attachments
This function will retrieve Attachments associated with a Watercraft policy from Epic.
Public methodCode exampleGet_Watercraft_Boat
This function will retrieve Boat objects associated with a Watercraft policy from Epic.
Public methodGet_Watercraft_DefaultBoat
This method is used to populate a Boat object with current Coverages that are needed to insert Boat information.
Public methodCode exampleGet_Watercraft_Engine
This function will retrieve Engine objects associated with a Watercraft policy from Epic.
Public methodCode exampleGet_Watercraft_FormAndEndorsement
This function will retrieve FormAndEndorsement objects associated with a Watercraft policy from Epic.
Public methodGet_Watercraft_GeneralInformation
This function will retrieve GeneralInformation associated with a Watercraft policy from Epic.
Public methodGet_Watercraft_Operator
This function will retrieve Operator objects associated with a Watercraft policy from Epic.
Public methodGet_Watercraft_Remark
This function will retrieve Remark objects associated with a Watercraft policy from Epic.
Public methodGet_Watercraft_SupplementalScreen
This method retrieves SupplementalScreen objects which are associated with a Watercraft policy.
Public methodGet_Watercraft_SupplementalScreen_BlankScheduledItem
This method will retrieve a Blank DataItemsRow for a SupplementalScreen associated to a Watercraft policy.
Public methodGet_Watercraft_Trailer
This function will retrieve Trailer objects associated with a Watercraft policy from Epic.
Public methodInsert_Watercraft_AdditionalInterest
This function will insert a AdditionalInterest into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_Boat
This function will insert a Boat into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_Engine
This function will insert a Engine into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_FormAndEndorsement
This function will insert a FormAndEndorsement into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_Operator
This function will insert a Operator into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_Remark
This function will insert a Remark into Epic that is associated with a Watercraft policy.
Public methodInsert_Watercraft_SupplementalScreen
This method will add the SupplementalScreen specified by the AvailableSupplementalScreenID to the Watercraft policy specified by the LineID.

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

Public methodInsert_Watercraft_Trailer
This function will insert a Trailer into Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_AdditionalInterest
This method will update a AdditionalInterest in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_Applicant
This method will update a Watercraft Applicant in Epic.
Public methodUpdate_Watercraft_Attachments
This method will update Watercraft Attachments in Epic.
Public methodUpdate_Watercraft_Boat
This method will update a Boat in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_Engine
This method will update a Engine in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_FormAndEndorsement
This method will update a FormAndEndorsement in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_GeneralInformation
This method will update Watercraft GeneralInformation in Epic.
Public methodUpdate_Watercraft_Operator
This method will update a Operator in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_Remark
This method will update a Remark in Epic that is associated with a Watercraft policy.
Public methodUpdate_Watercraft_SupplementalScreen
This method will update a SupplementalScreen associated with at Watercraft policy.
Public methodUpdate_Watercraft_Trailer
This method will update a Trailer in Epic that is associated with a Watercraft policy.
Top
See Also