Add Participant

post

/essbase/rest/v1/scenarios/{scenarioId}/participants

Adds a scenario participant to the specified scenario ID.

Request

Supported Media Types
Path Parameters
Body ()

Participant details.

Root Schema : Participant
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Scenario participant added successfully.

400 Response

Bad Request

Failed to add participant. The scenario ID may be invalid, or the scenario may already have been submitted for approval.

500 Response

Internal Server Error.

Back to Top