Funds REST Endpoints
Funds
Use the fund service to create, update, delete, and view funds. Update Keys : 'fundId'
- Allocates a Workspace Fund to the Child Workspace
- Method: postPath:
/api/restapi/funds/workspace/workspace/allocation - Allocates a Workspace Fund to the Portfolio
- Method: postPath:
/api/restapi/funds/workspace/portfolio/allocation - Allocates a Workspace Fund to the Project
- Method: postPath:
/api/restapi/funds/workspace/project/allocation - Assign an Allocation Rule to a Fund
- Method: putPath:
/api/restapi/funds/allocationRuleAssignment - Assign List of Allocation Rules to a Fund
- Method: putPath:
/api/restapi/funds/allocationRuleAssignment/batch - Batch Create Allocation Rules
- Method: postPath:
/api/restapi/funds/allocationRule/batch - Batch Create Portfolio Funds
- Method: postPath:
/api/restapi/funds/portfolio/batch - Batch Create Project Funds
- Method: postPath:
/api/restapi/funds/project/batch - Batch Create Workspace Funds
- Method: postPath:
/api/restapi/funds/workspace/batch - Batch Delete Allocation Rules
- Method: deletePath:
/api/restapi/funds/allocationRule/batch - Batch Update Allocation Rules
- Method: putPath:
/api/restapi/funds/allocationRule/batch - Create a Portfolio Fund
- Method: postPath:
/api/restapi/funds/portfolio - Create a Project Fund
- Method: postPath:
/api/restapi/funds/project - Create a Workspace Fund
- Method: postPath:
/api/restapi/funds/workspace - Create an Allocation Rule
- Method: postPath:
/api/restapi/funds/allocationRule - Delete an Allocation Rule
- Method: deletePath:
/api/restapi/funds/allocationRule/{filterId} - Delete Funds
- Method: deletePath:
/api/restapi/funds/batch - Deletes a Fund
- Method: deletePath:
/api/restapi/funds/{fundId} - Un-assign a list of Allocation Rule from a Fund
- Method: deletePath:
/api/restapi/funds/allocationRuleAssignment/batch - Un-assign Allocation Rule from a Fund
- Method: deletePath:
/api/restapi/funds/allocationRuleAssignment - Update an Allocation Rule
- Method: putPath:
/api/restapi/funds/allocationRule - Update Portfolio Funds
- Method: putPath:
/api/restapi/funds/portfolio/batch - Update Project Funds
- Method: putPath:
/api/restapi/funds/project/batch - Update Workspace Funds
- Method: putPath:
/api/restapi/funds/workspace/batch - Updates a Portfolio Fund
- Method: putPath:
/api/restapi/funds/portfolio - Updates a Project Fund
- Method: putPath:
/api/restapi/funds/project - Updates a Workspace Fund
- Method: putPath:
/api/restapi/funds/workspace - View a Fund
- Method: getPath:
/api/restapi/funds/{fundId} - View Allocation Rules by Fund
- Method: getPath:
/api/restapi/funds/allocationRule - View Allocation Rules by Workspace
- Method: getPath:
/api/restapi/funds/allocationRule/workspace - View an Allocation Rule
- Method: getPath:
/api/restapi/funds/allocationRule/{filterId} - View Fund Totals by Portfolio Code and Workspace Code
- Method: getPath:
/api/restapi/funds/portfolio/fundtotal - View Fund Totals by Workspace Code
- Method: getPath:
/api/restapi/funds/workspace/fundtotal - View Funds by Portfolio Code and Workspace Code
- Method: getPath:
/api/restapi/funds/portfolio/list - View Funds by Project Code
- Method: getPath:
/api/restapi/funds/project/list - View Funds by Project Code and Fund Code
- Method: getPath:
/api/restapi/funds/project/byFundCode - View Funds by Project Code and Fund Name
- Method: getPath:
/api/restapi/funds/project/byFundName - View Funds by Workspace Code
- Method: getPath:
/api/restapi/funds/workspace/list - View Funds by Workspace Code and Fund Code
- Method: getPath:
/api/restapi/funds/workspace/byFundCode - View Funds by Workspace Code and Fund Name
- Method: getPath:
/api/restapi/funds/workspace/byFundName