Can I do a bulk insert in a List?

Anonymous
Not applicable
Haven't found any mentions on this subject in the documentation. Does the API support bulk operations such as bulk insert or bulk delete for List items? (leads in a list).... 

Thanks in advanced!
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
Yes, it does.  The listMemberList param in ParamsListOperation takes an ArrayOfLeadKey
Anonymous
Not applicable
That's clear... sorry, I used the word DELETE instead of REMOVE... but my quesiton is if the API supports BULK ADD/REMOVE for listOperation()

thanks
Anonymous
Not applicable
listOperation() allows you to add/remove a list of leads from a static list.  We do not have an API to delete leads, so you would have to use the "Delete Lead" flow action in a campaign and call that campaign using requestCampaign()