Name | Type | Description |
---|
result_code | String | Code indicating whether a successful request was sent or not. The code may retrieve the following values: OK, ZERO_RESULTS, OVER_QUERY_LIMIT, REQUEST_DENIED, INVALID_REQUEST OK  indicates that no errors occurred and at least one result was returned.ZERO_RESULTS  indicates that the search was successful but returned no results. This may occur if the search was passed a bounds  in a remote location.OVER_QUERY_LIMIT  indicates that you are over your quota.REQUEST_DENIED  indicates that your request was denied, generally because of lack of an invalid key  parameter.INVALID_REQUEST  generally indicates that the input  parameter is missing.
|
result_description | String | Description of the error returned by Melissa Data Global Express Entry. Available only when the request was not successfully sent |
addresses | List of Google Places Address Objects | A list of addresses returned by the address search in Google Places AutocompleteÂ
|
Referred Objects Response Data
 google_places object response data
Name | Type | Description |
---|
address | String | Full formatted address |
street_name | String | Address Street Name |
street_number | String | Address Street Number |
postal_code | String | Address Postal Code |
apartment_number | String | Address Apartment Number |
area | String | Address Area |
city | String | Address City/Town |
district | String | Address District |
municipality | String | Address Municipality |
po_box | String | Address PO Box |
country | String | Address Country |
Â