Void bill import

POSThttps://app.speybooks.com/api/v1/bill-imports/{id}/void

Void 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

idstringrequired
Data import ID (e.g. dimp_4). Must be a completed bill import.

Response

200Import voided. Returns voided confirmation, importId, and message.
Show response fields
importIdstring
messagestring
voidedboolean

Error codes

404Completed bill import not found.