Assuming billid is required, the following 2 results were found.
but as a custom function within ZohoBooks, we know this is just 1 bill record, still... for each r_Bill in bills { v_BillID = r_Bill.get("bill_id"); } // // send attachment request r_Attachment = invokeurl [ url:...
Scope(s) required: ZohoBooks.bill.CREATE, 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 =...