Refresh a Resource Planning Scenario
put
/api/restapi/resourcePlanningScenario/refresh/{scenarioId}
Send a request to this endpoint to refresh a resource planning scenario. Refresh resource planning scenarios to ensure their plan projects contain up to all the linked projects and assigned roles.
Request
Path Parameters
-
scenarioId(required): integer(int64)
The system-generated identifier of an Resource Plan Scenario.
There's no request body for this operation.
Back to TopResponse
204 Response
Successful operation with no content.
404 Response
The requested object does not exist, or you do not have access to it.