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
Request
Uses HTTPS GET to accept one input record and returns the response in JSON format.
There are three ways to use this endpoint, depending on what request properties you send in.
Option 1
Required Fields:
idactmik
Option 2
Required Fields:
idacta1a2cityfirstlastpostalstate
Option 3
Required Fields:
idacta1a2cityfullpostalstate
Value passed through unchanged to the response for identification or any other purpose.
The License Key issued by Melissa.
Required. This specifies the action to be taken.
Possible Values:
cpadelete- Erase personal data.cpalimit- Object to personal data processing, including profiling and direct marketing.cpaoptout- Withdraw any consent given for personal data processing.deletesuppression
Required. A proprietary unique key associated with a person.
The email address to receive updates about the change request.
- Contribution Serverhttp://contribution.melissadata.net/V4/WEB/removeMIK
- 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/removeMIK?id={REPLACE-WITH-YOUR-LICENSE-KEY}&act=delete&mik=8008006245'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." }
Request
An HTTPS POST is issued with the "ContentType" header specifying the format of the request and the "Accept" header specifying the format of the response.
There are three ways to use this endpoint, depending on what request properties you send in.
Option 1
Required Fields:
CustomerIDActionMelissaIdentificationKey
Option 2
Required Fields:
CustomerIDActionAddressLine1AddressLine2CityFirstNameLastNamePostalCodeState
Option 3
Required Fields:
CustomerIDActionAddressLine1AddressLine2CityFullNamePostalCodeState
The License Key issued by Melissa.
Optional. Value passed through unchanged to the response for identification or any other purpose.
This specifies the action to be taken.
Possible Values:
cpadelete- Erase personal data.cpalimit- Object to personal data processing, including profiling and direct marketing.cpaoptout- Withdraw any consent given for personal data processing.deletesuppression
- Contribution Serverhttp://contribution.melissadata.net/V4/WEB/removeMIK
- 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/removeMIK \
-H 'Content-Type: application/json' \
-d '{
"CustomerID": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"TransmissionReference": "Test",
"Action": "delete",
"MelissaIdentityKey": "8008006245",
"RespondToEmail": "youremail@melissadata.com"
}'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." }