Serials REST Endpoints

Inventory Management/Inventory Staged Transactions/Serials
The Serials resource manages the serials of a staged inventory transaction for a serial controlled item.
Create one serial number
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/serials
Delete one serial number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID}
Get all serial numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/serials
Get one serial number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID}
Update one serial number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID}