Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R9.0.0

Table of Contents
maxLevel2

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

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)

StringRestricts the retrieved addresses to the addresses of the specified Street Number.

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.

apartment_number

(optional)

String

Restricts the retrieved addressed to the addresses of the specified Apartment Number.

postal_code

(optional)

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

po_box

(optional)

StringRestricts the retrieved addresses to the addresses of the specified PO Box.

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 code must be defined

max_records

(optional)

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

Restrictions

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

Response Data

...

Examples

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

Code Block
themeConfluence
languagejs
linenumberstrue
 {
  "status": {
    "message": "",
    "description": "",
    "code": "OK"
  },
  "data": {
    "addresses": [
      {
        "postal_code": "",
        "address": "10 Leoforos Archiepiskopou Makariou G, Kaimakli, Nicosia",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Leoforos Archiepiskopou Makariou G",
        "city": "Nicosia",
        "po_box": "",
        "municipality": "Lefkosia",
        "area": "Kaimakli",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "10 Leoforos Archiepiskopou Makariou Iii, Nicosia",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Leoforos Archiepiskopou Makariou Iii",
        "city": "Nicosia",
        "po_box": "",
        "municipality": "Lefkosia",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "10 Odos Archiepiskopou Makariou Ii, Nicosia",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Archiepiskopou Makariou Ii",
        "city": "Nicosia",
        "po_box": "",
        "municipality": "Lefkosia",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "10 Odos Archiepiskopou Makariou Ii, Kaimakli, Nicosia",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Archiepiskopou Makariou Ii",
        "city": "Nicosia",
        "po_box": "",
        "municipality": "Lefkosia",
        "area": "Kaimakli",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "10 Odos Leontiou Machaira, Nicosia",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Leontiou Machaira",
        "city": "Nicosia",
        "po_box": "",
        "municipality": "Lefkosia",
        "area": "",
        "district": ""
      }
    ],
    "result_description": "null",
    "result_code": "SOME"
  }
}

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

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)

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. If specified, then the Country's 2-characters code must be defined

max_records

(optional)

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

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

...

Examples

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

Code Block
themeConfluence
languagejs
linenumberstrue
 {
  "status": {
    "message": "",
    "description": "",
    "code": "OK"
  },
  "data": {
    "addresses": [
      {
        "postal_code": "",
        "address": "1 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "1",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "2 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "2",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "3 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "3",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "4 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "4",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "5 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "5",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "6 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "6",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "7 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "7",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "8 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "8",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "9 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "9",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      },
      {
        "postal_code": "",
        "address": "10 Odos Ilia Papakyriakou, Paralimni",
        "street_number": "10",
        "apartment_number": null,
        "country": "Cyprus",
        "street_name": "Odos Ilia Papakyriakou",
        "city": "Paralimni",
        "po_box": "",
        "municipality": "Ammochostos",
        "area": "",
        "district": ""
      }
    ],
    "result_description": "null",
    "result_code": "ALL"
  }
}

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

...

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

...

(optional)

...

String

...

Input street number information to be verified

 

...

(optional)

...

Input street name information to be verified

...

municipality

(optional)

...

city

(optional)

String

...

postal_code

(optional)

...

country

(optional)

...

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

HTTP Method: GET

 

Request:

Response:

 
Expand
titleExample 1
Code Block
themeConfluence
languagejs
linenumberstrue
Panel
nameblue

Child pages (Children Display)
alltrue
excerpttrue