DecisionLogic API ver2
Click here for a complete list of operations.
GetIDVerificationFromRequestCode2
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 /integration-v2.asmx HTTP/1.1 Host: integration.decisionlogic.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://integration.decisionlogic.com/GetIDVerificationFromRequestCode2" <?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> <GetIDVerificationFromRequestCode2 xmlns="https://integration.decisionlogic.com"> <serviceKey>string</serviceKey> <siteUserGuid>string</siteUserGuid> <requestCode>string</requestCode> </GetIDVerificationFromRequestCode2> </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> <GetIDVerificationFromRequestCode2Response xmlns="https://integration.decisionlogic.com"> <GetIDVerificationFromRequestCode2Result> <IsError>boolean</IsError> <ErrorMessage>string</ErrorMessage> <ReportId>string</ReportId> <ResponseSummary> <Response> <VerFirstName>int</VerFirstName> <VerLastName>int</VerLastName> <VerStreet>int</VerStreet> <VerCity>int</VerCity> <VerState>int</VerState> <VerZip>int</VerZip> <VerPhone>int</VerPhone> <VerSSN>int</VerSSN> <VerDriversLicense>int</VerDriversLicense> <VerDOB>int</VerDOB> <SSNDeceased>int</SSNDeceased> <VerEmailAddress>int</VerEmailAddress> <VerOFAC>int</VerOFAC> <ChangeOfAddress>int</ChangeOfAddress> <PhoneNumbersFoundCSV>string</PhoneNumbersFoundCSV> <EmailAddressesFoundCSV>string</EmailAddressesFoundCSV> <DateCreated>dateTime</DateCreated> </Response> <Addresses> <ResponseAddress xsi:nil="true" /> <ResponseAddress xsi:nil="true" /> </Addresses> <DecisionLogic> <NameFound>boolean</NameFound> <PhoneFound>boolean</PhoneFound> <EmailFound>boolean</EmailFound> <SSNFound>boolean</SSNFound> <AddressFound>boolean</AddressFound> <DriversLicenseFound>boolean</DriversLicenseFound> <PreviousCustomerConfidenceLevel>int</PreviousCustomerConfidenceLevel> <PreviousDLAttempt>boolean</PreviousDLAttempt> <PreviousDLSuccess>boolean</PreviousDLSuccess> <PreviousIncomeFound>boolean</PreviousIncomeFound> <PreviousPayrollFound>boolean</PreviousPayrollFound> </DecisionLogic> <DOBs> <ResponseDOB xsi:nil="true" /> <ResponseDOB xsi:nil="true" /> </DOBs> <DriversLicenses> <ResponseDriversLicense xsi:nil="true" /> <ResponseDriversLicense xsi:nil="true" /> </DriversLicenses> <Names> <ResponseName xsi:nil="true" /> <ResponseName xsi:nil="true" /> </Names> <Notes> <ResponseNote xsi:nil="true" /> <ResponseNote xsi:nil="true" /> </Notes> <RiskIndicators> <ResponseRiskIndicator xsi:nil="true" /> <ResponseRiskIndicator xsi:nil="true" /> </RiskIndicators> <SSNs> <ResponseSSN xsi:nil="true" /> <ResponseSSN xsi:nil="true" /> </SSNs> <Velocity> <Day1>int</Day1> <Day2>int</Day2> <Day3>int</Day3> <Day7>int</Day7> <Day14>int</Day14> <Day30>int</Day30> <Day60>int</Day60> <Day90>int</Day90> <Day120>int</Day120> <Day180>int</Day180> <Day365>int</Day365> </Velocity> <ErrorMessage>string</ErrorMessage> <IsError>boolean</IsError> <Request> <ConsumerReferenceId>string</ConsumerReferenceId> <RequestCode>string</RequestCode> <MatchType>int</MatchType> <FirstName>string</FirstName> <MiddleName>string</MiddleName> <LastName>string</LastName> <Suffix>string</Suffix> <DOBYear>int</DOBYear> <DOBMonth>int</DOBMonth> <DOBDay>int</DOBDay> <AddressStreet>string</AddressStreet> <AddressCity>string</AddressCity> <AddressState>string</AddressState> <AddressZip>string</AddressZip> <SSN>string</SSN> <PhoneNumber>string</PhoneNumber> <EmailAddress>string</EmailAddress> <DriversLicenseNumber>string</DriversLicenseNumber> <DriversLicenseState>string</DriversLicenseState> <DateCreated>dateTime</DateCreated> <IsDemo>boolean</IsDemo> </Request> </ResponseSummary> </GetIDVerificationFromRequestCode2Result> </GetIDVerificationFromRequestCode2Response> </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 /integration-v2.asmx HTTP/1.1 Host: integration.decisionlogic.com 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> <GetIDVerificationFromRequestCode2 xmlns="https://integration.decisionlogic.com"> <serviceKey>string</serviceKey> <siteUserGuid>string</siteUserGuid> <requestCode>string</requestCode> </GetIDVerificationFromRequestCode2> </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> <GetIDVerificationFromRequestCode2Response xmlns="https://integration.decisionlogic.com"> <GetIDVerificationFromRequestCode2Result> <IsError>boolean</IsError> <ErrorMessage>string</ErrorMessage> <ReportId>string</ReportId> <ResponseSummary> <Response> <VerFirstName>int</VerFirstName> <VerLastName>int</VerLastName> <VerStreet>int</VerStreet> <VerCity>int</VerCity> <VerState>int</VerState> <VerZip>int</VerZip> <VerPhone>int</VerPhone> <VerSSN>int</VerSSN> <VerDriversLicense>int</VerDriversLicense> <VerDOB>int</VerDOB> <SSNDeceased>int</SSNDeceased> <VerEmailAddress>int</VerEmailAddress> <VerOFAC>int</VerOFAC> <ChangeOfAddress>int</ChangeOfAddress> <PhoneNumbersFoundCSV>string</PhoneNumbersFoundCSV> <EmailAddressesFoundCSV>string</EmailAddressesFoundCSV> <DateCreated>dateTime</DateCreated> </Response> <Addresses> <ResponseAddress xsi:nil="true" /> <ResponseAddress xsi:nil="true" /> </Addresses> <DecisionLogic> <NameFound>boolean</NameFound> <PhoneFound>boolean</PhoneFound> <EmailFound>boolean</EmailFound> <SSNFound>boolean</SSNFound> <AddressFound>boolean</AddressFound> <DriversLicenseFound>boolean</DriversLicenseFound> <PreviousCustomerConfidenceLevel>int</PreviousCustomerConfidenceLevel> <PreviousDLAttempt>boolean</PreviousDLAttempt> <PreviousDLSuccess>boolean</PreviousDLSuccess> <PreviousIncomeFound>boolean</PreviousIncomeFound> <PreviousPayrollFound>boolean</PreviousPayrollFound> </DecisionLogic> <DOBs> <ResponseDOB xsi:nil="true" /> <ResponseDOB xsi:nil="true" /> </DOBs> <DriversLicenses> <ResponseDriversLicense xsi:nil="true" /> <ResponseDriversLicense xsi:nil="true" /> </DriversLicenses> <Names> <ResponseName xsi:nil="true" /> <ResponseName xsi:nil="true" /> </Names> <Notes> <ResponseNote xsi:nil="true" /> <ResponseNote xsi:nil="true" /> </Notes> <RiskIndicators> <ResponseRiskIndicator xsi:nil="true" /> <ResponseRiskIndicator xsi:nil="true" /> </RiskIndicators> <SSNs> <ResponseSSN xsi:nil="true" /> <ResponseSSN xsi:nil="true" /> </SSNs> <Velocity> <Day1>int</Day1> <Day2>int</Day2> <Day3>int</Day3> <Day7>int</Day7> <Day14>int</Day14> <Day30>int</Day30> <Day60>int</Day60> <Day90>int</Day90> <Day120>int</Day120> <Day180>int</Day180> <Day365>int</Day365> </Velocity> <ErrorMessage>string</ErrorMessage> <IsError>boolean</IsError> <Request> <ConsumerReferenceId>string</ConsumerReferenceId> <RequestCode>string</RequestCode> <MatchType>int</MatchType> <FirstName>string</FirstName> <MiddleName>string</MiddleName> <LastName>string</LastName> <Suffix>string</Suffix> <DOBYear>int</DOBYear> <DOBMonth>int</DOBMonth> <DOBDay>int</DOBDay> <AddressStreet>string</AddressStreet> <AddressCity>string</AddressCity> <AddressState>string</AddressState> <AddressZip>string</AddressZip> <SSN>string</SSN> <PhoneNumber>string</PhoneNumber> <EmailAddress>string</EmailAddress> <DriversLicenseNumber>string</DriversLicenseNumber> <DriversLicenseState>string</DriversLicenseState> <DateCreated>dateTime</DateCreated> <IsDemo>boolean</IsDemo> </Request> </ResponseSummary> </GetIDVerificationFromRequestCode2Result> </GetIDVerificationFromRequestCode2Response> </soap12:Body> </soap12:Envelope>