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: postPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems
- Delete one ABC Assignment Group Item
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}
- Get all ABC Assignment Group Items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems
- Get one ABC Assignment Group Item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}
- Update one ABC Assignment Group Item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/abcAssignmentGroupItems/{AbcAssignmentId}