This wiki is no longer being updated as of December 10, 2025.
|
Reverse GeoCoder:XML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
==XML Request== | ==XML Request== | ||
===Request Header=== | ===Request Header=== | ||
The HTTP header requires the following values: | The HTTP header requires the following values: | ||
Revision as of 17:57, 25 March 2021
| Reverse GeoCoder Navigation | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
| Sample Code |
XML Request
Request Header
The HTTP header requires the following values:
Content-Type: application/json Accept: application/json
Request Body
<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>