Avalara · Arazzo Workflow
Avalara Void and Recreate a Transaction
Version 1.0.0
Look up an existing transaction, void it, then recreate a corrected version.
Provider
Workflows
void-and-recreate-transaction
Void an existing transaction and create a corrected replacement.
Retrieves a transaction by code, voids it with a documented reason code, then creates a corrected SalesInvoice transaction to replace it.
1
getOriginal
getTransactionByCode
Retrieve the existing transaction by code to confirm it exists before voiding it.
2
voidOriginal
voidTransaction
Void the existing transaction with the supplied reason code so it is removed from tax reporting.
3
recreate
createTransaction
Create a corrected SalesInvoice transaction to replace the voided one.