Functions REST Endpoints
Common Setup/Functions
The function resource is used to view, create, delete or modify a function. A function identifies the public service for which an agency is responsible associated with an accounting transaction.
- Create a function
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunctions
- Delete a function
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}
- Get a function
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}
- Get all functions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunctions
- Update a function
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}