Property V3:XML Request: Difference between revisions
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..." |
m Admin moved page Property:XML Request to Property V3:XML Request without leaving a redirect |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Property V3|← Property V3]] | |||
__NOTOC__ | __NOTOC__ | ||
==Sample XML Request== | ==Sample XML Request== | ||
<pre> | <pre> | ||
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
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>