Personator Search:REST JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
===Using Address as Input=== | ===Using Address as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
Line 23: | Line 23: | ||
===Using Melissa Address Key (MAK) as Input=== | ===Using Melissa Address Key (MAK) as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
&mak={Melissa Address Key} | &mak={Melissa Address Key} | ||
</pre> | |||
===Using Melissa Identity Key (MIK) as Input=== | |||
<pre> | |||
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | |||
?id={License Key} | |||
&cols={Columns} | |||
&opt={Options} | |||
&mik={Melissa Identity Key} | |||
</pre> | </pre> | ||
Line 33: | Line 43: | ||
===Using Email as Input=== | ===Using Email as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
Line 43: | Line 53: | ||
===Using Name and ZIP as Input=== | ===Using Name and ZIP as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
Line 54: | Line 64: | ||
===Using Phone as Input=== | ===Using Phone as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
Line 64: | Line 74: | ||
===Using FreeForm as Input=== | ===Using FreeForm as Input=== | ||
<pre> | <pre> | ||
https://personatorsearch.melissadata.net/WEB | https://personatorsearch.melissadata.net/WEB/doPersonatorSearch | ||
?id={License Key} | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} |
Latest revision as of 17:18, 4 June 2024
Personator Search Navigation | |||
---|---|---|---|
| |||
| |||
| |||
| |||
Sample Code |
REST Request
Using Address as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &full={Full Name} &a1={Address Line 1} &city={City} &state={State} &postal={Postal Code}
Using Melissa Address Key (MAK) as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &mak={Melissa Address Key}
Using Melissa Identity Key (MIK) as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &mik={Melissa Identity Key}
Using Email as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &email={Email Address}
Using Name and ZIP as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &full={Full Name} &postal={Postal Code}
Using Phone as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &phone={Phone Number}
Using FreeForm as Input
https://personatorsearch.melissadata.net/WEB/doPersonatorSearch ?id={License Key} &cols={Columns} &opt={Options} &ff={Free Form}
JSON Response
{ "TransmissionResults": {"type":"string"}, "TransmissionReference":{"type":"string"}, "TotalPages":{"type":"string"}, "TotalRecords":{"type":"string"}, "Version":{"type":"string"}, "Records": [ { "RecordID":{"type":"string"}, "Results":{"type":"string"}, "FullName":{"type":"string"}, "FirstName":{"type":"string"}, "LastName":{"type":"string"}, "DateOfBirth":{"type":"string"}, "DateOfDeath":{"type":"string"}, "CurrentAddress": { "AddressLine1":{"type":"string"}, "Suite":{"type":"string"}, "City":{"type":"string"}, "State":{"type":"string"}, "PostalCode":{"type":"string"}, "Plus4":{"type":"string"}, "MelissaAddressKey":{"type":"string"}, "MelissaAddressKeyBase":{"type":"string"}," "MoveDate":{"type":"string"} } "PreviousAddressRecords": [ { "AddressLine1":{"type":"string"}, "Suite":{"type":"string"}, "City":{"type":"string"}, "State":{"type":"string"}, "PostalCode":{"type":"string"}, "Plus4":{"type":"string"} "MelissaAddressKey":{"type":"string"}, "MelissaAddressKeyBase":{"type":"string"}, "MoveDate":{"type":"string"}, } ], "PhoneRecords": [ { "Phone":{"type":"number"} } ], "EmailRecords": [ { "Email":{"type":"string"} } ] } ] }