Update a Resource Planning Scenario Status

put

/api/restapi/resourcePlanningScenario/updateScenarioStatus

Send a request to this endpoint to update status of Resource Planning Scenario. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityResourcePlanningScenarioStatusInput
Type: object
Title: ApiEntityResourcePlanningScenarioStatusInput
Show Source
  • Deprecated. As of 25.8.
    The system-generated identifier of the Portfolio.
  • Deprecated. As of 25.8.
    The name of the Portfolio.
  • The period during which resources are allocated to projects within the plan. This value determines the year in which resource planning timescales start. You can set the planning period to either the current or following year. For example, if the year is 2025, the latest planning period you can set is 2026. After the planning period for a resource plan has been set it cannot be changed.
  • The system-generated identifier of the Resource Plan Scenario.
  • The name of Resource Plan Scenario.
  • Allowed Values: [ "APPROVED", "UNDER_REVIEW", "IN_PLANNING", "UNDER_APPROVAL", "RETIRED", "SHARED", "PENDING_APPROVAL", "PENDING_SHARED", "PENDING_IN_PLANNING" ]
    The status of Resource Plan Scenario.
  • The user-specified identifier of a workspace.
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid Input.
Back to Top