post https://api.dengage.com/rest/bulk/contactUnification
InsertBulkContactUnification
InsertBulkContactUnification can be used to add contact_key_old and contact_key_new to the master_contact_unification_lookup table.
This method takes an array of contactKeys objects, each containing ContactKeyOld and ContactKeyNew values. Each entry in the request represents a mapping between an old contact key and a new contact key for contact unification purposes.
contact_key_old and contact_key_new are both mandatory parameters for each entry in the contactKeys array.
- You can add up to 500 record lines in a single call. Requests exceeding this limit will receive a Bad Request (400) response.Important Note
- If a ContactKeyOld value has already been submitted in a previous request, it will be flagged as invalid in your current request with the message "There is a request with the same contact key old as new in the database."
- If you send any empty contactKeys values (either ContactKeyOld or ContactKeyNew), they will be flagged as invalid with the message "Contact key values should not be empty or null".
- If duplicate ContactKeyOld values exist within the same request, they will be flagged as invalid with the message "Contact key old values should not be duplicate."