Update zSIGN Document name via API
Update zSIGN Document name via API
Hello,
Based on the following request :
// Change Ownership api call
resp = invokeurl
[
url: "
https://sign.zoho.com/api/v1/requests/"+requestId+"/changeownership"
type: PUT
parameters: data
connection: "<Use Connection Name Here>"
];
found here
https://help.zoho.com/portal/en/kb/zoho-sign/solutions-guide/zoho-deluge-integration/articles/how-to-change-the-ownership-of-the-document-to-an-admin-irrespective-of-who-sent-the-document
How to update zoho sign document name through API from zoho deluge ?
Thanks,