SSN Name Match:REST JSON: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page SSN Web Service:REST JSON to SSN Verification:REST JSON: Service Renamed |
m Admin moved page SSN Verification:REST JSON to SSN Name Match:REST JSON: Name Change |
||
(2 intermediate revisions by the same user not shown) | |||
Line 41: | Line 41: | ||
[[Category:SSN | [[Category:SSN Name Match]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 00:39, 15 April 2023
SSN Name Match Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
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=json
JSON Response
{ "TransmissionResults": "string", "TransmissionReference": "string", "Version": "string", "TotalRecords": "string", "Records": [ { "RecordID": "string", "SSN": "string", "IssuingState": "string", "Results": "string", "ResultsFromDataSource": "string" } ] }