Person Job Attributes REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments
Delete a job attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID}
Get a job attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID}
Get all job attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments
Update a job attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonJobFunctions/{publicSectorPersonJobFunctionsUniqID}/child/PersonJobFuncAssignments/{PersonJobFuncAssignmentsUniqID}