Legacy:LeadGen Property:Response: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{LegacyLGXPropertyNav}} {{CustomTOC}} ==Return Elements== Returned for both get-count and buy-list requests: {|class="alternate01" cellspacing="0" !XML Element !style="bo..." |
No edit summary |
||
Line 106: | Line 106: | ||
| | | | ||
:<StatusCode> | :<StatusCode> | ||
|Indicates the status of a request. Returns Declined, Approved, or Err. See [[LeadGen:Property:Result Codes#Status Codes|Status Codes]] for details. | |Indicates the status of a request. Returns Declined, Approved, or Err. See [[Legacy:LeadGen:Property:Result Codes#Status Codes|Status Codes]] for details. | ||
|- | |- | ||
| | | | ||
Line 114: | Line 114: | ||
| | | | ||
::<Error> | ::<Error> | ||
|See [[LeadGen:Property:Result Codes#Error Codes|Error Codes]] for details. | |See [[Legacy:LeadGen:Property:Result Codes#Error Codes|Error Codes]] for details. | ||
|- | |- | ||
| | | |
Latest revision as of 22:21, 27 September 2019
Legacy 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>