Difference between revisions of "Property V3:XML Request"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ ==Sample XML Request== <pre> <?xml version="1.0" ?> <RequestArray xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchem...")
 
Line 1: Line 1:
[[Property|&larr; Property]]
__NOTOC__
__NOTOC__



Revision as of 18:58, 30 June 2015

← 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>