Skip to Main Content

APEX

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!

Call SaaS inventoryTransactions API In Apex

arafat2021Mar 26 2022 — edited Mar 27 2022

qus_in_apex.pngHello,
I want to call https://***********.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/inventoryTransactions which is POST method to create a Miscellaneous Transaction in oracle Fusion Inventory (SaaS)
When I call from POSTMAN it success cerate transaction, I use the following Jason request body :
{
"transactionLines":
[
{"OrganizationId" : 300000004134859,
"Item" : "SP-10001",
"Subinventory" : "ADFINV",
"TransactionType" : "Miscellaneous issue",
"TransactionUnitOfMeasure" : "ECH",
"TransactionQuantity" : -20,
"TransactionDate" : "2022-03-26",
"DistributionAccountId": 300000003917588
} ]
}
How could I call this API and Pass the previous Request Body from Apex page using Dynamic Action or Process

Comments
Post Details
Added on Mar 26 2022
0 comments
186 views