Fiscal Years

Close Fiscal Year

POST /api/.../fiscalyearutility/closefiscalyear/{fiscalYearId}

Closes a fiscal year. After closing, no additional activity can occur in that fiscal year.

Request Information

Parameters
Name Type Required Description
fiscalYearId Integer Yes The ID of the fiscal year to be closed. Sent as a route parameter.

Response Information

Example
application/json, text/json
{
  "IsSuccess": true,
  "Message": "Fiscal year closed successfully."
}

HTTP Response Codes

Code Description
200 OK. Success