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: delete
Path: /api/restapi/resourcePlanningScenario/batch
Create a Resource Planning Scenario
Method: post
Path: /api/restapi/resourcePlanningScenario
Delete a Resource Planning Scenario
Method: delete
Path: /api/restapi/resourcePlanningScenario/{scenarioId}
Update a Resource Planning Scenario Status
Method: put
Path: /api/restapi/resourcePlanningScenario/updateScenarioStatus
View a Resource Planning Scenario
Method: get
Path: /api/restapi/resourcePlanningScenario/{scenarioId}