campId = "3078208000001883001";
mp = Map();
mp.put("CAMPAIGNID",campId.toLong());
resp = zoho.crm.updateRelatedRecord("Campaigns",campId.toLong(),"Leads",leadId.toLong(),mp);
info resp;
i have also edited the arguments
Can any buddy help me regarding my issue