Difference between revisions of "Telco SmartSearch:XML Request"

From Melissa Data Wiki
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>...")
 
 
Line 1: Line 1:
__NOTOC__
[[Telco SmartSearch|&larr; Telco SmartSearch]]
 
==Sample XML Request==
==Sample XML Request==
<pre>
<pre>

Latest revision as of 23:39, 12 December 2018

← Telco SmartSearch

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>