Record board minutes approving a dividend declaration
POST
https://app.speybooks.com/api/v1/dividends/board-minutesRecords board minutes approving a dividend declaration. Validates that sufficient retained profits exist before allowing the resolution. Attendees must be active directors.
Body parameters
attendees array<string> optionalDirector IDs who attended the meeting (e.g. ["dir_1", "dir_2"]). At least one required.
date string optionalDate the board meeting was held (YYYY-MM-DD).
financialYearEnd string optionalFinancial year end date the dividend relates to (YYYY-MM-DD).
notes string optionalOptional meeting notes (max 5000 characters).
retainedProfitPence integer optionalRetained profit figure in pence used for the profit sufficiency check.
totalDividendPence integer optionalTotal dividend amount approved in pence. Cannot exceed retainedProfitPence.
Response
201 Board minutes recorded. Returns the board minutes object with remaining allocation.
Show response fields
id stringError codes
400 Validation error, invalid director IDs, or insufficient retained profits.