Reverse GeoCoder:XML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
<RequestArray> | <RequestArray> | ||
< | <CustomerId>string</CustomerId> | ||
<Latitude>string</Latitude> | <Latitude>string</Latitude> | ||
<Longitude>string</Longitude> | <Longitude>string</Longitude> | ||
Line 15: | Line 15: | ||
<MaxRecords>string</MaxRecords> | <MaxRecords>string</MaxRecords> | ||
<TransmissionReference>string</TransmissionReference> | <TransmissionReference>string</TransmissionReference> | ||
<Options>string</Options> | |||
</RequestArray> | </RequestArray> | ||
</pre> | </pre> | ||
Line 39: | Line 40: | ||
<Longitude>string</Longitude> | <Longitude>string</Longitude> | ||
<Distance>string</Distance> | <Distance>string</Distance> | ||
<MelissaAddressKey>string</MelissaAddressKey> | |||
<MelissaAddressKeyBase>string</MelissaAddressKeyBase> | |||
</ResponseRecord> | </ResponseRecord> | ||
</Records> | </Records> |
Revision as of 23:25, 17 July 2020
Reverse GeoCoder Navigation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
Sample Code |
XML Request
<RequestArray> <CustomerId>string</CustomerId> <Latitude>string</Latitude> <Longitude>string</Longitude> <MaxDistance>string</MaxDistance> <MaxRecords>string</MaxRecords> <TransmissionReference>string</TransmissionReference> <Options>string</Options> </RequestArray>
XML Response
<ResponseArray> <Version>string</Version> <TransmissionReference>string</TransmissionReference> <TransmissionResults>string</TransmissionResults> <Results>string</Results> <TotalRecords>string</TotalRecords> <Records> <ResponseRecord> <AddressLine1>string</AddressLine1> <SuiteName>string</SuiteName> <SuiteCount>string</SuiteCount> <City>string</City> <State>string</State> <PostalCode>string</PostalCode> <AddressKey>string</AddressKey> <Latitude>string</Latitude> <Longitude>string</Longitude> <Distance>string</Distance> <MelissaAddressKey>string</MelissaAddressKey> <MelissaAddressKeyBase>string</MelissaAddressKeyBase> </ResponseRecord> </Records> </ResponseArray>