Category Items REST Endpoints

Inventory Management/Cycle Count Definitions/Category Items
The Category Items resource manages the category items that the warehouse can use in the cycle count.
Create count category items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countCategoryItems
Delete one count category item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countCategoryItems/{CountCategoryItemId}
Get all count category items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countCategoryItems
Get one count category item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countCategoryItems/{CountCategoryItemId}
Update one count category item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cycleCountDefinitions/{CycleCountHeaderId}/child/countCategoryItems/{CountCategoryItemId}