© 2025 Clarivate
POST /api/.../fiscalyearutility/replicateHierarchy
Replicates the fund/subfund hierarchy from the specified fiscal year into a new fiscal year range.
Name | Type | Required | Description |
---|---|---|---|
dto | DtoFyUtilityReplicateHierarchy | Yes | Define this parameter in the request body. |
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. |
{
"FiscalYearID": 12,
"NewStartDate": "2026-01-01T00:00:00-05:00",
"NewEndDate": "2026-12-31T23:59:59-05:00"
}
{
"IsSuccess": true,
"Message": "Hierarchy replicated successfully."
}
Code | Description |
---|---|
200 | OK. Success |