- Subcategories:
 - Person Job Attributes
 
Person Job Functions REST Endpoints
    
        Shared Services/Employees/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 job functions
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions - Delete a job function
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions/{PersonJobFunctionsUniqID} - Get a job function
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions/{PersonJobFunctionsUniqID} - Get all job functions
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions - Update a job function
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions/{PersonJobFunctionsUniqID}