LSTServicesLookup


Click here for a complete list of operations.

SLUpdatePairs

Updates the Status/Reason/Comment for existing Matches returned by a call to SLLookup. This function cannot be multi-threaded for a single user, multiple users must be used in order to run multiple threads (one user per thread)

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /LSTServicesLookupSOAP/LSTServicesLookup.asmx HTTP/1.1
Host: isi-api-doc.azurewebsites.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://innovativesystems.com/SLUpdatePairs"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SLUpdatePairs xmlns="http://innovativesystems.com/">
      <req>
        <organizationName>string</organizationName>
        <userName>string</userName>
        <password>string</password>
        <applicationId>
          <string>string</string>
          <string>string</string>
        </applicationId>
        <clientId>string</clientId>
        <pairs>
          <SLPairData>
            <listProfileKey>long</listProfileKey>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
          </SLPairData>
          <SLPairData>
            <listProfileKey>long</listProfileKey>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
          </SLPairData>
        </pairs>
      </req>
    </SLUpdatePairs>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SLUpdatePairsResponse xmlns="http://innovativesystems.com/">
      <SLUpdatePairsResult>
        <status>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</status>
        <message>string</message>
        <complianceRecords>
          <SLComplianceRecord>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
            <applicationDisplayName>string</applicationDisplayName>
            <applicationId>string</applicationId>
            <clientId>string</clientId>
            <clientKey>long</clientKey>
            <clientFullName>string</clientFullName>
            <listKey>int</listKey>
            <listName>string</listName>
            <listId>string</listId>
            <listVersion>string</listVersion>
            <listModifyDate>string</listModifyDate>
            <listProfileId>string</listProfileId>
            <listProfileKey>long</listProfileKey>
            <linkSingleStringName>string</linkSingleStringName>
            <listParentSingleStringName>string</listParentSingleStringName>
            <listCategory>string</listCategory>
            <listPEPCategory>string</listPEPCategory>
            <listDOBs>string</listDOBs>
            <listCountries>string</listCountries>
            <rankString>string</rankString>
            <rankScore>double</rankScore>
            <ranktype>string</ranktype>
            <rankweight>string</rankweight>
            <pairLoadDate>string</pairLoadDate>
            <eAddressTo>string</eAddressTo>
            <eAddressCC>string</eAddressCC>
            <origin>string</origin>
            <secondsviewed>string</secondsviewed>
            <initialUser>string</initialUser>
            <isPairParentFlag>No or Yes</isPairParentFlag>
            <pairMetSearchCriteriaFlag>No or Yes</pairMetSearchCriteriaFlag>
            <editableDueToAssignmentFlag>No or Yes</editableDueToAssignmentFlag>
            <modifyDate>string</modifyDate>
            <modifiedByUser>string</modifiedByUser>
            <pairReportType>None or Email or Paper</pairReportType>
            <finscanCategory xsi:nil="true" />
            <wrapperStatus>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</wrapperStatus>
            <sourceLists xsi:nil="true" />
            <listRecordDetail xsi:nil="true" />
            <listReviewLink>string</listReviewLink>
          </SLComplianceRecord>
          <SLComplianceRecord>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
            <applicationDisplayName>string</applicationDisplayName>
            <applicationId>string</applicationId>
            <clientId>string</clientId>
            <clientKey>long</clientKey>
            <clientFullName>string</clientFullName>
            <listKey>int</listKey>
            <listName>string</listName>
            <listId>string</listId>
            <listVersion>string</listVersion>
            <listModifyDate>string</listModifyDate>
            <listProfileId>string</listProfileId>
            <listProfileKey>long</listProfileKey>
            <linkSingleStringName>string</linkSingleStringName>
            <listParentSingleStringName>string</listParentSingleStringName>
            <listCategory>string</listCategory>
            <listPEPCategory>string</listPEPCategory>
            <listDOBs>string</listDOBs>
            <listCountries>string</listCountries>
            <rankString>string</rankString>
            <rankScore>double</rankScore>
            <ranktype>string</ranktype>
            <rankweight>string</rankweight>
            <pairLoadDate>string</pairLoadDate>
            <eAddressTo>string</eAddressTo>
            <eAddressCC>string</eAddressCC>
            <origin>string</origin>
            <secondsviewed>string</secondsviewed>
            <initialUser>string</initialUser>
            <isPairParentFlag>No or Yes</isPairParentFlag>
            <pairMetSearchCriteriaFlag>No or Yes</pairMetSearchCriteriaFlag>
            <editableDueToAssignmentFlag>No or Yes</editableDueToAssignmentFlag>
            <modifyDate>string</modifyDate>
            <modifiedByUser>string</modifiedByUser>
            <pairReportType>None or Email or Paper</pairReportType>
            <finscanCategory xsi:nil="true" />
            <wrapperStatus>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</wrapperStatus>
            <sourceLists xsi:nil="true" />
            <listRecordDetail xsi:nil="true" />
            <listReviewLink>string</listReviewLink>
          </SLComplianceRecord>
        </complianceRecords>
      </SLUpdatePairsResult>
    </SLUpdatePairsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /LSTServicesLookupSOAP/LSTServicesLookup.asmx HTTP/1.1
Host: isi-api-doc.azurewebsites.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SLUpdatePairs xmlns="http://innovativesystems.com/">
      <req>
        <organizationName>string</organizationName>
        <userName>string</userName>
        <password>string</password>
        <applicationId>
          <string>string</string>
          <string>string</string>
        </applicationId>
        <clientId>string</clientId>
        <pairs>
          <SLPairData>
            <listProfileKey>long</listProfileKey>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
          </SLPairData>
          <SLPairData>
            <listProfileKey>long</listProfileKey>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
          </SLPairData>
        </pairs>
      </req>
    </SLUpdatePairs>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SLUpdatePairsResponse xmlns="http://innovativesystems.com/">
      <SLUpdatePairsResult>
        <status>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</status>
        <message>string</message>
        <complianceRecords>
          <SLComplianceRecord>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
            <applicationDisplayName>string</applicationDisplayName>
            <applicationId>string</applicationId>
            <clientId>string</clientId>
            <clientKey>long</clientKey>
            <clientFullName>string</clientFullName>
            <listKey>int</listKey>
            <listName>string</listName>
            <listId>string</listId>
            <listVersion>string</listVersion>
            <listModifyDate>string</listModifyDate>
            <listProfileId>string</listProfileId>
            <listProfileKey>long</listProfileKey>
            <linkSingleStringName>string</linkSingleStringName>
            <listParentSingleStringName>string</listParentSingleStringName>
            <listCategory>string</listCategory>
            <listPEPCategory>string</listPEPCategory>
            <listDOBs>string</listDOBs>
            <listCountries>string</listCountries>
            <rankString>string</rankString>
            <rankScore>double</rankScore>
            <ranktype>string</ranktype>
            <rankweight>string</rankweight>
            <pairLoadDate>string</pairLoadDate>
            <eAddressTo>string</eAddressTo>
            <eAddressCC>string</eAddressCC>
            <origin>string</origin>
            <secondsviewed>string</secondsviewed>
            <initialUser>string</initialUser>
            <isPairParentFlag>No or Yes</isPairParentFlag>
            <pairMetSearchCriteriaFlag>No or Yes</pairMetSearchCriteriaFlag>
            <editableDueToAssignmentFlag>No or Yes</editableDueToAssignmentFlag>
            <modifyDate>string</modifyDate>
            <modifiedByUser>string</modifiedByUser>
            <pairReportType>None or Email or Paper</pairReportType>
            <finscanCategory xsi:nil="true" />
            <wrapperStatus>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</wrapperStatus>
            <sourceLists xsi:nil="true" />
            <listRecordDetail xsi:nil="true" />
            <listReviewLink>string</listReviewLink>
          </SLComplianceRecord>
          <SLComplianceRecord>
            <pairStatus>string</pairStatus>
            <pairReason>string</pairReason>
            <pairComments>string</pairComments>
            <applicationDisplayName>string</applicationDisplayName>
            <applicationId>string</applicationId>
            <clientId>string</clientId>
            <clientKey>long</clientKey>
            <clientFullName>string</clientFullName>
            <listKey>int</listKey>
            <listName>string</listName>
            <listId>string</listId>
            <listVersion>string</listVersion>
            <listModifyDate>string</listModifyDate>
            <listProfileId>string</listProfileId>
            <listProfileKey>long</listProfileKey>
            <linkSingleStringName>string</linkSingleStringName>
            <listParentSingleStringName>string</listParentSingleStringName>
            <listCategory>string</listCategory>
            <listPEPCategory>string</listPEPCategory>
            <listDOBs>string</listDOBs>
            <listCountries>string</listCountries>
            <rankString>string</rankString>
            <rankScore>double</rankScore>
            <ranktype>string</ranktype>
            <rankweight>string</rankweight>
            <pairLoadDate>string</pairLoadDate>
            <eAddressTo>string</eAddressTo>
            <eAddressCC>string</eAddressCC>
            <origin>string</origin>
            <secondsviewed>string</secondsviewed>
            <initialUser>string</initialUser>
            <isPairParentFlag>No or Yes</isPairParentFlag>
            <pairMetSearchCriteriaFlag>No or Yes</pairMetSearchCriteriaFlag>
            <editableDueToAssignmentFlag>No or Yes</editableDueToAssignmentFlag>
            <modifyDate>string</modifyDate>
            <modifiedByUser>string</modifiedByUser>
            <pairReportType>None or Email or Paper</pairReportType>
            <finscanCategory xsi:nil="true" />
            <wrapperStatus>PASS or PENDING or FAIL or ERROR or UNINITIALIZED or DUPLICATE or CANCELLED or NOT_SCREENED</wrapperStatus>
            <sourceLists xsi:nil="true" />
            <listRecordDetail xsi:nil="true" />
            <listReviewLink>string</listReviewLink>
          </SLComplianceRecord>
        </complianceRecords>
      </SLUpdatePairsResult>
    </SLUpdatePairsResponse>
  </soap12:Body>
</soap12:Envelope>