LeadGen Property:Response: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{LGXPropertyNav | {{LGXPropertyNav}} | ||
}} | |||
Revision as of 17:07, 12 May 2016
LeadGen Property Navigation |
---|
Introduction |
Request Parameters |
XML Response |
List/File |
Property Result Codes |
Return Elements
Returned for both get-count and buy-list requests:
XML Element | XML Description |
---|---|
<Property> | Tag encapsulating the whole XML document. |
<Geography> | Geo request. |
|
Tags returned dependent on Geo type. |
| |
| |
| |
| |
|
Returned if radius is called with number of records is requested. |
|
Returned if radius is called with mile parameter is requested. |
<Options> | Property request. |
|
|
|
Default is: <Details>Absentees only</Details>
Otherwise: <IncludeAll>True</IncludeAll> |
|
True or False |
<CountDetails> | A breakdown of the areas’ count with the selected options. |
|
An included area. |
|
Area details vary by the request type:
|
|
Count of the area. |
<TotalCount> | Total number of records of all areas. |
<Order> | Buy Requests Only. Order details for a Buy request. |
|
Order Id. |
|
|
|
The URL to download the purchased file. |
|
Returned if po is specified. |
<Result> | Returns the status code. |
|
Indicates the status of a request. Returns Declined, Approved, or Err. See Status Codes for details. |
|
If <StatusCode> returns Err. |
|
See Error Codes for details. |
|
|
|
Examples
An example:
<Property> <Geography> <City>CA;orange,CA;irvine</City> </Geography> <Options> <OwnerTypes> <Details>Absentees only</Details> <AppendToFile>False</AppendToFile> </OwnerTypes> </Options> <CountDetails> <Area> <Geography>Orange, CA</Geography> <Count>16000</Count> </Area> <Area> <Geography>Irvine, CA</Geography> <Count>14000</Count> </Area> </CountDetails> <TotalCount> <Count>30000</Count> </TotalCount> <Order> <Id>123456</Id> <Usage>1</Usage> <DownloadURL>ftp://w10.melissadata.com/ListOrderFiles/123456.csv</DownloadURL> </Order> <Result> <StatusCode>Approved</StatusCode> </Result> </Property>