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: postPath:
/fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF
- Delete one DFF attribute of the ABC Classification
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF/{CompileId2}
- Get all DFF attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF
- Get one DFF attribute of ABC Classification
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/abcClassifications/{CompileId}/child/DFF/{CompileId2}