Budget Planning Scenario REST Endpoints

Budget Planning Scenario
Use the Budget Planning Scenario service to create, view, update, and delete program risks. Update Keys : 'scenarioId'
Batch Create Budget Planning Scenarios
Method: post
Path: /api/restapi/budgetPlanningScenario/batch
Batch Delete Budget Planning Scenarios
Method: delete
Path: /api/restapi/budgetPlanningScenario/batch
Batch Sync Budget Planning Scenarios
Method: post
Path: /api/restapi/budgetPlanningScenario/syncBatch
Batch Update Budget Planning Scenario Status
Method: post
Path: /api/restapi/budgetPlanningScenario/batchUpdateScenarioStatus
Batch Update Budget Planning Scenarios
Method: put
Path: /api/restapi/budgetPlanningScenario/batch
Create a Budget Planning Scenario
Method: post
Path: /api/restapi/budgetPlanningScenario
Delete a Budget Planning Scenario
Method: delete
Path: /api/restapi/budgetPlanningScenario/{scenarioId}
Manage Fund Allocation of Budget Planning Scenario
Method: put
Path: /api/restapi/budgetPlanningScenario/manageFundAllocation
Manage Fund Allocation of Budget Planning Scenarios
Method: put
Path: /api/restapi/budgetPlanningScenario/manageFundAllocation/batch
Refresh a Budget Planning Scenario
Method: put
Path: /api/restapi/budgetPlanningScenario/refresh/{scenarioId}
Update a Budget Planning Scenario
Method: put
Path: /api/restapi/budgetPlanningScenario
Update Budget Planning Scenario Status
Method: post
Path: /api/restapi/budgetPlanningScenario/updateScenarioStatus
View a Budget Planning Scenario
Method: get
Path: /api/restapi/budgetPlanningScenario/{scenarioId}
View a Budget Planning Scenario Fund Data
Method: get
Path: /api/restapi/budgetPlanningScenario/fund/{scenarioId}
View all Budget Plan Projects
Method: get
Path: /api/restapi/budgetPlanningScenario/planProjects/scenario/{scenarioId}
View All Budget Planning Scenarios by Portfolio and Plan Period
Method: get
Path: /api/restapi/budgetPlanningScenario/byPortfolioId
View All Budget Planning Scenarios by Portfolio Name and Plan Period
Method: get
Path: /api/restapi/budgetPlanningScenario/byPortfolioName
View All Budget Planning Scenarios Fund Data by Portfolio and Plan Period
Method: get
Path: /api/restapi/budgetPlanningScenario/fund/byPortfolioId
View All Budget Planning Scenarios Fund Data by Portfolio Name and Plan Period
Method: get
Path: /api/restapi/budgetPlanningScenario/fund/byPortfolioName
View all Fund Plan Projects
Method: get
Path: /api/restapi/budgetPlanningScenario/fund/planProjects/scenario/{scenarioId}