Difference between revisions of "Reverse GeoCoder:Response Elements"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Reverse GeoCoder Web Service:Reference|← Reverse GeoCoder Web Service Reference]]
{{ ReverseGeoCoderNav
 
|ResponseCollapse=
{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
}}
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Reverse GeoCoder Web Service Navigation'''
|-
| style="padding-right:220px;"|
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Introduction|Introduction]]
|-
|[[Reverse GeoCoder Web Service:Licensing|Licensing]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Request|Request]]
|-
|[[Reverse GeoCoder Web Service:Request Elements|Request Elements]]
|-
|[[Reverse GeoCoder Web Service:Example Request|Example Request]]
|}
|-
|
{| class="mw-collapsible" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Response|Response]]
|-
|[[Reverse GeoCoder Web Service:Response Elements|Response Elements]]
|-
|[[Reverse GeoCoder Web Service:Response Record Elements|Response Record Elements]]
|-
|[[Reverse GeoCoder Web Service:Example Response|Example Response]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Result Codes|Result Codes]]
|-
|[[Reverse GeoCoder Web Service:Result Codes#Result Code Use|Result Code Use]]
|-
|[[Returned Result Codes:Web Services#Reverse GeoCoder Web Service|Returned Result Codes]]
|}
|-
|
{| <!--class="mw-collapsible mw-collapsed"--> style="width:100%;"
|- align="left"
! style="color:black;"|[[Reverse GeoCoder Web Service:Sample Code|Sample Code]]
|}
|}




Line 57: Line 7:


==Version==
==Version==
This is a string value that is the current revision number of the Reverse GeoCoder Web Service.
This is a string value that is the current revision number of Reverse GeoCoder.


===SOAP===
===SOAP===
Line 100: Line 50:
==TransmissionResults==
==TransmissionResults==
This is a string value that lists error codes from any errors caused by the most recent request as a whole.
This is a string value that lists error codes from any errors caused by the most recent request as a whole.
For a complete list of error codes, see [[Returned Result Codes:Web Services#Reverse GeoCoder Web Service|Returned Result Codes]].
For a complete list of error codes, see [[Result Code Details#Reverse GeoCoder|Reverse GeoCoder Result Codes]].


===SOAP===
===SOAP===
Line 122: Line 72:
==Results==
==Results==
This is a string value with comma delimited status, error codes, and change codes for the record.
This is a string value with comma delimited status, error codes, and change codes for the record.
For a complete list of codes, see [[Returned Result Codes:Web Services#Reverse GeoCoder Web Service|Returned Result Codes]].
For a complete list of codes, see [[Result Code Details#Reverse GeoCoder|Reverse GeoCoder Result Codes]].


===SOAP===
===SOAP===
Line 163: Line 113:




[[Category:Reverse GeoCoder Web Service]]
[[Category:Reverse GeoCoder]]
[[Category:Reference]]
[[Category:Reference]]

Revision as of 23:00, 10 March 2015

← Reverse GeoCoder

Reverse GeoCoder Navigation
Introduction
Licensing
Input/Output
doLookup
  ↳  Request
  ↳  Response
doLookupPostalCodes
  ↳  Request
  ↳  Response
doLookupFromList
  ↳  Request
  ↳  Response
Examples
REST XML
REST JSON
JSON
XML
Result Codes
Result Code Use
Reverse GeoCoder Result Codes
Sample Code



Version

This is a string value that is the current revision number of Reverse GeoCoder.

SOAP

string = Response.Version

JSON

“Version”:”string”

XML

<ResponseArray>
  <Version>string</Version>
</ResponseArray>


TransmissionReference

This is a string value that serves as a unique identifier for this set of records. It is returned as sent by the Request Array, allowing you to match the Response to the Request.

SOAP

string = Response.TransmissionReference

JSON

“TransmissionReference”:”string”

XML

<ResponseArray>
  <TransmissionReference>string</TransmissionReference>
</ResponseArray>


TransmissionResults

This is a string value that lists error codes from any errors caused by the most recent request as a whole. For a complete list of error codes, see Reverse GeoCoder Result Codes.

SOAP

string = Response.TransmissionResults

JSON

“TransmissionResults”:”string”

XML

<ResponseArray>
  <TransmissionResults>string</TransmissionResults>
</ResponseArray>


Results

This is a string value with comma delimited status, error codes, and change codes for the record. For a complete list of codes, see Reverse GeoCoder Result Codes.

SOAP

string = Response.Results

JSON

“Results”:”string”

XML

<ResponseArray>
  <Results>string</Results>
</ResponseArray>


TotalRecords

This is a string value that is the total number of records returned with the response.

SOAP

string = Response.TotalRecords

JSON

“TotalRecords”:”string”

XML

<ResponseArray>
  <TotalRecords>string</TotalRecords>
</ResponseArray>