Agency Job Functions REST Endpoints
Agency Job Functions
The agency job functions resource is used to list the configured job functions for an Agency.
- Create a set of job functions
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncByAgencies - Delete a job function
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncByAgencies/{JobFuncId} - Get a job function
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncByAgencies/{JobFuncId} - Get all job functions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncByAgencies - Update a job function
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncByAgencies/{JobFuncId}