© 2025 Clarivate
POST /api/.../fiscalyearutility/closefiscalyear/{fiscalYearId}
Closes a fiscal year. After closing, no additional activity can occur in that fiscal year.
| Name | Type | Required | Description |
|---|---|---|---|
| fiscalYearId | Integer | Yes | The ID of the fiscal year to be closed. Sent as a route parameter. |
{
"IsSuccess": true,
"Message": "Fiscal year closed successfully."
}
| Code | Description |
|---|---|
| 200 | OK. Success |