How can I commit documents through the API?
Overview
When you send Invoices using getTaxRequest.setDocType(DocumentType.SalesInvoice) they go in with a Doc Status of Uncommitted and you want to know if there is any way to have them go in as Committed.
Environment
Avalara API
Resolution
- Set Commit = TRUE in the GetTax or PostTax [default is False]
NOTE: Use with care! Once a document is committed it cannot be modified other than CancelTax.