Descriptive Flex Fields REST Endpoints

Inventory Management/ABC Classifications/Descriptive Flex Fields
The DFF is a child of abcClassifications.The DFF resource is used to view,create and delete the DFF attributes of ABC Classification.
Create all DFF attributes of the ABC Classification
Method: post
Path: /fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF
Delete one DFF attribute of the ABC Classification
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF/{CompileId2}
Get all DFF attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF
Get one DFF attribute of ABC Classification
Method: get
Path: /fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF/{CompileId2}