Flexfields for Lot Attributes REST Endpoints

Inventory Management/Inventory Staged Transactions/Lots/Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages the lot attributes descriptive flexfields for a lot controlled item.
Create one lot attribute flexfield
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotAttributeDFFs
Get all lot attribute flexfields
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotAttributeDFFs
Get one lot attribute flexfield
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotAttributeDFFs/{lotAttributeDFFsUniqID}
Update one lot attribute flexfield
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotAttributeDFFs/{lotAttributeDFFsUniqID}