Item-Category Assignments REST Endpoints

Product Lifecycle Management/Items Version 2/Item-Category Assignments
The Item-Category Assignments resource manages the item catalog category associations.
Create associations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemCategory
Delete one association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemCategory/{ItemCategoryAssignmentId}
Get all associations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemCategory
Get one association
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemCategory/{ItemCategoryAssignmentId}
Update one association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemCategory/{ItemCategoryAssignmentId}