Update Numbering Settings
Updates the invoice number prefix and/or the next number. The prefix supports a token replaced with the current year at issue time (the sequence counter is continuous — only stamps the year, it does not reset the counter each January). next_number may only move forward.
Authorizations
Your public API key
Headers
Current Unix timestamp
Your public api key
Digest Auth Signature
Body
Prefix prepended to the sequence number. Supports a {year} token (e.g. "INV-{year}-" → INV-2026-1). Allowed characters: letters, numbers, space, - _ . / and the {year} token.
24"INV-{year}-"
The next invoice number to use. Must be >= the current next number (cannot move backward, so an already-used number is never reissued).
x >= 1100