So basically I need to use the update Rest API (Data objects operations) to update the fields in the vTiger CRM.
but I am having this issue: Permission to perform the operation is denied for id
I am missing something? Can anyone please help?
So basically I need to use the update Rest API (Data objects operations) to update the fields in the vTiger CRM.
but I am having this issue: Permission to perform the operation is denied for id
I am missing something? Can anyone please help?
It's late but You need to share the full request so that I can check what parameters are wrong and if still getting errors.
I can give you a quick hint that you should check for the fields in which you have passed the record ID passed. As Vtiger has a specific format to pass record ID via API, you must have to follow that.
Example for Opportunity record ID: 13x3442424 whereas 13 is Module ID which is identified from vtiger_ws_entity based on Module name.