This wiki is no longer being updated as of December 10, 2025.
|
Reverse GeoCoder:JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
==JSON Request== | ==JSON 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 |
JSON Request
Request Header
The HTTP header requires the following values:
Content-Type: application/json Accept: application/json
Request Body
{
"RequestArray": {
"CustomerId":"string",
"Latitude":"string",
"Longitude":"string",
"MaxDistance":"string",
"MaxRecords":"string",
"Options":"string",
"TransmissionReference":"string"
}
}
JSON Response
{
"Version":"string",
"TransmissionReference":"string",
"TransmissionResults":"string",
"Results":"string",
"TotalRecords":"string",
"Records":[{
"AddressLine1":"string",
"SuiteName":"string",
"SuiteCount":"string",
"City":"string",
"State":"string",
"PostalCode":"string",
"AddressKey":"string",
"Latitude":"string",
"Longitude":"string",
"Distance":"string",
"MelissaAddressKey":"string",
“MelissaAddressKeyBase":"string"
}]
}