Little question about API
Can someone help me to take a look, what's wrong of me?
updColDet = "<Solutions><row no=\"1\"><FL val=\"Solution Title\">A112</FL></row></Solutions>";
updSolDetails = map();
updSolDetails.put("apikey", "8qtHdasqzbs3fd$");
updSolDetails.put("xmlData", updColDet);
updSolDetails.put("id", 3411630041321);
updSolDetails.put("newFormat", 1);
updSolDetails.put("ticket", "109fasdasdf21fads6");
updateUrl = "
http://crm.zoho.com/crm/private/xml/Solutions/updateRecords";
updResp = postUrl(updateUrl, updSolDetails);
I just can't update the solutions. I can't figure out why.
Moreover, Solution Number = id = solutionid??