What are the Messages Returned by the Capture Service?
Edited
As part of the API responses when capturing an address, the responses will include a message object which will include 3 fields; id, language and value.
Id refers to the type of message returned, language refers to the language the message is returned in and value is the message text.
ID 3100
Returned by API requests that return options as part of their response. This includes Autocomplete, Search and Drilldown.
The value of this message will change depending on whether options have been found or not.
ID 100
Returned by the Lookup API and indicates that an address was found and the GetData API to indicate that data was found.
ID 200
Returned by the GetData API to indicate that no data was found.
