Resource Planning Scenario REST Endpoints
Resource Planning Scenario
Use the Resource Planning Scenario service to create, view, update, and delete resource plans. Update Keys : 'scenarioId'
- Batch Delete Resource Planning Scenarios
- Method: deletePath:
/api/restapi/resourcePlanningScenario/batch - Create a Resource Planning Scenario
- Method: postPath:
/api/restapi/resourcePlanningScenario - Delete a Resource Planning Scenario
- Method: deletePath:
/api/restapi/resourcePlanningScenario/{scenarioId} - Update a Resource Planning Scenario Status
- Method: putPath:
/api/restapi/resourcePlanningScenario/updateScenarioStatus - View a Resource Planning Scenario
- Method: getPath:
/api/restapi/resourcePlanningScenario/{scenarioId} - View all Resource Plan Projects
- Method: getPath:
/api/restapi/resourcePlanningScenario/planProjects/scenario/{scenarioId} - View All Resource Planning Scenarios by Portfolio and Plan Period
- Method: getPath:
/api/restapi/resourcePlanningScenario/byPortfolioId - View All Resource Planning Scenarios by Portfolio Name and Plan Period
- Method: getPath:
/api/restapi/resourcePlanningScenario/byPortfolioName