Create Method on API level that will return Contacts with Email Distribution of an Entity

Issue No: EM-2553
Created 8/8/2018 2:27:15 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 19.1
Description Create a common method in API level that will return the lists of Entity Contacts of an entity that have email distribution setup.   Something like GetEntityEmailDistributions(intEntityId,DistributionType)     Ex.   Customer/Entity have   Contact 1 - With Email distribution setup Contact 2 - No Email distribution setup Contact 3 - With Email Distribution setup   If the method is called. The method should return:   Contact 1 Contact 3   Since only this 2 have Email distribution setup.