Functions REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunctions
Delete a function
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}
Get a function
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}
Get all functions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunctions
Update a function
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunctions/{publicSectorFunctionsUniqID}