Update Scenario Fully

put

/essbase/rest/v1/scenarios/{id}

Updates full details about a scenario.

Request

Supported Media Types
Path Parameters
Body ()

Scenario details.

Root Schema : Scenario
Type: object
Show Source
Nested Schema : approvers
Type: array
Show Source
Nested Schema : participants
Type: array
Show Source
Nested Schema : scripts
Type: array
Show Source
Nested Schema : Approver
Type: object
Show Source
Nested Schema : Participant
Type: object
Show Source
Nested Schema : Script
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Scenario updated successfully.

Body ()
Root Schema : Scenario
Type: object
Show Source
Nested Schema : approvers
Type: array
Show Source
Nested Schema : participants
Type: array
Show Source
Nested Schema : scripts
Type: array
Show Source
Nested Schema : Approver
Type: object
Show Source
Nested Schema : Participant
Type: object
Show Source
Nested Schema : Script
Type: object
Show Source

400 Response

Bad Request

Failed to update the scenario. Required fields such as scenario name or due date may be empty, or the scenario may already have been submitted for approval.

500 Response

Internal Server Error.

Back to Top