IM Relationship Resolution Information Center, Version 4.2

getRoleAlertsByEntity() SOAP API method

Requests and obtains the details of all role alerts for a specific entity that is identified by its entity ID or by the external ID of one of its composite identity records. The UMF API equivalent of the getRoleAlertsByEntity method are the SOA_ROLE_ALERTS_BY_ENTITY_REQUEST input document and the SOA_ROLE_ALERTs_BY_ENTITY_RESPONSE output document.

Syntax

getRoleAlertsByEntity
(
 entityIdentifier,
 depth,
 additionalinfo
 
);

Description

Parameters
entityIdentifier
Type: long integer (64-bit)
Nullable: No
This parameter identifies the entity (directly or indirectly) for which the alerts are being requested. It can be either an EntityID object with value long representing entityID, or an ExternalID object with two string values representing the externalID and dataSourceCode.
depth
Type: DepthSetting
Nullable: Yes
This parameter indicates the level of detail for the response. If not specified, then FULL is assumed.
Valid Values: FULL
additionalinfo
Type: CustomInformation
Nullable: Yes
This parameter is reserved for field customizations to the WSDL and XSLT transforms without changing the signature of the method.
Example Request
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <getRoleAlertsByEntity xmlns="http://services/">
   <entityIdentifier xsi:type="ns1:ExternalID" xmlns:ns1="http://common/" xmlns="">
    <externalID>190-060028</externalID>
    <dataSourceCode>100</dataSourceCode>
   </entityIdentifier>
   <depth xsi:type="ns2:DepthSetting" xmlns:ns2="http://common/" xmlns="">
    <value>FULL</value>
   </depth>
   <additionalInfo xsi:nil="true" xmlns=""/>
  </getRoleAlertsByEntity>
 </soapenv:Body>
</soapenv:Envelope>

Description

Returns
getRoleAlertsByEntityResponse
Value:
alerts
Type: xsd_2:EntityAlerts
Value:
EntityAlerts
Value:
entityID
Type: xsd:long
AlertDetail
Value:
alertID
Type: xsd_1:AlertIdentifier
Value:
alertIdentifier
Value:
alertType
Type: xsd_2:AlertType
Value:
AlertType
Type: xsd:string
Values: ROLE_ALERT, ATTRIBUTE_ALERT, TRANSACTION_ALERT
alertID
Type: xsd:long
timestamp
Type: xsd:dateTime
alertAnalysis
maxOccurs="unbounded"
minOccurs="0"
Type: xsd_1:AlertAnalysis
Value:
alertAnalysis
Value:
dispositionID
Type: xsd:long:
comment
Type: xsd:string
timestamp
Type: xsd:dateTime
createdBy
Type: xsd:string
dispositionID
Type: xsd:long:
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <soapenv:Body>
  <getRoleAlertsByEntityResponse xmlns="http://services/">
   <alerts xmlns="">
    <entityID>10</entityID>
    <alerts xmlns:ns1="http://alerting/" xsi:type="ns1:RoleAlertDetail">
     <alertID>
      <alertType>ROLE_ALERT</alertType>
      <alertID>20</alertID>
     </alertID>
     <timestamp>2008-07-28T15:11:52</timestamp>
     <dispositionID>1</dispositionID>
     <roleAlertRuleID>1</roleAlertRuleID>
     <entities>
      <entityID>8</entityID>
      <roleIDs>1</roleIDs>
      <largeEntity>FALSE</largeEntity>
      <entityType>PERSON</entityType>
      <bestName>
       <identityHandle>
        <internalID>9</internalID>
        <externalID>190-050028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <nameID>9</nameID>
       <nameTypeCode>M</nameTypeCode>
       <givenName>BOB</givenName>
       <surname>EVAN</surname>
      </bestName>
      <bestAddress>
       <identityHandle>
        <internalID>9</internalID>
        <externalID>190-050028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <addressID>10</addressID>
       <addressTypeCode>H</addressTypeCode>
       <street1>5861 Mescal Way</street1>
       <city>LV</city>
       <state>NV</state>
       <country>USA</country>
       <postalCode>89110</postalCode>
      </bestAddress>
      <bestNumber>
       <identityHandle>
        <internalID>9</internalID>
        <externalID>190-050028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <numberID>9</numberID>
       <numberTypeID>2</numberTypeID>
       <numberValue>999-99-9999</numberValue>
      </bestNumber>
      <identities>
       <identityHandle>
        <internalID>9</internalID>
        <externalID>190-050028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050028</externalReference>
       </identityHandle>
       <roleIDs>1</roleIDs>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NameDetail">
        <identityHandle>
         <internalID>9</internalID>
         <externalID>190-050028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <nameID>9</nameID>
        <nameTypeCode>M</nameTypeCode>
        <givenName>BOB</givenName>
        <surname>EVAN</surname>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:AddressDetail">
        <identityHandle>
         <internalID>9</internalID>
         <externalID>190-050028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <addressID>10</addressID>
        <addressTypeCode>H</addressTypeCode>
        <street1>5861 Mescal Way</street1>
        <city>LV</city>
        <state>NV</state>
        <country>USA</country>
        <postalCode>89110</postalCode>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NumberDetail">
        <identityHandle>
         <internalID>9</internalID>
         <externalID>190-050028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <numberID>9</numberID>
        <numberTypeID>2</numberTypeID>
        <numberValue>999-99-9999</numberValue>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:CharacteristicDetail">
        <identityHandle>
         <internalID>9</internalID>
         <externalID>190-050028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <characteristicID>7</characteristicID>
        <characteristicValue>M</characteristicValue>
        <characteristicTypeID>2</characteristicTypeID>
       </attributes>
      </identities>
     </entities>
     <entities>
      <entityID>10</entityID>
      <roleIDs>1</roleIDs>
      <largeEntity>FALSE</largeEntity>
      <entityType>PERSON</entityType>
      <bestName>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <nameID>11</nameID>
       <nameTypeCode>M</nameTypeCode>
       <givenName>BOB</givenName>
       <surname>FRANKLIN</surname>
      </bestName>
      <bestAddress>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <addressID>12</addressID>
       <addressTypeCode>H</addressTypeCode>
       <street1>5861 Mescal Way</street1>
       <city>LV</city>
       <state>NV</state>
       <country>USA</country>
       <postalCode>89110</postalCode>
      </bestAddress>
      <bestNumber>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <numberID>11</numberID>
       <numberTypeID>2</numberTypeID>
       <numberValue>000-54-2600</numberValue>
      </bestNumber>
      <identities>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <roleIDs>1</roleIDs>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NameDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <nameID>11</nameID>
        <nameTypeCode>M</nameTypeCode>
        <givenName>BOB</givenName>
        <surname>FRANKLIN</surname>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:AddressDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <addressID>12</addressID>
        <addressTypeCode>H</addressTypeCode>
        <street1>5861 Mescal Way</street1>
        <city>LV</city>
        <state>NV</state>
        <country>USA</country>
        <postalCode>89110</postalCode>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NumberDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <numberID>11</numberID>
        <numberTypeID>2</numberTypeID>
        <numberValue>000-54-2600</numberValue>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:CharacteristicDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <characteristicID>9</characteristicID>
        <characteristicValue>M</characteristicValue>
        <characteristicTypeID>2</characteristicTypeID>
       </attributes>
      </identities>
     </entities>
     <relationshipPath>
      <fromEntityID>8</fromEntityID>
      <toEntityID>10</toEntityID>
      <pathStrength>60.00</pathStrength>
      <degreesOfSeparation>1</degreesOfSeparation>
      <relationships>
       <fromEntityID>8</fromEntityID>
       <toEntityID>10</toEntityID>
       <resolutionDetail>
        <relationshipConfidence>60</relationshipConfidence>
        <likenessConfidence>40</likenessConfidence>
        <resolutionID>11</resolutionID>
        <resolutionRuleID>10</resolutionRuleID>
        <resolutionRuleDescription>Street Address Only</resolutionRuleDescription>
        <contributors xmlns:ns1="http://resolution/results/" xsi:type="ns1:ResolvedAddress">
         <matchType>FULL_ADDRESS</matchType>
         <score>8</score>
         <inboundAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
          <addressID>12</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal Way</street1>
          <city>LV</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </inboundAddress>
         <existingAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
          <addressID>10</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal Way</street1>
          <city>LV</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </existingAddress>
        </contributors>
       </resolutionDetail>
      </relationships>
     </relationshipPath>
     <adjustedPathStrength>60.00</adjustedPathStrength>
    </alerts>
    <alerts xmlns:ns1="http://alerting/" xsi:type="ns1:RoleAlertDetail">
     <alertID>
      <alertType>ROLE_ALERT</alertType>
      <alertID>21</alertID>
     </alertID>
     <timestamp>2008-07-28T15:11:52</timestamp>
     <dispositionID>1</dispositionID>
     <roleAlertRuleID>1</roleAlertRuleID>
     <entities>
      <entityID>7</entityID>
      <roleIDs>1</roleIDs>
      <largeEntity>FALSE</largeEntity>
      <entityType>PERSON</entityType>
      <bestName>
       <identityHandle>
        <internalID>8</internalID>
        <externalID>190-050025</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050025</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <nameID>8</nameID>
       <nameTypeCode>M</nameTypeCode>
       <givenName>ROBERT EVAN</givenName>
       <surname>EVAN</surname>
       <generation>JR</generation>
      </bestName>
      <bestAddress>
       <identityHandle>
        <internalID>8</internalID>
        <externalID>190-050025</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050025</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <addressID>9</addressID>
       <addressTypeCode>H</addressTypeCode>
       <street1>5861 Mescal Way</street1>
       <city>Las Vegas</city>
       <state>NV</state>
       <country>USA</country>
       <postalCode>89110</postalCode>
      </bestAddress>
      <bestNumber>
       <identityHandle>
        <internalID>8</internalID>
        <externalID>190-050025</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050025</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <numberID>8</numberID>
       <numberTypeID>2</numberTypeID>
       <numberValue>191-54-2667</numberValue>
      </bestNumber>
      <identities>
       <identityHandle>
        <internalID>8</internalID>
        <externalID>190-050025</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-050025</externalReference>
       </identityHandle>
       <roleIDs>1</roleIDs>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NameDetail">
        <identityHandle>
         <internalID>8</internalID>
         <externalID>190-050025</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050025</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <nameID>8</nameID>
        <nameTypeCode>M</nameTypeCode>
        <givenName>ROBERT EVAN</givenName>
        <surname>EVAN</surname>
        <generation>JR</generation>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:AddressDetail">
        <identityHandle>
         <internalID>8</internalID>
         <externalID>190-050025</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050025</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <addressID>9</addressID>
        <addressTypeCode>H</addressTypeCode>
        <street1>5861 Mescal Way</street1>
        <city>Las Vegas</city>
        <state>NV</state>
        <country>USA</country>
        <postalCode>89110</postalCode>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NumberDetail">
        <identityHandle>
         <internalID>8</internalID>
         <externalID>190-050025</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050025</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <numberID>8</numberID>
        <numberTypeID>2</numberTypeID>
        <numberValue>191-54-2667</numberValue>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:CharacteristicDetail">
        <identityHandle>
         <internalID>8</internalID>
         <externalID>190-050025</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-050025</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <characteristicID>6</characteristicID>
        <characteristicValue>M</characteristicValue>
        <characteristicTypeID>2</characteristicTypeID>
       </attributes>
      </identities>
     </entities>
     <entities>
      <entityID>10</entityID>
      <roleIDs>1</roleIDs>
      <largeEntity>FALSE</largeEntity>
      <entityType>PERSON</entityType>
      <bestName>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <nameID>11</nameID>
       <nameTypeCode>M</nameTypeCode>
       <givenName>BOB</givenName>
       <surname>FRANKLIN</surname>
      </bestName>
      <bestAddress>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <addressID>12</addressID>
       <addressTypeCode>H</addressTypeCode>
       <street1>5861 Mescal Way</street1>
       <city>LV</city>
       <state>NV</state>
       <country>USA</country>
       <postalCode>89110</postalCode>
      </bestAddress>
      <bestNumber>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
       <numberID>11</numberID>
       <numberTypeID>2</numberTypeID>
       <numberValue>000-54-2600</numberValue>
      </bestNumber>
      <identities>
       <identityHandle>
        <internalID>11</internalID>
        <externalID>190-060028</externalID>
        <dataSourceCode>100</dataSourceCode>
        <externalReference>190-060028</externalReference>
       </identityHandle>
       <roleIDs>1</roleIDs>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NameDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <nameID>11</nameID>
        <nameTypeCode>M</nameTypeCode>
        <givenName>BOB</givenName>
        <surname>FRANKLIN</surname>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:AddressDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <addressID>12</addressID>
        <addressTypeCode>H</addressTypeCode>
        <street1>5861 Mescal Way</street1>
        <city>LV</city>
        <state>NV</state>
        <country>USA</country>
        <postalCode>89110</postalCode>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:NumberDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <numberID>11</numberID>
        <numberTypeID>2</numberTypeID>
        <numberValue>000-54-2600</numberValue>
       </attributes>
       <attributes xmlns:ns2="http://entity/results/" xsi:type="ns2:CharacteristicDetail">
        <identityHandle>
         <internalID>11</internalID>
         <externalID>190-060028</externalID>
         <dataSourceCode>100</dataSourceCode>
         <externalReference>190-060028</externalReference>
        </identityHandle>
        <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
        <characteristicID>9</characteristicID>
        <characteristicValue>M</characteristicValue>
        <characteristicTypeID>2</characteristicTypeID>
       </attributes>
      </identities>
     </entities>
     <relationshipPath>
      <fromEntityID>7</fromEntityID>
      <toEntityID>10</toEntityID>
      <pathStrength>60.00</pathStrength>
      <degreesOfSeparation>1</degreesOfSeparation>
      <relationships>
       <fromEntityID>7</fromEntityID>
       <toEntityID>10</toEntityID>
       <resolutionDetail>
        <relationshipConfidence>60</relationshipConfidence>
        <likenessConfidence>40</likenessConfidence>
        <resolutionID>11</resolutionID>
        <resolutionRuleID>10</resolutionRuleID>
        <resolutionRuleDescription>Street Address Only</resolutionRuleDescription>
        <contributors xmlns:ns1="http://resolution/results/" xsi:type="ns1:ResolvedAddress">
         <matchType>FULL_ADDRESS</matchType>
         <score>6</score>
         <inboundAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
          <addressID>12</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal Way</street1>
          <city>LV</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </inboundAddress>
         <existingAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
          <addressID>9</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal Way</street1>
          <city>Las Vegas</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </existingAddress>
        </contributors>
       </resolutionDetail>
      </relationships>
     </relationshipPath>
     <adjustedPathStrength>60.00</adjustedPathStrength>
    </alerts>
    <alerts xmlns:ns1="http://alerting/" xsi:type="ns1:RoleAlertDetail">
     <alertID>
      <alertType>ROLE_ALERT</alertType>
      <alertID>22</alertID>
     </alertID>
     <timestamp>2008-07-28T15:11:52</timestamp>
     <dispositionID>1</dispositionID>
     <roleAlertRuleID>1</roleAlertRuleID>
          <relationshipPath>
      <fromEntityID>10</fromEntityID>
      <toEntityID>36</toEntityID>
      <pathStrength>60.00</pathStrength>
      <degreesOfSeparation>1</degreesOfSeparation>
      <relationships>
       <fromEntityID>10</fromEntityID>
       <toEntityID>36</toEntityID>
       <resolutionDetail>
        <relationshipConfidence>60</relationshipConfidence>
        <likenessConfidence>40</likenessConfidence>
        <resolutionID>48</resolutionID>
        <resolutionRuleID>10</resolutionRuleID>
        <resolutionRuleDescription>Street Address Only</resolutionRuleDescription>
        <contributors xmlns:ns1="http://resolution/results/" xsi:type="ns1:ResolvedAddress">
         <matchType>FULL_ADDRESS</matchType>
         <score>6</score>
         <inboundAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:54</lastModifiedTimestamp>
          <addressID>45</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal</street1>
          <city>Las Vegas</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </inboundAddress>
         <existingAddress>
          <lastModifiedTimestamp>2008-07-28T15:11:52</lastModifiedTimestamp>
          <addressID>12</addressID>
          <addressTypeCode>H</addressTypeCode>
          <street1>5861 Mescal Way</street1>
          <city>LV</city>
          <state>NV</state>
          <country>USA</country>
          <postalCode>89110</postalCode>
         </existingAddress>
        </contributors>
       </resolutionDetail>
      </relationships>
     </relationshipPath>
     <adjustedPathStrength>60.00</adjustedPathStrength>
    </alerts>
   </alerts>
  </getRoleAlertsByEntityResponse>
 </soapenv:Body>
</soapenv:Envelope>



Feedback

Last updated: 2009