ABC Assignment Group Items REST Endpoints

Inventory Management/ABC Assignment Groups/ABC Assignment Group Items
It is a child of the abcAssignmentGroups and is used to view, create, update, and delete the ABC assignment group items.
Create all ABC Assignment Group Items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems
Delete one ABC Assignment Group Item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}
Get all ABC Assignment Group Items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems
Get one ABC Assignment Group Item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}
Update one ABC Assignment Group Item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}