Void a dividend and reverse its journal entries
POST
https://app.speybooks.com/api/v1/dividends/{id}/voidVoids a dividend and reverses its journals. Voiding never alters or deletes the original entries: it posts new reversing journals, one for the declaration and, where the dividend was paid, a second for the payment, each carrying the void reason. The reversals are dated the server date, so they fall in the current period rather than the original one. The dividend then moves to the voided state. A dividend that is already voided cannot be voided again.
The board resolution's allocation is not returned by voiding: the voided amount remains drawn down against the resolution.
Path parameters
idstringrequiredDividend ID (e.g. div_1). Must use the dividend prefix.
Body parameters
reasonstringoptionalReason for voiding (max 500 characters). Recorded in the reversal journal metadata.
Response
200Dividend voided. Reversing journal entries created.
Show response fields
amountPenceintegeridstringstatusstringError codes
400Dividend is already voided.
404Dividend not found.
409No accounting period set for this limited company.