res1 = invokeurl
[
type:PUT
parameters:parameters
connection:"workdrive_crm"
];
info res1;
But in every cas I have the same error : {"code":"INVALID_DATA","details":{"expected_data_type":"jsonobject"},"message":"body","status":"error"}
Which I can't understand, my parameters are a map and I use only jasonobjects. I don't know what do to !
I even tried this : response = zoho.crm.updateRecord("Invoices",invoiceid,updateInvoice); and then I have the errors :
- {"code":"INVALID_MODULE","details":{},"message":"the given module is not supported in api","status":"error"}. I can't believe Invoices aren't a valid module...
Anyone has an idea ? Thank you :)