This wiki is no longer being updated as of December 10, 2025.
|
Reverse GeoCoder:JSON: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ ReverseGeoCoderNav |RequestCollapse= }} {{CustomTOC}} ==JSON Request== <pre> { "RequestArray": { "CustomerId":"string", "Latitude":"string", "Longitude":"string", ..." |
No edit summary |
||
| Line 21: | Line 21: | ||
==JSON== | ==JSON Response== | ||
<pre> | <pre> | ||
{ | { | ||
Revision as of 22:06, 7 March 2019
| Reverse GeoCoder Navigation | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
| Sample Code |
JSON Request
{
"RequestArray": {
"CustomerId":"string",
"Latitude":"string",
"Longitude":"string",
"MaxDistance":"string",
"MaxRecords":"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"
}]
}