SSN Name Match:REST XML

From Melissa Data Wiki
(Redirected from SSN Verification:REST XML)
Jump to navigation Jump to search

← SSN Name Match

SSN Name Match Navigation
Introduction
Licensing
Input/Output
Request Fields
Response Fields
Examples
REST JSON
REST XML
Batch JSON
Result Codes
Result Code Use
SSN Name Match Result Codes
Sample Code



REST Request

There is no recordID element because a REST request can only submit one record per request.

https://namessn.melissadata.net
?t={TransmissionReference}
&id={LicenseKey}
&ssn={SocialSecurityNumber}
&full={FullName}
&first={FirstName}
&last={LastName}
&format=xml


XML Response

<ResponseSSNWebService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSNWebService">
  <Records>
    <ResponseRecord>
      <IssuingState>string</IssuingState>
      <RecordID>string</RecordID>
      <Results>string</Results>
      <ResultsFromDataSource>string</ResultsFromDataSource>
      <SSN>string</SSN>
    </ResponseRecord>
  </Records>
  <TotalRecords>string</TotalRecords>
  <TransmissionReference>string</TransmissionReference>
  <TransmissionResults>string</TransmissionResults>
  <Version>string</Version>
</ResponseSSNWebService>