Quote purging web services

To manipulate quote purging from external systems, call the PurgeAPI web service. The service provides methods for flagging whether to purge a policy or policy period.

See also

Do not purge flag on a policy period

The PurgeAPI web service has methods related to the DoNotDestroy flag on a policy period. The methods accept the PublicID of the policy period. They perform the following operations.

  • Check whether a policy period is excluded from purge – From an external system, call the isDoNotDestroyPolicyPeriod method to check the DoNotDestroy flag on a policy period.
  • Flag a policy period as excluded from purge – From an external system, call the setDoNotDestroyPolicyPeriod method to set the DoNotDestroyFlag on a policy period to true.
  • Flag a policy period as not excluded from purge – From an external system, call the unsetDoNotDestroyPolicyPeriod method to set the DoNotDestroyFlag on a policy period to false.