Person Job Attributes REST Endpoints
            
            Shared Services/Person Job Functions/Person Job Attributes
            
        
        
    The person job attributes resource is used to list the job attributes and their values assigned to a person.
- Create a job attribute
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments - Delete a job attribute
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID} - Get a job attribute
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID} - Get all job attributes
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments - Update a job attribute
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID}