Budget Planning Scenario REST Endpoints
Budget Planning Scenario
Use the Budget Planning Scenario service to create, view, update, and delete budget planning scenarios. Update Keys : 'scenarioId'
- Batch Create Budget Planning Scenarios
- Method: postPath:
/api/restapi/budgetPlanningScenario/batch - Batch Delete Budget Planning Scenarios
- Method: deletePath:
/api/restapi/budgetPlanningScenario/batch - Batch Sync Budget Planning Scenarios
- Method: postPath:
/api/restapi/budgetPlanningScenario/syncBatch - Batch Update Budget Planning Scenario Status
- Method: postPath:
/api/restapi/budgetPlanningScenario/batchUpdateScenarioStatus - Batch Update Budget Planning Scenarios
- Method: putPath:
/api/restapi/budgetPlanningScenario/batch - Create a Budget Planning Scenario
- Method: postPath:
/api/restapi/budgetPlanningScenario - Delete a Budget Planning Scenario
- Method: deletePath:
/api/restapi/budgetPlanningScenario/{scenarioId} - Manage Fund Allocation of Budget Planning Scenario
- Method: putPath:
/api/restapi/budgetPlanningScenario/manageFundAllocation - Manage Fund Allocation of Budget Planning Scenarios
- Method: putPath:
/api/restapi/budgetPlanningScenario/manageFundAllocation/batch - Refresh a Budget Planning Scenario
- Method: putPath:
/api/restapi/budgetPlanningScenario/refresh/{scenarioId} - Update a Budget Planning Scenario
- Method: putPath:
/api/restapi/budgetPlanningScenario - Update Budget Planning Scenario Status
- Method: postPath:
/api/restapi/budgetPlanningScenario/updateScenarioStatus - View a Budget Planning Scenario
- Method: getPath:
/api/restapi/budgetPlanningScenario/{scenarioId} - View a Budget Planning Scenario Fund Data
- Method: getPath:
/api/restapi/budgetPlanningScenario/fund/{scenarioId} - View all Budget Plan Projects
- Method: getPath:
/api/restapi/budgetPlanningScenario/planProjects/scenario/{scenarioId} - View All Budget Planning Scenarios by Portfolio and Plan Period
- Method: getPath:
/api/restapi/budgetPlanningScenario/byPortfolioId - View All Budget Planning Scenarios by Portfolio Name and Plan Period
- Method: getPath:
/api/restapi/budgetPlanningScenario/byPortfolioName - View All Budget Planning Scenarios Fund Data by Portfolio and Plan Period
- Method: getPath:
/api/restapi/budgetPlanningScenario/fund/byPortfolioId - View All Budget Planning Scenarios Fund Data by Portfolio Name and Plan Period
- Method: getPath:
/api/restapi/budgetPlanningScenario/fund/byPortfolioName - View all Fund Plan Projects
- Method: getPath:
/api/restapi/budgetPlanningScenario/fund/planProjects/scenario/{scenarioId}