Zoho Creator to create a Bill in Quickbooks
Hi,
I'm integrating Quickbooks into my Zoho Creator app. I was able to push Vendors and Customers from Zoho Creator to Quickbooks easily just using the intuit.quickbooks.create() task provided by Zoho Creator to add a record in any of the supported modules of the QuickBooks account (link:
https://www.zoho.com/creator/help/script/quickbooks-add-record.html)
I also need to create Bills on Quickbooks, but the Bill module is not supported by the intuit.quickbooks.create() task:
So, can someone please provide an example script I can add into a workflow to create a Bill on Zoho Creator?