Business Subcategories REST Endpoints

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