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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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.

Comments

Processing

Post Details

Added on Feb 13 2025
2 comments
87 views