Fiscal Years

Replicate Fiscal Year Hierarchy

POST /api/.../fiscalyearutility/replicateHierarchy

Replicates the fund/subfund hierarchy from the specified fiscal year into a new fiscal year range.

Request Information

Parameters
Name Type Required Description
dto DtoFyUtilityReplicateHierarchy Yes Define this parameter in the request body.
DtoFyUtilityReplicateHierarchy
Property Type Nullable Description
FiscalYearID Int No The source fiscal year whose hierarchy will be replicated.
NewStartDate DateTime No The start date for the new fiscal year.
NewEndDate DateTime No The end date for the new fiscal year.
Example
application/json, text/json
{
  "FiscalYearID": 12,
  "NewStartDate": "2026-01-01T00:00:00-05:00",
  "NewEndDate": "2026-12-31T23:59:59-05:00"
}

Response Information

Example
application/json, text/json
{
  "IsSuccess": true,
  "Message": "Hierarchy replicated successfully."
}

HTTP Response Codes

Code Description
200 OK. Success