Schedule Scenario REST Endpoints

Schedule Scenario
Use the Schedule Scenarios service to create, view, update, and delete schedule scenarios. Update Keys : 'scenarioId'
Create a Schedule Scenario
Method: post
Path: /api/restapi/scheduleScenario
Delete a Schedule Scenario
Method: delete
Path: /api/restapi/scheduleScenario/{scenarioId}
Delete a Schedule Scenario By Name
Method: delete
Path: /api/restapi/scheduleScenario
Update a Schedule Scenario
Method: put
Path: /api/restapi/scheduleScenario
View a Schedule Scenario
Method: get
Path: /api/restapi/scheduleScenario/{scenarioId}
View a Schedule Scenario By Name
Method: get
Path: /api/restapi/scheduleScenario
View Schedule Scenarios By Parent Code
Method: get
Path: /api/restapi/scheduleScenario/parent
View Schedule Scenarios By Project
Method: get
Path: /api/restapi/scheduleScenario/project/{projectId}