Assuming bills is required, the following 3 results were found.
Holder"; v_CSVString = v_CSVString + "12-34-56,012345678,Joel Lipman"; // // convert to a TXT file (not a CSV...) f_BillsExport = v_CSVString.tofile("PaymentRun.txt"); Attach the file Attach this to any record. Here we'll use the last record used...
Invoice [Alt]: https://books.zoho.com/api/v3/invoices/?accept=pdf&organization_id= Bill: https://books.zoho.com/api/v3/bills/?accept=pdf&organization_id= Caveat(s): The "From" email address can only be the admin or the logged-in user (user who clicks on...
// // 3. Attach document to bill r_Attach = invokeurl [ url :"https://www.zohoapis.eu/books/v3/bills/" + v_BillID + "/attachment?organization_id=" + v_OrgID type :POST files:m_File connection:"zb_bill_create" ]; info r_Attach;