- Subcategories:
 - Person Job Attributes
 
Person Job Functions REST Endpoints
    
        Shared Services/Person Job Functions
    
The person job functions resource is used to view the list of job functions that are assigned to a person.
- Create a set of employees
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions - Delete a job function
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID} - Get a job function
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID} - Get all employees
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions - Update a job function
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}