ABC Assignment Groups REST Endpoints

Inventory Management/ABC Assignment Groups
It is used to view, create, update, and delete the ABC Assignment Groups. The assignment group is used to link a particular ABC classification set with a valid set of ABC classes.
Create all ABC Assignment Groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups
Delete one ABC Assignment Group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}
Get all ABC Assignment Groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups
Get one ABC Assignment Group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}
Update one ABC Assignment Group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}