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