Add Approver
post
/essbase/rest/v1/scenarios/{scenarioId}/approvers
Adds a scenario approver. Approvers are optional, and must have Database Access or higher role. They monitor and approve or reject scenarios. If a scenario has multiple approvers, each one must approve before it can be submitted.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
scenarioId(required): integer(int64)
Scenario ID.
Approver details.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Scenario approver added successfully.
400 Response
Bad Request
Failed to add approver. The scenario ID may be invalid, or the scenario may already have been submitted for approval.
500 Response
Internal Server Error.