Descriptive Flex Fields REST Endpoints
Inventory Management/ABC Assignment Groups/Descriptive Flex Fields
This descriptive flexfield is for the ABC Assignment Groups and is used to view, create, update, and delete the DFF attributes of ABC assignment group.
- Create all DFF attributes of ABC Assignment Group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF
- Delete one DFF attribute of ABC Assignment Group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}
- Get all DFF attributes of ABC Assignment Group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF
- Get one DFF attribute of ABC Assignment Group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}
- Update one DFF attribute of ABC Assignment Group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}