Job Functions REST Endpoints

Job Functions
The job functions resource is used to view the job functions that are configured for an agency. Job functions mainly represent the areas of responsibility that are assigned to the agency staff.
Create a set of job functions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions
Delete a job function
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId}
Get a job function
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId}
Get all job functions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions
Update a job function
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId}