This wiki is no longer being updated as of December 10, 2025.
|
Telco SmartSearch:XML Request: Difference between revisions
Jump to navigation
Jump to search
Created page with "__NOTOC__ ==Sample XML Request== <pre> <?xml version="1.0" ?> <listingsRequest> <search minMatch="0" maxMatch="50" count="20" firstIndex="0"> <textSearch> <name>..." |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Telco SmartSearch|← Telco SmartSearch]] | |||
==Sample XML Request== | ==Sample XML Request== | ||
<pre> | <pre> | ||
Latest revision as of 23:39, 12 December 2018
Sample XML Request
<?xml version="1.0" ?>
<listingsRequest>
<search minMatch="0" maxMatch="50" count="20" firstIndex="0">
<textSearch>
<name>Ray Melissa</name>
<firstName />
<lastName />
<houseNumber />
<street />
<city>Rancho santa margarita</city>
<state>CA</state>
<zip5>92688</zip5>
<zip4 />
<listingType />
<npa />
<nxx />
<postfix />
<flags />
<searchFlags />
</textSearch>
</search>
</listingsRequest>