Tip |
---|
Available from CRM.COM R9.0.0 |
Table of Contents | ||
---|---|---|
|
...
Name | Type | Description | |||
account_id (mandatory) | String | The Melissa Data Account ID as specified in the Address Registry Settings | |||
address1 (mandatory) | String | Information about the address whose details will be retrieved in free text
| |||
address2 (optional) | String | Additional information about the address whose details will be retrieved in free text | |||
address3 (optional) | String | Additional information about the address whose details will be retrieved in free text | |||
municipality (optional) | String | Restricts the retrieved addresses to the addresses of the specified Municipality. | |||
district (optional) | String | Restricts the retrieved addresses to the addresses of the specified District. | |||
city (optional) | String | Restricts the retrieved addresses to the addresses of the specified Town/City. | |||
area (optional) | String | Restricts the retrieved addresses to the addresses of the specified Area. | |||
post_code (optional) | String | Restricts the retrieved addresses to the addresses of the specified Postal Code. | |||
country (optional) | String | Restricts the retrieved addresses to the addresses of the specified Country. Always defaults to the Country specified in Admin Settings if not specified. IF If specified, then the Country's 2-characters codes code must be defined | |||
max_records (optional) | Integer | Defines the maximum number of addresses to be returned. Always defaults to 10. | format (optional) | String | Defines the format of the response. Available values are JSON and XML. Always defaults to JSON. |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified
...
Name | Type | Description | |||
account_id (mandatory) | String | The Melissa Data Account ID as specified in the Address Registry Settings | |||
address (mandatory) | String | Detailed information about the address that will be retrieved through the Address Registry System in free text. | |||
country (optional) | String | Restricts the retrieved addresses to the addresses of the specified Country. Always defaults to the Country specified in Admin Settings. If specified, then the Country's 2-characters code must be defined | |||
max_records (optional) | Integer | Defines the maximum number of addresses to be returned. Always defaults to 10. | format (optional) | String | Defines the format of the response. Available values are JSON and XML. Always defaults to JSON. |
Restrictions
- It is mandatory to specify at least one of the semi-optional parameters. Multiple of those parameters are allowed to be specified.
...
Name | Type | Description |
account_id (mandatory) | String | The Melissa Data Account ID as specified in the Address Registry Settings |
address1 (optional) | String | Input address line 1
|
address2 (optional) | String | Input address line 2 |
address3 (optional) | String | Input address line 3 |
address4 (optional) | String | Input address line 4 |
address5 (optional) | String | Input address line 5 |
address6 (optional) | String | Input address line 6 |
address7 (optional) | String | Input address line 7 |
address8 (optional) | String | Input address line 8 |
municipality (optional) | String | Input municipality information to be verified |
city (optional) | String | Input city information to be verified |
country (optional) | String | Restricts the retrieved addresses to the addresses of the specified Country. Always defaults to the Country specified in Admin Settings. If specified, then the Country's 2-characters code must be defined |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
...