Serial Summaries REST Endpoints

Inventory Management/Picks/Lots/Serial Summaries
Summarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for serial control.
Create one serial summary
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}/child/InvValidatedInventoryTransactionLots/{InvValidatedInventoryTransactionLotsUniqID}/child/LotSerialSummaries
Delete one serial summary
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}/child/InvValidatedInventoryTransactionLots/{InvValidatedInventoryTransactionLotsUniqID}/child/LotSerialSummaries/{LotSerialSummariesUniqID}
Get all serial summaries
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}/child/InvValidatedInventoryTransactionLots/{InvValidatedInventoryTransactionLotsUniqID}/child/LotSerialSummaries
Get one serial summary
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}/child/InvValidatedInventoryTransactionLots/{InvValidatedInventoryTransactionLotsUniqID}/child/LotSerialSummaries/{LotSerialSummariesUniqID}
Update one serial summary
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryPicks/{TransactionTempId}/child/InvValidatedInventoryTransactionLots/{InvValidatedInventoryTransactionLotsUniqID}/child/LotSerialSummaries/{LotSerialSummariesUniqID}