Project Forecasts REST Endpoints
Project Forecasts
The Project Forecasts resource is used to view and create project forecasts.
- Adjust for range of projects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/action/adjustForRangeOfProjects - Adjust the forecast version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/action/adjust - Create a project forecast version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts - Delete a project forecast version
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId} - Get a project forecast version
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId} - Get all project forecast versions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts - Refresh rates for range of projects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/action/refreshRatesForRangeOfProjects - Refresh rates for the forecast version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/action/refreshRates - Refreshes actual amounts for project forecast version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/action/refreshActualAmounts - Reprocess all failed project forecasts
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/action/reprocessFailedProjectForecasts - Update a project forecast version
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}