This wiki is no longer being updated as of December 10, 2025.
  • In an effort to make our documentation better for our users, we are consolidating and streamlining the documents.
  • Please see our new, updated documentation at: Melissa Docs or https://docs.melissa.com/

User contributions for Admin

A user with 17,197 edits. Account created on 12 July 2012.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 February 2023

7 February 2023

4 February 2023

31 January 2023

30 January 2023

28 January 2023

  • 01:2101:21, 28 January 2023 diff hist +435 SSN Name Match No edit summary
  • 01:1801:18, 28 January 2023 diff hist +89 MediaWiki:Result Code Details.js No edit summary
  • 01:1501:15, 28 January 2023 diff hist +4,377 N SSN Name Match:Response Created page with "{{ SSNWebServiceNav |InputOutputCollapse= }} {{CustomTOC}} A response is the result of a request. This consists of returned results codes, Social Security Numbers, and appended geographic information. Depending on the protocol used to make the request, the response will be in a certain protocol. SSN Web Service supports JSON and REST protocols. ==Field Names== This is a list of the response field names and their protocol naming conventions. {| class="alternate01 so..."
  • 00:5000:50, 28 January 2023 diff hist +4,305 N SSN Name Match:Request Created page with "{{ SSNWebServiceNav |InputOutputCollapse= }} {{CustomTOC}} A request consists of a protocol to make a call to the service, detailing desired elements. The minimum required elements in a request are your Customer ID (License Key) and at least one input SSN. Though not required, an input full name will greatly increase the chances of recognizing and verifying the SSN in question. SSN Web Service supports REST and JSON protocols. ==URL== {{URL-SSNWebService}} ==Field..."
  • 00:3000:30, 28 January 2023 diff hist +1,390 N SSN Name Match:Result Codes Created page with "{{ SSNWebServiceNav |ResultCodeCollapse= }} {{CustomTOC}} ==Result Code Use== The list of all result codes can be found here: Result Code Details. Melissa Data's products use a result code system to indicate data quality; the status and any errors. These result codes are four-character codes (two letters followed by two numbers), delimited by commas. Result code definitions are shared among Melissa Data products. ===Example=== An example returned result code stri..."
  • 00:1200:12, 28 January 2023 diff hist +328 N SSN Name Match:Sample Code Created page with "{{SSNWebServiceNav}} {{CustomTOC}} ==Sample Code Links== {{CodeButtonTable |SampleCodeEntries= {{CodeButton |Name=Java |DownloadLink= |SourceLink= }} {{CodeButton |Name=Javascript |DownloadLink= |SourceLink= }} {{CodeButton |Name=.NET/C# |DownloadLink= |SourceLink= }} }} Category:SSN Web Service Category:Reference"
  • 00:1100:11, 28 January 2023 diff hist +1,336 N SSN Name Match:Batch JSON Created page with "{{ SSNWebServiceNav |ExampleCollapse= }} {{CustomTOC}} ==JSON Request Header== <pre> Content-Type: application/json; charset=utf-8 Accept: application/json Host: personator.melissadata.net Expect: 100-continue Connection: Keep-Alive </pre> ==JSON Request Header== <pre> { "UserId": "string", "Records": [ { "RecordID": "string", "SSN": "string", "FirstName": "string", "LastName": "string", "FullName":"string }, { "Re..."
  • 00:0700:07, 28 January 2023 diff hist +1,032 N SSN Name Match:REST XML Created page with "{{ SSNWebServiceNav |ExampleCollapse= }} {{CustomTOC}} ==REST Request== There is no recordID element because a REST request can only submit one record per request. <pre> https://namessn.melissadata.net ?t={TransmissionReference} &id={LicenseKey} &ssn={SocialSecurityNumber} &full={FullName} &first={FirstName} &last={LastName} &format=xml </pre> ==XML Response== <pre> <ResponseSSNWebService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.dat..."
  • 00:0500:05, 28 January 2023 diff hist +745 N SSN Name Match:REST JSON Created page with "{{ SSNWebServiceNav |ExampleCollapse= }} {{CustomTOC}} ==REST Request== There is no recordID element because a REST request can only submit one record per request. <pre> https://namessn.melissadata.net ?t={TransmissionReference} &id={LicenseKey} &ssn={SocialSecurityNumber} &full={FullName} &first={FirstName} &last={LastName} &format=json </pre> ==JSON Response== <pre> { "TransmissionResults": "string", "TransmissionReference": "string", "Version": "string",..."
  • 00:0100:01, 28 January 2023 diff hist 0 SSN Name Match:Introduction No edit summary
  • 00:0100:01, 28 January 2023 diff hist +665 N SSN Name Match:Introduction Created page with "{{ SSNWebServiceNav |IntroductionCollapse= }} {{CustomTOC}} Welcome to the SSN Verification Web Service. The SSN Verification Web Service verifies Social Security Numbers against a First and Last Name. ==Capabilities== SSN Verification determines if the Social Security Number is within the acceptable range, and matches against the First and Last Name. In addition, the Web Service will also check if the SSN is flagged as deceased. You can use SSN Verification to:..."

27 January 2023

  • 23:5823:58, 27 January 2023 diff hist +1 SSN Name Match:Licensing No edit summary
  • 23:5823:58, 27 January 2023 diff hist +1,629 N Template:SSNWebServiceNav Created page with "← SSN Web Service {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;" ! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''SSN Web Service Navigation''' |- | style="padding-right:220px;"| |- | {| class="mw-collapsible {{{IntroductionCollapse|mw-collapsed}}}" style="width:100%;" |- align="left" ! style="color:black;"|SSN Web..."
  • 23:5523:55, 27 January 2023 diff hist +469 N SSN Name Match:Licensing Created page with "{{ SSNWebServiceNav |IntroductionCollapse= }} {{CustomTOC}} ==Licensing== The License Key is a software key required to use the web service. You will receive your License Key from your Melissa representative. Without the License Key, Global Email will not function. To set the License Key, use the CustomerID property in your requests. See Customer ID for more information. Category:SSN Web Service Category:Reference"
  • 23:5223:52, 27 January 2023 diff hist +274 N Template:URL-SSNWebService Created page with "{|class="alternate01" cellspacing="0" !Use !style="border-right:0px;"|URL |- |Secure |https://namessn.melissadata.net/v4/WEB/SSN/doLookup |} <noinclude> == Usage == <code> <nowiki>{{</nowiki>URL-SSNWebService<nowiki>}}</nowiki> </code> Category:MD Templates </noinclude>" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)