Job Function Attributes REST Endpoints
Shared Services/Job Function Attributes
The job function attributes resource is used to view the pre configured job attributes assigned to a job function.
- Create a set of job attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncSections - Delete a job attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncSections/{JobFuncSecId} - Get a job attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncSections/{JobFuncSecId} - Get all job attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncSections - Update a job attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncSections/{JobFuncSecId}