getResolutionRules() SOAP API method

Returns a list of defined resolution rules (rules that define entity resolution parameters).

Parameters
Name Type Nullable? Description
matchMergeConfigID long Yes The ID of the resolution configuration for which to return resolution rules.
additionalInfo CustomInformation Yes This parameter is reserved for field customizations to the WSDL and XSLT transforms without changing the signature of the method.
Example Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services/">
	<soapenv:Header/>
	<soapenv:Body>
		<ser:getResolutionRules>
			<!--Optional:-->
			<matchMergeConfigID>1</matchMergeConfigID>
			<!--Optional:-->
			<additionalInfo/>
		</ser:getResolutionRules>
	</soapenv:Body>
</soapenv:Envelope>
Example Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:errdetail="http://rr.eas.ibm.com/EntityResolver/ErrorDetail" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<soapenv:Body>
		<getResolutionRulesResponse xmlns="http://services/">
			<resolutionRuleDetail xmlns="">
				<internalID>1</internalID>
				<matchMergeConfigID>1</matchMergeConfigID>
				<priorityID>000</priorityID>
				<matchMergeRuleDescription>Name &amp; Unique Number</matchMergeRuleDescription>
				<likenessConfidence>100</likenessConfidence>
				<relationshipConfidence>100</relationshipConfidence>
				<makeMerge>1</makeMerge>
				<allowDenial>0</allowDenial>
				<allowAttributeDenial>0</allowAttributeDenial>
				<nameCount>6</nameCount>
				<lasScore>70</lasScore>
				<unumDataCount>1</unumDataCount>
				<onumDataCount>0</onumDataCount>
				<addrDataCount>0</addrDataCount>
				<attrDataCount>0</attrDataCount>
				<emailDataCount>0</emailDataCount>
				<proximityCount>0</proximityCount>
				<approxCount>0</approxCount>
				<onumCloseCount>0</onumCloseCount>
				<dobCount>0</dobCount>
				<totalData>0</totalData>
				<totalCount>0</totalCount>
				<easGNConf>70</easGNConf>
				<easSNConf>70</easSNConf>
				<easFNConf>70</easFNConf>
				<lasGNScore>0</lasGNScore>
				<lasSNScore>0</lasSNScore>
			</resolutionRuleDetail>
			<resolutionRuleDetail xmlns="">
				<internalID>2</internalID>
				<matchMergeConfigID>1</matchMergeConfigID>
				<priorityID>005</priorityID>
				<matchMergeRuleDescription>Name &amp; Other Number with No Denials</matchMergeRuleDescription>
				<likenessConfidence>100</likenessConfidence>
				<relationshipConfidence>100</relationshipConfidence>
				<makeMerge>1</makeMerge>
				<allowDenial>1</allowDenial>
				<allowAttributeDenial>1</allowAttributeDenial>
				<nameCount>7</nameCount>
				<lasScore>80</lasScore>
				<unumDataCount>0</unumDataCount>
				<onumDataCount>1</onumDataCount>
				<addrDataCount>0</addrDataCount>
				<attrDataCount>0</attrDataCount>
				<emailDataCount>0</emailDataCount>
				<proximityCount>0</proximityCount>
				<approxCount>0</approxCount>
				<onumCloseCount>0</onumCloseCount>
				<dobCount>0</dobCount>
				<totalData>0</totalData>
				<totalCount>0</totalCount>
				<easGNConf>70</easGNConf>
				<easSNConf>80</easSNConf>
				<easFNConf>75</easFNConf>
				<lasGNScore>0</lasGNScore>
				<lasSNScore>0</lasSNScore>
			</resolutionRuleDetail>
			...
		</getResolutionRulesResponse>
	</soapenv:Body>
</soapenv:Envelope>