Solved
importToList C sample code
Hi ... I am trying to find any sample code in C# to make the importToList operation work...
Anyone can give me a hint?
Thanks
Anyone can give me a hint?
Thanks
var mService = MarketoService; var paramsListOperation = new ParamsListOperation() { listKey = new ListKey() { keyType = ListKeyType.MKTOLISTNAME, keyValue = "Test List" }, listMemberList = new LeadKey[] { new LeadKey() { keyType = LeadKeyRef.IDNUM, keyValue = "12", }, new LeadKey() { keyType = LeadKeyRef.IDNUM, keyValue = "13", } }, listOperation = ListOperationType.ADDTOLIST, }; var listOperationResult = mService.ListOperation(paramsListOperation);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.