Assuming documentid is required, the following 4 results were found.
request ID and document ID as part of a map to the following function: void fn_SignDataAndAttach(int v_RequestId, int v_DocumentId) { // // TLD as com or eu depending on whether you access zoho.com or zoho.eu v_TLD = "com"; // // enter client ID, secret...
== 0) { l_DocumentResponse = r_Attachment.get("documents"); for each r_Doc in l_DocumentResponse { v_DocumentID = r_Doc .get("document_id"); break; } // // open/download the file immediately to workstation...
// // Get the Zoho Sign Document ID l_SignRequests = r_SignResponse.get("requests"); l_DocumentIds = l_SignRequests.get("document_ids"); // //Get the Zoho Sign Request ID v_RequestId = l_SignRequests.get("request_id"); m_DocInfo = l_DocumentIds.get(0);...
ZohoBooks.documents.READ */ v_OrgID = organization.get("organization_id"); v_BillID = bill.get("bill_id"); v_DocumentID = document.get("document_id"); // // 1. Download the document as a file f_DocumentFile = invokeurl [ url...