Lots REST Endpoints

Inventory Management/Interfaced Pick Transactions/Lots
The Lots resource manages the lots of an interfaced pick transaction.
Create one lot number
Method: post
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots
Delete one lot number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}
Get all lot numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots
Get one lot number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}
Update one lot number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}