Legacy:LeadGen Property:Introduction: Difference between revisions
Created page with "{{LGXPropertyNav}} {{CustomTOC}} LeadGen Property is a REST based Web service that can be used to get counts, and purchase targeted property owner mailing lists, in real-ti..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{LegacyLGXPropertyNav}} | ||
Revision as of 22:16, 27 September 2019
Legacy LeadGen Property Navigation |
---|
Introduction |
Request Parameters |
XML Response |
List/File |
Property Result Codes |
LeadGen Property is a REST based Web service that can be used to get counts, and purchase targeted property owner mailing lists, in real-time, anytime. It is available to mailers for private, inhouse use, or as a portal for your customers to use to make their list selections. You can custom-design a website to meet your own needs, as well as those of your customers.
It has two method calls, which uses an HTTP query string to pass a request with selected options. An HTTPS query works just the same as an HTTP query.
Please note:
- LeadGen Property requires a License Key that has been activated for LeadGen Property.
- Each buy request is logged immediately before and after order id generation.
- LeadGen Property has a weekly data update schedule.
Calls
Get Counts Call
This call returns an XML document showing the record counts for a specific request, allowing you to see how many records are available for the selected parameters. A sample URL:
http://list.melissadata.net/v1/Property/rest/Service.svc/get/city?id=123456&city=CA;orange,CA;irvine
Buy Lists Call
This call initiates the purchase of the list detailed by the request. This call is similar to the Get call, but has additional information returned. This information is the order ID, number of usage, and download URL. If the purchase of the list was successful, you will receive a link to the list file in the format you selected in the options. The maximum and default is 100,000 records for all file types, except for Excel and CSV files (that have a 65,535 record limit). A sample URL:
http://list.melissadata.net/v1/Property/rest/Service.svc/buy/city?id=123456&city=CA;orange,CA;irvine&file=8
Requests
REST Protocol
The Property Web Service uses the REST protocol, which uses an HTTP query string to pass a request with selected options. An HTTPS query works just the same as an HTTP query.
Using the REST service may require that you encode certain characters using the proper URL entities before adding them to a URL. Characters like spaces, slashes, ampersands, and others must be replaced by special codes, which usually consist of a percent sign followed by a two-digit hexadecimal number.
The following table shows the replacements for the most common characters.
Character | URL Encoded |
---|---|
Space | %20 or + |
* | %2A |
# | %23 |
& | %26 |
% | %25 |
$ | %28 |
+ | %2B |
, | %2C |
/ | %2F |
: | %3A |
; | %3B |
< | %3C |
= | %3D |
> | %3E |
? | %3F |
@ | %40 |
[ | %5B |
] | %5D |
~ | %7E |
Many modern programming languages have a URL encode and URL decoding function that automates these character replacements.
Request Format
The REST Protocol has a specific format for all requests. The basic format is:
http://Melissa Data Database/Protocol Type/Property API/Call Type/Request Type?Customer ID& Options
An example:
http://list.melissadata.com/V1/Property/rest/Service.svc/get/zip?id=customer@domain.com&zip=92688
This example uses the REST protocol with the Property API to access Melissa Data’s databases to make a Get call with a ZIP Request, tied to the customer@domain.com account, for ZIP Code 92688.
Order of Operations
Requests and returns may be preceded in the following sequence:
- Get count
- Return count
- Buy list
- Return count, order id and download URL
- Download/retrieve list