Difference between revisions of "Property V3:XML Request"

From Melissa Data Wiki
Jump to navigation Jump to search
m (Admin moved page Property:XML Request to Property V3:XML Request without leaving a redirect)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Property|← Property]]
[[Property V3|← Property V3]]
__NOTOC__
__NOTOC__
==Sample XML Request==
==Sample XML Request==
Line 22: Line 22:


[[Category:Web Services]]
[[Category:Web Services]]
[[Category:Property]]
[[Category:Property V3]]
[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 01:17, 18 February 2023

← Property V3

Sample XML Request

<?xml version="1.0" ?> 
<RequestArray xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TransmissionReference xmlns="urn:mdWebServiceProperty">Test
  </TransmissionReference> 
  <CustomerId xmlns="urn:mdWebServiceProperty">XXXXXXXX</CustomerId> 
  <TotalRecords xmlns="urn:mdWebServiceProperty">1</TotalRecords> 
  <OptPropertyDetail xmlns="urn:mdWebServiceProperty">false
  </OptPropertyDetail> 
  <Record xmlns="urn:mdWebServiceProperty">
    <RecordID>1</RecordID> 
    <AddressKey>92688211282</AddressKey> 
    <FIPS /> 
    <APN /> 
  </Record>
</RequestArray>