Item Catalogs REST Endpoints

Product Lifecycle Management/Item Catalogs
The Item Catalogs resource manages catalog details. A catalog is a collection of categories that are arranged in a hierarchy.
Assign catalog to functional area
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/action/assignCatalogToFunctionalArea
Create item catalogs
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs
Get all item catalogs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs
Get one item catalog
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}
Update an item catalog
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}