Job Functions REST Endpoints
            
            Shared Services/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions - Delete a job function
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId} - Get a job function
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId} - Get all job functions
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions - Update a job function
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFunctions/{JobFuncId}