Inventory Staged Transactions REST Endpoints

Inventory Management/Inventory Staged Transactions
The Inventory Staged Transactions resource helps you manage staged inventory transactions. You can create, update, and delete staged transactions, and capture one or all staged transactions. This REST resource supports Online, Background, and Concurrent transaction modes.
Create one transaction
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions
Delete one transaction
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}
Get all transactions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions
Get one transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}
Update one transaction
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}