Lot Serials REST Endpoints

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