I need the batch version of inventoryTransactions API
- Path:
/fscmRestApi/resources/11.13.18.05/inventoryTransactions
- Purpose:
- Create inventory transactions such as inventory issue, transfer, or receipts.
- This is the key API for recording the Issue to Account transaction.
- Actions:
- POST: To create a transaction (e.g., issue inventory).
- Required Fields:
- TransactionTypeCode: Specify the transaction type (e.g.,
ISSUE
).
- SourceSubinventoryCode: The subinventory where the issue originates.
- ItemNumber: The medical item being issued.
- TransactionQuantity: Quantity of the item.
- AccountNumber: The account to which the item cost is issued.