Skip to end of banner
Go to start of banner

melissa_data

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Available from CRM.COM R9.0.0


GET melissa_data/advance_lookup

This method returns Addresses information from the Melissa Data Address Registry System with which CRM.COM integrates with. Multiple addresses might be returned by each call

Resource URL

http://host_name/crmapi/rest/$version/melissa_data/advance_lookup

Parameters

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)

StringAdditional information about the address whose details will be retrieved in free text

address3

(optional)

StringAdditional information about the address whose details will be retrieved in free text

municipality

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Municipality.

district

(optional)

StringRestricts the retrieved addresses to the addresses of the specified District.

city

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Town/City.

area

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Area.

post_code

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Postal Code.

country

(optional)

StringRestricts 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 codes must be defined

max_records

(optional)

IntegerDefines the maximum number of addresses to be returned. Always defaults to 10.

format

(optional)

StringDefines 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

Response Data

Name

Type

Description

result_code

String

Code indicating whether a successful request was sent or not. For successful requests, the code denote the number of addresses included in the response and the available values are ALL, NONE and SOME. For un-successfull requests the results_description provides information of the erroneous request.

result_descriptionStringDescription of the error returned by Melissa Data Global Express Entry. Available only when the request was not successfully sent

addresses

List of Melissa Data Address Objects

A list of addresses returned by the address search in Melissa Data Express Entry/Melissa Data Express Entry Form 

Referred Objects Response Data

 melissa_data object response data

Name

Type

Description

address

String

Full formatted address

street_nameStringAddress Street Name
street_numberStringAddress Street Number
postal_codeStringAddress Postal Code
apartment_numberStringAddress Apartment Number
areaStringAddress Area
cityStringAddress City/Town
districtStringAddress District
municipalityStringAddress Municipality
po_boxStringAddress PO Box
countryStringAddress Country

 

Examples

 Example 1

HTTP Method: GET

 

Request:

Response:

 

GET melissa_data/quick_lookup

This method returns address information from the Melissa Data Address Registry System with which CRM.COM integrates with. Multiple addresses might be returned by each call.

Resource URL

Parameters

Name

Type

Description

account_id

(mandatory)

String

The Melissa Data Account ID as specified in the Address Registry Settings

address

(mandatory)

StringDetailed information about the address that will be retrieved through the Address Registry System in free text.

country

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Country. Always defaults to the Country specified in Admin Settings

max_records

(optional)

IntegerDefines the maximum number of addresses to be returned. Always defaults to 10.

format

(optional)

StringDefines 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.

Response Data

Name

Type

Description

result_code

String

Code indicating whether a successful request was sent or not. For successful requests, the code denote the number of addresses included in the response and the available values are ALL, NONE and SOME. For un-successfull requests the results_description provides information of the erroneous request.

result_descriptionStringDescription of the error returned by Melissa Data Global Express Entry. Available only when the request was not successfully sent

addresses

List of Melissa Data Address Objects

A list of addresses returned by the address search in Melissa Data Express Entry/Melissa Data Express Entry Form 

Referred Objects Response Data

 melissa_data object response data

Name

Type

Description

address

String

Full formatted address

street_nameStringAddress Street Name
street_numberStringAddress Street Number
postal_codeStringAddress Postal Code
apartment_numberStringAddress Apartment Number
areaStringAddress Area
cityStringAddress City/Town
districtStringAddress District
municipalityStringAddress Municipality
po_boxStringAddress PO Box
countryStringAddress Country

 

Examples

 Example 1

HTTP Method: GET

 

Request:

Response:

 

POST melissa_data/verify

This method verifies an address registered in CRM.COM against the information of Melissa Data System. Only one address can be verified in each call.

Resource URL

Parameters

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)

StringInput municipality information to be verified

city

(optional)

String


Input city information to be verified

country

(optional)

StringRestricts the retrieved addresses to the addresses of the specified Country. Always defaults to the Country specified in Admin Settings

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

Name

Type

Description

resultStringDefines the address verification result. In case of failed verification, the description of all of the invalid address information will be included in the results 
formatted_addressStringThe Full address
cityStringAddress city
municipalityStringAddress municipality
postal_codeStringAddress post code
countryStringAddress Country
street_nameStringAddress street name
street_numberStringAddress street number
apartmentStringAddress apartment number
po_pox_postal_codeStringAddress PO Box post code


Examples

 Example 1

HTTP Method: GET

 

Request:

Response:

 
  • No labels