Lock accounting period
POST/finance/periods/:id/lock
Locks or unlocks the accounting period associated with a specific GL close run. Locking prevents further journal postings for that period. Pass is_locked=false to reverse a lock without creating a new run.
Request
Responses
- 302
- 404
- 422
Redirect to the finance ops index on success.
GL close run not found.
Validation error on request body fields.