Flexfields for Lot Attributes REST Endpoints
Inventory Management/Inventory Item Lots/Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages the descriptive flexfield information for lot attributes.
- Create flexfields
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryItemLots/{inventoryItemLotsUniqID}/child/lotAttributeDFF
- Get all flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryItemLots/{inventoryItemLotsUniqID}/child/lotAttributeDFF
- Get one flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryItemLots/{inventoryItemLotsUniqID}/child/lotAttributeDFF/{lotAttributeDFFUniqID}
- Update one flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryItemLots/{inventoryItemLotsUniqID}/child/lotAttributeDFF/{lotAttributeDFFUniqID}