accounting-periods
Manage fiscal periods (month/quarter/year) and period locks.
18 endpoints.
- GET
/api/v1/accounting-periodsList accounting periods - POST
/api/v1/accounting-periodsCreate accounting period - POST
/api/v1/accounting-periods/bulk-lockBulk close-and-lock accounting periods - POST
/api/v1/accounting-periods/closeClose accounting period - GET
/api/v1/accounting-periods/{period_id}Get accounting period - GET
/api/v1/accounting-periods/{period_id}/blockersList what's blocking close - GET
/api/v1/accounting-periods/{period_id}/checklist-acksList checklist acknowledgements - DELETE
/api/v1/accounting-periods/{period_id}/checklist-acks/{step_id}Remove a checklist acknowledgement - PUT
/api/v1/accounting-periods/{period_id}/checklist-acks/{step_id}Acknowledge a checklist step - POST
/api/v1/accounting-periods/{period_id}/close-readinessAI close readiness check - GET
/api/v1/accounting-periods/{period_id}/close-scoreGet unified close readiness score - POST
/api/v1/accounting-periods/{period_id}/close-score/recomputeForce-recompute close score - POST
/api/v1/accounting-periods/{period_id}/lockLock accounting period - POST
/api/v1/accounting-periods/{period_id}/reopenReopen accounting period - GET
/api/v1/accounting-periods/{period_id}/score-historyDaily close-score trend - DELETE
/api/v1/accounting-periods/{period_id}/sign-offsRevoke a reviewer sign-off - GET
/api/v1/accounting-periods/{period_id}/sign-offsList multi-reviewer sign-offs - POST
/api/v1/accounting-periods/{period_id}/sign-offsRecord a reviewer sign-off