Use this endpoint to submit problem GeoPoints with comments and corrections.
Contribution
The Contribution Cloud API allows you to submit corrections for data in Melissa products.
You can use Contribution to:
- Specify problem GeoPoints using Melissa Address Keys (MAKs).
- Submit latitude and longitude corrections.
- Provide an email for correction notifications.
- Submit additional comments about the problem MAK.
Documentation
Useful Resources
Support Center
Value passed through unchanged to the response for identification or any other purpose.
The License Key issued by Melissa.
Required. A minimum address location for the contact.
Required. Administrative Area, Province, State. The most common geographic data element.
Required. City, Locality, Municipality. The most common population center data element.
Required. The longitude. Optional if Latitude is provided.
Any additional information you want to add about the change request.
- Contribution Serverhttp://contribution.melissadata.net/V4/WEB/addMAK
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X GET \
'http://contribution.melissadata.net/V4/WEB/addMAK?id={REPLACE-WITH-YOUR-LICENSE-KEY}&a1=22382+Avenida+Empresa&admarea=CA&ctry=US&lat=33.637562&loc=Rancho+Santa+Margarita&long=-117.606887&postal=92688'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Contribution Result Codes.
Comma delimited status, error codes, and change codes for the record. For more information, see Contribution Result Codes.
{ "Version": "8.4.0.1026", "TransmissionReference": "Test", "TransmissionResults": "", "Results": "MS01", "Message": "Thank you for submitting your correction. All submissions will be reviewed and added. We cannot guarantee that all submissions will be reflected in our final products or when they will be added. Usual turn-around time is several months." }
The License Key issued by Melissa.
Optional. Value passed through unchanged to the response for identification or any other purpose.
Administrative Area, Province, State. The most common geographic data element.
- Contribution Serverhttp://contribution.melissadata.net/V4/WEB/addMAK
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X POST \
http://contribution.melissadata.net/V4/WEB/addMAK \
-H 'Content-Type: application/json' \
-d '{
"CustomerID": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"TransmissionReference": "Test",
"AddressLine1": "22382 Avenida Empresa",
"AddressLine2": "",
"Locality": "Rancho Santa Margarita",
"Country": "US",
"Latitude": "33.637562",
"Longitude": "-117.606887",
"PostalCode": "92688",
"Reason": "Add a MAK",
"RespondToEmail": "youremail@melissadata.com",
"AdministrativeArea": "CA"
}'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Contribution Result Codes.
Comma delimited status, error codes, and change codes for the record. For more information, see Contribution Result Codes.
{ "Version": "8.4.0.1026", "TransmissionReference": "Test", "TransmissionResults": "", "Results": "MS01", "Message": "Thank you for submitting your correction. All submissions will be reviewed and added. We cannot guarantee that all submissions will be reflected in our final products or when they will be added. Usual turn-around time is several months." }