Reverse GeoCoder:Response Elements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 116: | Line 116: | ||
<ResponseArray> | <ResponseArray> | ||
<TransmissionResults>string</TransmissionResults> | <TransmissionResults>string</TransmissionResults> | ||
</ResponseArray> | |||
</pre> | |||
==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 [[Returned Result Codes:Web Services#Reverse GeoCoder Web Service|Returned Result Codes]]. | |||
===SOAP=== | |||
<pre> | |||
string = Response.Results | |||
</pre> | |||
===JSON=== | |||
<pre> | |||
“Results”:”string” | |||
</pre> | |||
===XML=== | |||
<pre> | |||
<ResponseArray> | |||
<Results>string</Results> | |||
</ResponseArray> | </ResponseArray> | ||
</pre> | </pre> |
Revision as of 23:40, 2 October 2014
← Reverse GeoCoder Web Service Reference
Reverse GeoCoder Web Service Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
|
Version
This is a string value that is the current revision number of the Reverse GeoCoder Web Service.
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 Returned 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 Returned 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>