Project Budgets REST Endpoints
Project Budgets
The Project Budgets resource is used to view, create, update, and delete a project budget.
- Adjust for range of projects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/action/adjustForRangeOfProjects - Adjust the budget version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/action/adjust - Create a project budget version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets - Delete a project budget version
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId} - Get a project budget version
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId} - Get all project budget versions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets - Refresh rates for range of projects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/action/refreshRatesForRangeOfProjects - Refresh rates for the budget version
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/action/refreshRates - Reprocess all failed project budgets
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/action/reprocessFailedProjectBudgets - Update a project budget version
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}