Policy search SOAP API
PolicyCenter provides another
WSI compliant web service called PolicySearchAPI,
which contains two methods, findPolicyPeriodPublicIdByPolicyNumberAndDate
and findPolicyPublicIdByPolicyNumber.
The findPolicyPeriodPublicIdByPolicyNumberAndDate method uses a policy number and a date to find and return a policy period’s public ID.
policySearchAPI.findPolicyPeriodPublicIdByPolicyNumberAndDate("123435", DateUtil.currentDate())The method performs the search only against policy periods stored in PolicyCenter.
The findPolicyPublicIdByPolicyNumber method uses a policy number to find and return a policy’s public ID.
policySearchAPI.findPolicyPublicIdByPolicyNumber("123435")The method performs the search only against policies stored in PolicyCenter.
For more general search for
policies, use the web service CCPolicySearchIntegration.
