Hello,
I want to fetch records from zohobooks searching for Invorce IDs greater than the last one fetched. Example below.
is it possible? if no, what's the most efficient alternative?
Books_Response = zoho.books.getRecords("invoices", "xxxxxxxxxx", "Invoice_ID >" + Last_Invoice_ID);
Thanks
Luis