Tip |
---|
Available from CRM.COM R9.0.0 |
Table of Contents | ||
---|---|---|
|
...
Name | Type | Description | ||
token | String | The token retrieved from the login method | ||
account_id (mandatory) | String | The Melissa Data Account ID as specified in the Address Registry Settings | ||
street_name (optional) | String | Restricts the retrieved addresses to the addresses of the specified Street Name. | ||
street_number (optional) | String | Restricts the retrieved addresses to the addresses of the specified Street Number. | ||
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. | ||
apartment_number (optional) | postString | Restricts the retrieved addressed to the addresses of the specified Apartment Number. | ||
postal_code (optional) | String | Restricts the retrieved addresses to the addresses of the specified Postal Code. | ||
po_box (optional) | String | Restricts the retrieved addresses to the addresses of the specified PO Box. | ||
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 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. |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
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. |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
account_id (mandatory) | String | The Melissa Data Account ID as specified in the Address Registry Settings |
street_number (optional) | String | Input street number information to be verified
|
street_name (optional) | String | Input street name information to be verified |
municipality (optional) | String | Input municipality information to be verified |
city (optional) | String | Input city information to be verified |
post_code (optional) | String | Input postal code 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 |
...