Create a Schedule Scenario

post

/api/restapi/scheduleScenario

Send a request to this endpoint to create a schedule scenario.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityScheduleScenarioInput
Type: object
Title: ApiEntityScheduleScenarioInput
This entity represents a ScheduleScenario object, a unique ScheduleScenario object can be identified by the following combinations of the fields.
  • scenarioId
  • name,projectId
  • name,projectCode,workspaceCode
Show Source
Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityScheduleScenario
Type: object
Title: ApiEntityScheduleScenario
Show Source

400 Response

Invalid input for the Schedule Scenario service. Verify the request contains valid data, then resubmit the request.
Back to Top