Unknown JSON attribute(s) found in the parameter CONFIG - Error Code 8542 - Facing this while try to update a row in analytics

Unknown JSON attribute(s) found in the parameter CONFIG - Error Code 8542 - Facing this while try to update a row in analytics

temp.put("NeedAlyz",NeedAlyz);
finalBody = Map();
finalBody.put("columns",temp);
//info open+" "+closed+" "+answered+" "+awaitCusRes+" "+wfl+" "+solution+" "+onhold+" "+high+" "+medium + " view id : "+vid+" contact id : "+conid;
//info overDue+" conid : "+conid;
crit = "\"Customer Ticket Info\".\"contact id\"='" + conid + "'";
finalBody.put("criteria",crit);
finalBody.put("updateAllRows",false);
finalBody.put("addIfNotExist",false);
encoded_string = encodeUrl(finalBody);
headers = Map();
headers.put("ZANALYTICS-ORGID","701637008");
response = invokeurl
[
url :LocalURI
type :POST
headers:headers
detailed:true
connection:"veeraauth"
];
info response;