Void bill import
POST
https://app.speybooks.com/api/v1/bill-imports/{id}/voidVoid a confirmed bill import. The clearing entries posted at confirm
are marked voided and the imported bills are marked cancelled. All
transactions linked to the import are voided together, and the import
status becomes voided.
Path parameters
idstringrequiredData import ID (e.g. dimp_4). Must be a completed bill import.
Response
200Import voided. Returns voided confirmation, importId, and message.
Show response fields
importIdstringmessagestringvoidedbooleanError codes
404Completed bill import not found.