Submit a batch request to receive an array of homes owned by a homeowner based on their address (MAK).
The following are the possible minimum input requirements:
OwnerMAKFreeForm
Required. The License Key issued by Melissa.
This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
- https://property.melissadata.net/v4/WEBhttps://property.melissadata.net/v4/WEB/LookupHomesByOwner
curl -i -X POST \
https://property.melissadata.net/v4/WEB/LookupHomesByOwner \
-H 'Accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"TransmissionReference": "Test",
"CustomerId": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"OwnerMAK": "9005381555",
"FreeForm": ""
}'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Property Result Codes.
Response
{ "Version": "9.4.2.1107", "TransmissionReference": "Test", "Results": "YS07", "TotalRecords": 2, "Records": [ { … }, { … } ] }