Federal Budget Execution Control Segments REST Endpoints
Federal Budget Execution Controls/Federal Budget Execution Control Segments
The federal budget execution control segments resource is used to query, create, and update budget execution control segments.
- Create a budget execution control segment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls/{fedBudgetExecutionControlsUniqID}/child/fedBudgetControlSegments - Delete a budget execution control segment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls/{fedBudgetExecutionControlsUniqID}/child/fedBudgetControlSegments/{KeySegmentId} - Get a budget execution control segment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls/{fedBudgetExecutionControlsUniqID}/child/fedBudgetControlSegments/{KeySegmentId} - Get all budget execution control segments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls/{fedBudgetExecutionControlsUniqID}/child/fedBudgetControlSegments - Update a budget execution control segment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls/{fedBudgetExecutionControlsUniqID}/child/fedBudgetControlSegments/{KeySegmentId}