Advanced web scraping function for sites that require a login that doesn’t support simple authentication.
Functions
QuickBooks Online: Query Invoices
Search for invoices using a SQL query. Results are returned as an array.
QuickBooks Online: Void Invoice
Use this operation to void an existing invoice object; include a minimum of Invoice.Id and the current Invoice.SyncToken. The transaction remains active but all amounts and quantities are zeroed and the string “Voided” is injected into Invoice.PrivateNote, prepended to existing text if present.
QuickBooks Online: Read Invoice
Retrieves the details of an invoice that has been previously created.
QuickBooks Online: Delete Invoice
This operation deletes the invoice object specified in the request body. Include a minimum of Invoice.Id and Invoice.SyncToken in the request body. You must unlink any linked transactions associated with the invoice object before deleting it.