Application Categories REST Endpoints

Common Setup/Application Categories
The application categories resource is used to view, create, modify, or delete an application category. An application category is the third level of categorization or grouping for a license or permit.
Create an application category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCategories
Delete an application category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCategories/{publicSectorCategoriesUniqID}
Get all application categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCategories
Get an application category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCategories/{publicSectorCategoriesUniqID}
Update an application category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCategories/{publicSectorCategoriesUniqID}