Check the given Deluge sample script to update a record in Zoho Books.
parameters\_data='{"field1":"value1","field2":"value2"}';
response = invokeUrl
\[
url: "https://www.zohoapis.com/books/v3/invoices/982000000567114?organization\_id=10234695"
type: PUT
content-type: application/json
parameters: parameters\_data
connection: <connection\_name>
\]
info response;
For updating records of other modules, you can replace the module name “invoices” with the required module name in the url given: “https://www.zohoapis.com/books/v3/invoices/982000000567114?organization_id=10234695”
type: PUT
To get the deluge sample script for other modules:
Books
Online accounting software
for small businesses.