Agency Job Attributes REST Endpoints
Shared Services/Agency Job Attributes
The agency job attributes resource is used to list the job attributes that are assigned to the job functions configured for an Agency.
- Create a set of job attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobSectionByAgencies - Delete a job attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobSectionByAgencies/{publicSectorJobSectionByAgenciesUniqID} - Get a job attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobSectionByAgencies/{publicSectorJobSectionByAgenciesUniqID} - Get all job attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobSectionByAgencies - Update a job attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorJobSectionByAgencies/{publicSectorJobSectionByAgenciesUniqID}