Intuit · Arazzo Workflow
Intuit Query and Void Invoice
Version 1.0.0
Find an invoice by document number and void it with its SyncToken.
View Spec
View on GitHub
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingArazzoWorkflows
Provider
Workflows
query-and-void-invoice
Query an invoice by doc number, read it, then void it.
Queries the Invoice entity by DocNumber, reads the match for its SyncToken, and voids it via the void endpoint.
1
findInvoice
queryEntities
Query the Invoice entity for a record by document number.
2
readInvoice
readInvoice
Read the matched invoice to obtain its current SyncToken.
3
voidInvoice
voidInvoice
Void the invoice using its Id, SyncToken, and the operation parameter.
Source API Descriptions
openapi