Hello,
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