Skip to Main Content

Document Generator Pre-Built Function

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inventory Transactions API in batch mode

1221672Feb 13 2025

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.
This post has been answered by Buck Cronk-Oracle on Feb 14 2025
Jump to Answer
Comments
Post Details
Added on Feb 13 2025
2 comments
212 views