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: post
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF
Delete one DFF attribute of ABC Assignment Group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}
Get all DFF attributes of ABC Assignment Group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF
Get one DFF attribute of ABC Assignment Group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}
Update one DFF attribute of ABC Assignment Group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/abcAssignmentGroups/{AssignmentGroupId}/child/DFF/{AssignmentGroupId2}