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
- Quote purging in the Application Guide
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
DoNotDestroyflag on a policy period. - Flag a policy period as excluded from purge – From an external
system, call the setDoNotDestroyPolicyPeriod method to set the
DoNotDestroyFlagon a policy period totrue. - Flag a policy period as not excluded from purge – From an external
system, call the unsetDoNotDestroyPolicyPeriod method to set the
DoNotDestroyFlagon a policy period tofalse.
