Business Categories REST Endpoints

Business Categories
Use the business categories resource to view, update, create, and delete business categories. A business category is used to specify the business category of a business entity.
Create a business category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessCategories
Delete a business category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessCategories/{publicSectorBusinessCategoriesUniqID}
Get a business category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessCategories/{publicSectorBusinessCategoriesUniqID}
Get all business categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessCategories
Update a business category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessCategories/{publicSectorBusinessCategoriesUniqID}