Unlock series
Invoice Series
Unlock Series
Release the mobile-device lock on an invoice series.
POST
Unlock series
Overview
Removes the mobile-device binding on a series. After unlocking, any authenticated caller (web, API key, or mobile) can emit invoices on the series again.- The mobile device that owns the lock can always unlock.
- A different mobile device needs
force: truein the body and firm-admin rights to override. - Legacy API-key callers bypass the device check and can force-unlock unconditionally (intended for admin tooling).
Body
Required when a caller that does not own the lock wants to break it. Without
force, the server returns series_locked_other_device.Response
Returns the updated series object.is_locked is false and lock is null.