This endpoint gets the total record count returned using the required and optional properties passed in. This endpoint does not count against the package usage.
The License Key issued by Melissa.
Any parameter you would like to include in the query.
Requires at least one from:
- Zips
- Cities
- Radius
- ShapeWKTs
All NewHomeowners Columns you want returned.
Items Enum:"MelissaAddressKey""BaseMelissaAddressKey""FirstName""LastName""AddressLine""City""State""ZIPCode""Plus4""DeliveryPoint"
- Data Retriever Serverhttps://dataretriever.melissadata.net/web/V1/NewHomeowners/doCount
curl -i -X POST \
https://dataretriever.melissadata.net/web/V1/NewHomeowners/doCount \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"CustomerID": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"Includes": {
"Zips": [
{
"Zip": "92688"
}
],
"SellDate": {
"StartDate": "2023-01-01",
"EndDate": "2024-01-01"
}
}
}'Successful response
Response
{ "Count": 406, "JobId": "returned_job_id", "ResultCode": "LS01", "Message": "Success - Results found" }