LeadGen Occupant:Introduction: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{LGXOccupantNav | {{LGXOccupantNav}} | ||
}} | |||
Revision as of 16:53, 12 May 2016
LeadGen Occupant Navigation |
---|
Introduction |
Request Parameters |
XML Response |
List/File |
Occupant Result Codes |
The Occupant Web Service is a REST based Web service that can be used to select, get counts, and purchase targeted consumer mailing lists, in realtime, anytime.
The LeadGen services are available to mailers for private, in-house 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.
Take advantage of your buying power with Melissa Data, and pass the discounted prices, along with an impressive selection of mailing lists and sales leads, onto your customers. They’ll appreciate the convenience, the price, and your service.
Please note that the Occupant Web Service requires a Customer ID that has been activated for the Occupant Web Service.
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.com/V1/Occupant/rest/Service.svc/get/zip?id=customer@domain.com&zip=92688
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. To specify how many records you want to buy, use the qty parameter. If no quantity is specified the maximum and default is 100,000 for all file types, except for Excel and CSV files (that have a 65,535 record limit). Each buy request is logged immediately before and after order id generation. A sample URL:
http://list.melissadata.com/V1/Occupant/rest/Service.svc/buy/zip?id=customer@domain.com&zip=92688
Requests
REST Protocol
The Occupant 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/Occupant API/Call Type/Request Type?Customer ID& Options
An example:
http://list.melissadata.com/V1/Occupant/rest/Service.svc/get/city?id=customer@domain.com&state=ca&city=irvine
This example uses the REST protocol with the Occupant API to access Melissa Data’s databases to make a Get call with a ZIP Request, tied to the customer 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