Lot Serials REST Endpoints

Inventory Management/Interfaced Pick Transactions/Lots/Lot Serials
The Lot Serials resource manages the serials for a lot of an interfaed pick transaction when an item is both lot and serial-controlled.
Create one lot serial number
Method: post
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials
Delete one lot serial number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}
Get all lot serial numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials
Get one lot serial number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}
Update one lot serial number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}