Property V3:XML Request

From Melissa Data Wiki
Revision as of 18:59, 30 June 2015 by Admin (talk | contribs)
Jump to navigation Jump to search

← Property

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>