Zoho Creator to create a Bill in Quickbooks

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:



I see Zoho Creator supports REST api to integrate with outside application: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/invoice

And I also see that Quickbooks supports REST api: https://developer.intuit.com/app/developer/qbo/docs/develop/rest-api-features

So, can someone please provide an example script I can add into a workflow to create a Bill on Zoho Creator?